Compare commits

...

891 commits

Author SHA1 Message Date
Roeland Jago Douma
e76116b03b
Merge pull request #18230 from nextcloud/stable16-backport/18120
[stable16] respect shareapi_allow_share_dialog_user_enumeration in Principal bac…
2020-03-05 15:33:29 +01:00
Roeland Jago Douma
def368a74c
Merge pull request #19096 from nextcloud/backport/19023/stable16
[stable16] expose Argon2 options (as we did for bcrypt)
2020-03-05 08:41:18 +01:00
Nextcloud bot
7e10851980
[tx-robot] updated from transifex 2020-03-05 02:18:47 +00:00
Nextcloud bot
042e1492d3
[tx-robot] updated from transifex 2020-03-04 02:18:17 +00:00
Georg Ehrke
ccfd570d33
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-03 16:24:05 +01:00
Nextcloud bot
4ef42c2037
[tx-robot] updated from transifex 2020-03-03 02:18:48 +00:00
Nextcloud bot
d8dee2b90b
[tx-robot] updated from transifex 2020-03-02 02:18:18 +00:00
Roeland Jago Douma
4ae44a4ed3
Merge pull request #19717 from nextcloud/backport/19707/stable16
[stable16] Fix non-centered no javascript message
2020-03-01 16:11:21 +01:00
Nextcloud bot
cfc8a3fd84
[tx-robot] updated from transifex 2020-03-01 02:19:00 +00:00
Gary Kim
9b430e1312 Fix non-centered no javascript message
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-29 10:33:28 +00:00
Nextcloud bot
9553a532bb
[tx-robot] updated from transifex 2020-02-29 02:18:57 +00:00
Julius Härtl
ad317fe375
Merge pull request #18885 from nextcloud/backport/17717/stable16
[stable16] relax strict getHome behaviour for LDAP users in a shadow state
2020-02-28 09:45:49 +01:00
Nextcloud bot
7ca6a377bc
[tx-robot] updated from transifex 2020-02-28 02:19:04 +00:00
Arthur Schiwon
5c7948f74a
relax strict getHome behaviour for LDAP users in a shadow state
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap

backport of #17717

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

decouple userExists from userExistsOnLDAP check

allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

remove superfluous tests

- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

ensure that only valid group members are returned

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-28 01:00:21 +01:00
Nextcloud bot
26e8f27cde
[tx-robot] updated from transifex 2020-02-27 02:19:03 +00:00
Nextcloud bot
8acf32f7af
[tx-robot] updated from transifex 2020-02-26 02:18:48 +00:00
blizzz
8a0800fa6e
Merge pull request #19626 from nextcloud/backport/19549/stable16
[stable16] remove noise from detectUuid and cache results
2020-02-25 23:21:02 +01:00
Roeland Jago Douma
22a4e780bc
Merge pull request #19638 from nextcloud/backport/19634/stable16
[stable16] Correctly trim long cyrillic note
2020-02-25 20:32:35 +01:00
Joas Schilling
656f4fd839 Correctly trim long cyrillic note
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 13:52:20 +00:00
Nextcloud bot
b485099115
[tx-robot] updated from transifex 2020-02-25 02:19:52 +00:00
Arthur Schiwon
3200eedc4c remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-24 19:06:57 +00:00
Nextcloud bot
27a4bb4bf6
[tx-robot] updated from transifex 2020-02-24 02:19:44 +00:00
Roeland Jago Douma
c0d4330360
Merge pull request #19594 from nextcloud/backport/19528/stable16
[stable16] Strip of users home path from share api message
2020-02-23 11:38:43 +01:00
Nextcloud bot
10bd6542e9
[tx-robot] updated from transifex 2020-02-23 02:19:57 +00:00
Joas Schilling
2b0ad3a9cf Strip of users home path from share api message
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-22 20:28:26 +00:00
Nextcloud bot
a9e5528125
[tx-robot] updated from transifex 2020-02-22 02:19:11 +00:00
Arthur Schiwon
8e19aaa4d1
extended documentation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Arthur Schiwon
11a5e996ba
ignore values that undershoot the minimum, go with default
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
blizzz
b0f3866b70
use getSystemValueInt
Co-Authored-By: kesselb <mail@danielkesselberg.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Arthur Schiwon
c1894ff57a
expose Argon2 options (as we did for bcrypt)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Nextcloud bot
bf9169dbcd
[tx-robot] updated from transifex 2020-02-21 02:19:37 +00:00
Nextcloud bot
ece24cd58b
[tx-robot] updated from transifex 2020-02-20 02:19:09 +00:00
Nextcloud bot
9010fbf700
[tx-robot] updated from transifex 2020-02-19 02:18:40 +00:00
Nextcloud bot
30d1e5d694
[tx-robot] updated from transifex 2020-02-18 02:18:50 +00:00
Joas Schilling
a76d24e297
Merge pull request #19472 from nextcloud/backport/19465/stable16
[stable16] when we receive intentional empty whats new info, do not try to show it
2020-02-17 12:40:58 +01:00
Nextcloud bot
0f333de6fb
[tx-robot] updated from transifex 2020-02-17 02:18:32 +00:00
Nextcloud bot
4b217a7562
[tx-robot] updated from transifex 2020-02-16 02:18:48 +00:00
Nextcloud bot
0b856f9e1a
[tx-robot] updated from transifex 2020-02-15 02:18:35 +00:00
Arthur Schiwon
f4abee5209 when we receive intentional empty whats new info, do not try to show it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-14 09:10:05 +00:00
Nextcloud bot
fe5bc6810c
[tx-robot] updated from transifex 2020-02-14 02:18:35 +00:00
Roeland Jago Douma
16025e3af0
Merge pull request #19453 from nextcloud/backport/19424/stable16
[stable16] Don't create invalid users
2020-02-13 20:30:58 +01:00
Joas Schilling
a9e44bb57a Don't create invalid users
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-13 09:15:26 +00:00
Nextcloud bot
cc436de229
[tx-robot] updated from transifex 2020-02-13 02:19:52 +00:00
Nextcloud bot
747ca0b29c
[tx-robot] updated from transifex 2020-02-12 02:18:44 +00:00
Nextcloud bot
489c376953
[tx-robot] updated from transifex 2020-02-11 02:18:59 +00:00
blizzz
c9bb2e940d Merge pull request #19362 from nextcloud/backport/19349/stable16
[stable16] Prevent archieved download on secure view
2020-02-10 09:34:16 +01:00
Nextcloud bot
88a0dd6302
[tx-robot] updated from transifex 2020-02-10 02:18:25 +00:00
Roeland Jago Douma
5d9b6f6a8e
Merge pull request #19373 from nextcloud/dependabot/npm_and_yarn/build/stable16/lodash-4.17.15
[Security] Bump lodash from 4.17.11 to 4.17.15 in /build
2020-02-09 16:44:39 +01:00
dependabot-preview[bot]
bd1f2cc4f2 [Security] Bump lodash from 4.17.11 to 4.17.15 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 08:34:21 +00:00
Roeland Jago Douma
a7a539794d
Merge pull request #19371 from nextcloud/dependabot/npm_and_yarn/build/stable16/fstream-1.0.12
[Security] Bump fstream from 1.0.11 to 1.0.12 in /build
2020-02-09 09:33:45 +01:00
Roeland Jago Douma
126faf483d
Merge pull request #19374 from nextcloud/dependabot/npm_and_yarn/build/stable16/lodash.mergewith-4.6.2
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 in /build
2020-02-09 09:32:53 +01:00
Nextcloud bot
a0d1917f86
[tx-robot] updated from transifex 2020-02-09 02:19:43 +00:00
dependabot-preview[bot]
95fa13d851
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 in /build
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 02:15:14 +00:00
dependabot-preview[bot]
28c01a0a4a
[Security] Bump fstream from 1.0.11 to 1.0.12 in /build
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. **This update includes a security fix.**
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-09 02:14:20 +00:00
Joas Schilling
2212b2a534 Prevent archieved download on secure view
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-08 09:22:05 +00:00
Nextcloud bot
f60fcbdb7c
[tx-robot] updated from transifex 2020-02-08 02:18:47 +00:00
Nextcloud bot
3889b1d44a
[tx-robot] updated from transifex 2020-02-07 07:33:03 +00:00
Roeland Jago Douma
6bab6aa3e0
Merge pull request #19310 from nextcloud/backport/19219/stable16
[stable16] Fix display of DTEND for multi-day all-day event
2020-02-06 08:56:17 +01:00
Nextcloud bot
fdfb80c03a
[tx-robot] updated from transifex 2020-02-06 02:19:01 +00:00
Georg Ehrke
ef28c8881f Fix display of DTEND for multi-day all-day event
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-05 19:56:52 +00:00
Nextcloud bot
4cc3ca8508
[tx-robot] updated from transifex 2020-02-05 02:18:23 +00:00
Roeland Jago Douma
bcd4e21177
Merge pull request #19285 from nextcloud/backport/19281/stable16
[stable16] for the DB ot pick an index specify the object_type
2020-02-04 08:49:09 +01:00
Nextcloud bot
3ca2b6dec0
[tx-robot] updated from transifex 2020-02-04 02:18:23 +00:00
Arthur Schiwon
f608e8c2e0 for the DB ot pick an index specify the object_type
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-03 20:26:17 +00:00
Nextcloud bot
27440ee339
[tx-robot] updated from transifex 2020-02-03 02:17:04 +00:00
Nextcloud bot
5f0115e2cf
[tx-robot] updated from transifex 2020-02-02 02:17:57 +00:00
Nextcloud bot
2d6a6d1436
[tx-robot] updated from transifex 2020-02-01 02:17:39 +00:00
Nextcloud bot
d08dbda106
[tx-robot] updated from transifex 2020-01-31 02:18:10 +00:00
Roeland Jago Douma
08dd86e4f1
Merge pull request #19209 from nextcloud/backport/19176/stable16
[stable16] Do not encode contacts menu mailto links
2020-01-30 22:09:00 +01:00
Christoph Wurst
6576c782a4 Do not encode contacts menu mailto links
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-30 08:47:54 +00:00
Nextcloud bot
34fbd0d6c3
[tx-robot] updated from transifex 2020-01-30 02:18:35 +00:00
Roeland Jago Douma
8fb398bfb0
Merge pull request #19155 from nextcloud/version/16.0.8/final
16.0.8
2020-01-29 21:52:22 +01:00
Roeland Jago Douma
eb58a0201f
Update CA bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-29 20:41:32 +01:00
Roeland Jago Douma
ce8febce2d
16.0.8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-29 20:41:32 +01:00
Nextcloud bot
0948d1b7a2
[tx-robot] updated from transifex 2020-01-29 02:18:33 +00:00
Nextcloud bot
5504153e54
[tx-robot] updated from transifex 2020-01-28 02:18:52 +00:00
Nextcloud bot
5dcb67b11a
[tx-robot] updated from transifex 2020-01-27 02:18:13 +00:00
Nextcloud bot
9831c5eee6
[tx-robot] updated from transifex 2020-01-26 02:17:52 +00:00
Nextcloud bot
a643e74bda
[tx-robot] updated from transifex 2020-01-25 02:17:11 +00:00
Nextcloud bot
b3d8e239d1
[tx-robot] updated from transifex 2020-01-24 02:17:11 +00:00
Roeland Jago Douma
3c414b3534
Merge pull request #19027 from nextcloud/version/16.0.8/rc1
16.0.8 RC1
2020-01-23 19:57:11 +01:00
Roeland Jago Douma
10ccd41ef6
16.0.8 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-23 16:15:22 +01:00
Roeland Jago Douma
d6d35013bb
Merge pull request #18440 from nextcloud/dependencies/npm/nextcloud-vue-collections-0.4.2
[stable16] Bump nextcloud-vue-collections to 0.4.2
2020-01-23 15:59:32 +01:00
Roeland Jago Douma
f40a2bfdf4
Merge pull request #19015 from nextcloud/backport/17484/stable16
[stable16] Always use the latest timestamp for merged activities
2020-01-23 11:57:29 +01:00
Julius Härtl
d6b214e410
Bump nextcloud-vue-collections to 0.4.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-23 09:30:47 +01:00
Nextcloud bot
34d1600736
[tx-robot] updated from transifex 2020-01-23 02:18:45 +00:00
blizzz
719f828de9
Merge pull request #19077 from nextcloud/backport/17920+18254/stable16
[stable16] when a user was deleted remove them from applicable list, unless...
2020-01-22 13:25:30 +01:00
Arthur Schiwon
27ffd89076
rejig right to left join for sqlite's satisfaction
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-22 12:01:15 +01:00
Arthur Schiwon
54d9df2681
extend with group deletion handling
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-22 12:01:10 +01:00
Arthur Schiwon
0172fb7aad
when a user was delete remove them from applicable list, unless
it is the only user, then remove the mount

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-22 12:01:00 +01:00
Nextcloud bot
86df25ebd3
[tx-robot] updated from transifex 2020-01-22 02:18:23 +00:00
Roeland Jago Douma
216c6f658d
Merge pull request #19016 from nextcloud/backport/18358/stable16
[stable16] Fix restoring shared versions
2020-01-21 10:37:38 +01:00
Nextcloud bot
75222d5a77
[tx-robot] updated from transifex 2020-01-21 02:17:48 +00:00
Roeland Jago Douma
560f44dafb
Merge pull request #18933 from nextcloud/backport/18107/stable16
[stable16] dont throw undefined index errors for storages that have no owner set
2020-01-20 21:59:09 +01:00
Robin Appelman
97e6cb2716 update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-01-20 14:39:04 +00:00
Roeland Jago Douma
3940335da7 Fix restoring shared versions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-20 14:39:04 +00:00
Julius Härtl
a0f4a82e51 Always use the latest timestamp for merged activities
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-20 13:43:01 +00:00
Nextcloud bot
e2a54118df
[tx-robot] updated from transifex 2020-01-20 02:17:46 +00:00
Nextcloud bot
8682e1aef8
[tx-robot] updated from transifex 2020-01-19 02:17:42 +00:00
Nextcloud bot
4267c1fe07
[tx-robot] updated from transifex 2020-01-18 02:18:49 +00:00
Nextcloud bot
4f46269201
[tx-robot] updated from transifex 2020-01-17 02:18:04 +00:00
Robin Appelman
1671bd4ce0 dont throw undefined index errors for storages that have no owner set
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-01-16 14:50:04 +00:00
Nextcloud bot
dfcb53c13d
[tx-robot] updated from transifex 2020-01-16 02:18:19 +00:00
Nextcloud bot
8b393e150e
[tx-robot] updated from transifex 2020-01-15 02:18:40 +00:00
Nextcloud bot
e2b9470862
[tx-robot] updated from transifex 2020-01-14 02:18:34 +00:00
Nextcloud bot
b523cedd76
[tx-robot] updated from transifex 2020-01-13 02:18:31 +00:00
Nextcloud bot
177f0220ae
[tx-robot] updated from transifex 2020-01-12 02:18:59 +00:00
Nextcloud bot
0855e100b7
[tx-robot] updated from transifex 2020-01-11 02:18:22 +00:00
Nextcloud bot
b78a1df1a7
[tx-robot] updated from transifex 2020-01-10 02:18:26 +00:00
Roeland Jago Douma
0d5b7d4043
Merge pull request #18759 from nextcloud/backport/18753/stable16
[stable16] Do not rerender the selection menu on show
2020-01-09 11:04:57 +01:00
Nextcloud bot
8c37607010
[tx-robot] updated from transifex 2020-01-09 02:28:06 +00:00
Julius Härtl
abca34522d Do not rerender the selection menu on show
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-08 18:23:00 +00:00
blizzz
64fd1b9fde
Merge pull request #18748 from nextcloud/backport/18740/stable16
[stable16] cache group existence early to save useless requests to LDAP
2020-01-08 16:19:57 +01:00
Arthur Schiwon
1fa8fc71c5 cache group existence early to save useless requests to LDAP
we do it for users already

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-08 13:23:51 +00:00
Roeland Jago Douma
62b4de04b1
Merge pull request #18581 from nextcloud/backport/18140/stable16
[stable16] Allow inline styles for theming images
2020-01-08 10:31:51 +01:00
Nextcloud bot
676b162e37
[tx-robot] updated from transifex 2020-01-08 02:28:39 +00:00
Nextcloud bot
d8c6d9824f
[tx-robot] updated from transifex 2020-01-07 02:28:54 +00:00
Nextcloud bot
9c580e75c1
[tx-robot] updated from transifex 2020-01-06 02:27:39 +00:00
Nextcloud bot
35d62199e2
[tx-robot] updated from transifex 2020-01-05 02:30:50 +00:00
Nextcloud bot
102152a3b3
[tx-robot] updated from transifex 2020-01-04 02:28:02 +00:00
Nextcloud bot
28be5544ee
[tx-robot] updated from transifex 2020-01-03 02:27:58 +00:00
Nextcloud bot
c6171c6148
[tx-robot] updated from transifex 2020-01-02 02:27:27 +00:00
Nextcloud bot
62b6b6e0ad
[tx-robot] updated from transifex 2020-01-01 02:27:43 +00:00
Nextcloud bot
193a1664fd
[tx-robot] updated from transifex 2019-12-31 02:28:02 +00:00
Nextcloud bot
5244df8c6d
[tx-robot] updated from transifex 2019-12-30 02:27:30 +00:00
Nextcloud bot
dc3ed03510
[tx-robot] updated from transifex 2019-12-29 02:28:10 +00:00
Nextcloud bot
463088fbc8
[tx-robot] updated from transifex 2019-12-28 02:27:43 +00:00
Julius Härtl
916e3185d8 Allow inline styles for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 16:23:43 +00:00
Nextcloud bot
b2a0f2649f
[tx-robot] updated from transifex 2019-12-27 02:27:24 +00:00
Nextcloud bot
3d7b5a1a01
[tx-robot] updated from transifex 2019-12-26 02:27:15 +00:00
Nextcloud bot
dd97971609
[tx-robot] updated from transifex 2019-12-24 02:27:56 +00:00
Roeland Jago Douma
4261a91f85
Merge pull request #18489 from nextcloud/backport/18433/stable16
[stable16] Use File Node API for more download cases, skip unreadable files
2019-12-23 15:42:03 +01:00
Nextcloud bot
a0ceaff687
[tx-robot] updated from transifex 2019-12-23 02:27:50 +00:00
Nextcloud bot
ab1528c2b0
[tx-robot] updated from transifex 2019-12-22 02:28:54 +00:00
Nextcloud bot
9d26cb25cf
[tx-robot] updated from transifex 2019-12-21 02:26:52 +00:00
John Molakvoæ
baf956b121
[stable16] Fix listing users in groups with slash in the name (#18486)
[stable16] Fix listing users in groups with slash in the name
2019-12-20 11:25:33 +01:00
Nextcloud bot
1619338549
[tx-robot] updated from transifex 2019-12-20 02:26:46 +00:00
Gary Kim
b2fba45572
Fix listing users in groups with slash in the name
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-20 07:25:51 +08:00
Arthur Schiwon
b67980b52d when downloading from web, skip files that are not accessible
* avoids a 403, but enables download of resources that are not restricted
* single file downloads still cause 403

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-19 16:56:53 +00:00
Arthur Schiwon
2989732597 use Nodes API for zip streaming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-19 16:56:52 +00:00
Julius Härtl
38184ca9fd Use files node API for single file downloads
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 16:56:51 +00:00
Roeland Jago Douma
d85782706d
Merge pull request #18400 from nextcloud/backport/18302/stable16
[stable16] Fix comments search result to work with multibyte strings
2019-12-19 10:18:27 +01:00
Roeland Jago Douma
afa23942a5
Merge pull request #18459 from nextcloud/version/16.0.7/final
16.0.7
2019-12-19 08:44:53 +01:00
Nextcloud bot
021cfbf104
[tx-robot] updated from transifex 2019-12-19 02:26:45 +00:00
Roeland Jago Douma
efcbe865a9
16.0.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-18 09:23:54 +01:00
Nextcloud bot
e98e0306a5
[tx-robot] updated from transifex 2019-12-18 02:26:51 +00:00
Nextcloud bot
76b54fa2e7
[tx-robot] updated from transifex 2019-12-17 02:26:46 +00:00
Nextcloud bot
68fa396eed
[tx-robot] updated from transifex 2019-12-16 02:26:40 +00:00
Nextcloud bot
1b26d3e542
[tx-robot] updated from transifex 2019-12-15 02:27:12 +00:00
Nextcloud bot
8c43734cca
[tx-robot] updated from transifex 2019-12-14 02:26:46 +00:00
Michał Węgrzynek
2f8cfbb76d Fix comments search result to work with multibyte strings
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-13 14:39:25 +00:00
Nextcloud bot
c4c8b7677d
[tx-robot] updated from transifex 2019-12-13 02:26:37 +00:00
Roeland Jago Douma
0c0600af09
Merge pull request #18345 from nextcloud/version/16.0.7/rc1
16.0.7 RC1
2019-12-12 23:30:24 +01:00
Roeland Jago Douma
0fad25b78c
16.0.7 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 23:26:03 +01:00
Roeland Jago Douma
20f6ab1040
Merge pull request #18387 from nextcloud/backport/18386/stable16
[stable16] [stable17] Allow to detect mimetype by content
2019-12-12 23:25:13 +01:00
Joas Schilling
42a51146d1 Allow to specify apps that somethign is a dir
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Roeland Jago Douma
c743af30d6 Fix detection of non extention types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 22:05:18 +00:00
Joas Schilling
877e1bb55b Try more methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Joas Schilling
b7b7380d6b Update the unit test to dataProviders
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Joas Schilling
25d7d6965d Improve mimetype detection in workflow components
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Joas Schilling
1fe16ca6f5 Some more fixes in detecting the mimetype from the content
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Joas Schilling
0f3fe7be2c Allow to check for the mimetype by content only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Roeland Jago Douma
d32fd77d22
Merge pull request #18376 from nextcloud/backport/18365/stable16
[stable16] Bump the CRL
2019-12-12 19:18:34 +01:00
Roeland Jago Douma
0cb869321d Bump the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 14:41:06 +00:00
Roeland Jago Douma
d41f36dad5
Merge pull request #18356 from nextcloud/backport/17935/stable16
[stable16] adding share type circles
2019-12-12 13:09:14 +01:00
Roeland Jago Douma
67559c34e8
Merge pull request #18367 from nextcloud/backport/18364/stable16
[stable16] Support more IPv6 addresses in the RefreshWebcalJob
2019-12-12 13:07:58 +01:00
Georg Ehrke
2addd34277 Support more IPv6 addresses in the RefreshWebcalJob
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-12 10:06:54 +00:00
Nextcloud bot
e7611e308a
[tx-robot] updated from transifex 2019-12-12 02:26:49 +00:00
Maxence Lange
b73faad2a1 adding share type circles
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-12-11 11:40:17 +00:00
Roeland Jago Douma
cdd0e4d3ad
Merge pull request #18347 from nextcloud/backport/18144/stable16
[stable16] ShareeAPI GS fixes
2019-12-11 10:58:44 +01:00
John Molakvoæ (skjnldsv)
f3d9c1f005
Query lookup by default
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-11 08:15:44 +01:00
Roeland Jago Douma
174bc54911
Expose capability if the lookup server should be queried by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 08:13:20 +01:00
Roeland Jago Douma
2a9c872d7a
Always do sharee lookup on lookup server in GS
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-11 08:13:11 +01:00
Nextcloud bot
8af38e7dcf
[tx-robot] updated from transifex 2019-12-11 02:17:06 +00:00
Roeland Jago Douma
5c58a21ef7
Merge pull request #18333 from nextcloud/backport/18312/stable16
[stable16] Do not disable authentication apps
2019-12-10 19:28:43 +01:00
Roeland Jago Douma
f632092648
Merge pull request #18309 from nextcloud/backport/18299/stable16
[stable16] Convert various columns in oc_mounts to bigint
2019-12-10 14:55:06 +01:00
Roeland Jago Douma
4d26a8f6dc
Merge pull request #18308 from nextcloud/backport/18184/stable16
[stable16] Move overwritehost check to isTrustedDomain
2019-12-10 14:54:43 +01:00
Roeland Jago Douma
139e45f360 Do not disable authentication apps
For #18249

If an app encounters an error during loading of app.php the app is
normally disabled. However. We should make sure that this doesn't happen
for authentication apps (looking at your user_saml).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-10 13:45:06 +00:00
Roeland Jago Douma
2ab1c4ded4
Merge pull request #18187 from nextcloud/backport/18149/stable16
[stable16] delay creation of the cert bundle
2019-12-10 13:38:47 +01:00
Nextcloud bot
623776f5e5
[tx-robot] updated from transifex 2019-12-10 02:17:01 +00:00
Georg Ehrke
b25f545c99 Convert various columns in oc_mounts to bigint
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-12-09 20:40:53 +00:00
Julius Härtl
42bb1391c5 Move overwritehost check to isTrustedDomain
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-09 20:40:33 +00:00
Roeland Jago Douma
8e74b232ed
Merge pull request #18248 from nextcloud/backport/18241/stable16
[stable16] Allow to unfavorite all files
2019-12-09 21:27:59 +01:00
Roeland Jago Douma
436cb021f7
Merge pull request #18284 from nextcloud/backport/18228/16
[stable 16] Fix removing groups that have a slash in the name
2019-12-09 08:25:38 +01:00
Nextcloud bot
d37e870515
[tx-robot] updated from transifex 2019-12-09 02:16:47 +00:00
Gary Kim
9f332e53ab
Fix removing groups that have a slash in the name
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-08 21:19:52 +08:00
Nextcloud bot
726a5101ac
[tx-robot] updated from transifex 2019-12-08 02:17:49 +00:00
John Molakvoæ
7c98898b38
[stable16] Hide the tooltip if the list row is rerendered (#18260)
[stable16] Hide the tooltip if the list row is rerendered
2019-12-07 09:53:18 +01:00
Nextcloud bot
caccc2caf1
[tx-robot] updated from transifex 2019-12-07 02:16:55 +00:00
Roeland Jago Douma
0a34c55937
Merge pull request #18259 from kyrofa/backport/files_rightclick_shipped
[stable16] Mark files_rightclick as shipped so it's marked as official
2019-12-06 09:23:08 +01:00
Nextcloud bot
8a815060a0
[tx-robot] updated from transifex 2019-12-06 02:17:20 +00:00
Julius Härtl
bbf417ec85 Hide the tooltip if the list row is rerendered
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-05 19:52:15 +00:00
Christoph Wurst
15d6dd30b6
Mark files_rightclick as shipped so it's marked as official
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2019-12-05 09:35:52 -08:00
Joas Schilling
806a067bfb Allow to unfavorite all files
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-05 10:39:59 +00:00
Nextcloud bot
b307d32ed1
[tx-robot] updated from transifex 2019-12-05 02:17:11 +00:00
Nextcloud bot
b7c8bce168
[tx-robot] updated from transifex 2019-12-04 09:24:31 +00:00
Nextcloud bot
d07742b80d
[tx-robot] updated from transifex 2019-12-04 02:17:10 +00:00
Nextcloud bot
00e9f5f024
[tx-robot] updated from transifex 2019-12-03 02:17:04 +00:00
Roeland Jago Douma
05f40475cc
Merge pull request #18183 from nextcloud/backport/18135/stable16
[stable16] Trim the login name
2019-12-02 13:55:34 +01:00
Arthur Schiwon
900cd128fb
delay creation of the cert bundle
fixes #18148

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-02 12:15:38 +01:00
Christoph Wurst
2dd531fc5f
Trim the login name
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-02 09:37:51 +01:00
Nextcloud bot
56528c6ab1
[tx-robot] updated from transifex 2019-12-02 02:17:11 +00:00
Nextcloud bot
9f1bba8597
[tx-robot] updated from transifex 2019-12-01 02:18:31 +00:00
Nextcloud bot
0485022d8b
[tx-robot] updated from transifex 2019-11-30 02:17:06 +00:00
Nextcloud bot
a8031dd301
[tx-robot] updated from transifex 2019-11-29 02:17:12 +00:00
Nextcloud bot
c3823a2892
[tx-robot] updated from transifex 2019-11-28 02:17:14 +00:00
Roeland Jago Douma
426f0a714e
Merge pull request #18129 from nextcloud/fix/stable16/drone/handlebars
[stable16] Use old node LTS to build handlebars
2019-11-27 14:02:55 +01:00
Roeland Jago Douma
79e335dd55
Use old LTS to build handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 08:31:35 +01:00
Roeland Jago Douma
dc2bec7c98
Merge pull request #18116 from nextcloud/backport/18027/stable16
[stable16] Incorrect integer value: '' for column 'password_invalid' while migra…
2019-11-27 08:28:25 +01:00
Nextcloud bot
36b0bee728
[tx-robot] updated from transifex 2019-11-27 02:16:41 +00:00
Roeland Jago Douma
f6f1cd5c60
Merge pull request #17933 from nextcloud/backport/17905/stable16-update-searchdav
[stable16] Bump icewind/searchdav
2019-11-26 19:48:36 +01:00
Łukasz Buśko
4c8ef504f8 Incorrect integer value: '' for column 'password_invalid' while migrating from pg to mysql #14920
Signed-off-by: Łukasz Buśko <busko.lukasz@pm.me>
2019-11-26 13:39:24 +00:00
Nextcloud bot
6a04dbda58
[tx-robot] updated from transifex 2019-11-26 02:16:13 +00:00
Roeland Jago Douma
da23aa3f0f
Merge pull request #18055 from nextcloud/backport/18016/stable16
[stable16] make chunksize (used to check for gone LDAP users) configurable
2019-11-25 08:40:35 +01:00
Nextcloud bot
e7f3790ee6
[tx-robot] updated from transifex 2019-11-25 02:16:11 +00:00
Nextcloud bot
269a6be41e
[tx-robot] updated from transifex 2019-11-24 02:17:11 +00:00
Nextcloud bot
2a501eb3ff
[tx-robot] updated from transifex 2019-11-23 02:16:24 +00:00
Nextcloud bot
ed8740205b
[tx-robot] updated from transifex 2019-11-22 02:16:34 +00:00
Arthur Schiwon
a88f6309c6 make chunksize (used to check for gone LDAP users) configurable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-21 10:07:30 +00:00
blizzz
356e75eeed
Merge pull request #18048 from nextcloud/backport/18030/stable16
[stable16] uid can be false when the user record does not exit
2019-11-21 11:03:30 +01:00
Roeland Jago Douma
77bae5e60a
Merge pull request #18041 from nextcloud/backport/18004/stable16
[stable16] Convert more columns to bigint
2019-11-21 08:47:41 +01:00
Roeland Jago Douma
084e62864b
Merge pull request #18051 from nextcloud/backport/18035/stable16
[stable16] Update the CRL
2019-11-21 07:56:56 +01:00
Roeland Jago Douma
1c6b658d28 Update the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-21 06:52:37 +00:00
Roeland Jago Douma
ecc06866dd
Merge pull request #18037 from nextcloud/backport/18003/stable16
[stable16] Do not check for updates if we have no internet
2019-11-21 07:48:34 +01:00
Roeland Jago Douma
4cac0e893c
Merge pull request #18044 from nextcloud/backport/18009/stable16
[stable16] Fix installing with MySQL 8.0.4+
2019-11-21 07:48:16 +01:00
Arthur Schiwon
3259cb64a9 uid can be false when the user record does not exit
fixes not loading files app for users who got a share by the gone LDAP user

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-21 06:10:11 +00:00
Nextcloud bot
7d7b7fcb58
[tx-robot] updated from transifex 2019-11-21 02:16:19 +00:00
Joas Schilling
4cd1d56888 Fix installing with MySQL 8.0.4+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-20 20:52:51 +00:00
Roeland Jago Douma
f8a4966544 Convert more columns to bigint
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20 20:35:23 +00:00
Roeland Jago Douma
529623e749 Do not check for updates if we have no internet
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20 19:56:06 +00:00
Nextcloud bot
a61d88f473
[tx-robot] updated from transifex 2019-11-20 02:16:36 +00:00
Nextcloud bot
0660f1fcc7
[tx-robot] updated from transifex 2019-11-19 02:18:06 +00:00
Nextcloud bot
15e097ae6c
[tx-robot] updated from transifex 2019-11-18 02:16:14 +00:00
Roeland Jago Douma
6cbc8a08d5
Merge pull request #17944 from nextcloud/backport/17926/stable16
[stable16] re-acquired expired shared locks on large file uploads
2019-11-17 09:10:00 +01:00
Roeland Jago Douma
54cdbea127
Merge pull request #17953 from nextcloud/backport/17942/stable16
[stable16] pass through ServerNotAvailableException on app init
2019-11-17 09:09:12 +01:00
Nextcloud bot
3273c51485
[tx-robot] updated from transifex 2019-11-17 02:17:31 +00:00
Nextcloud bot
f943a656bd
[tx-robot] updated from transifex 2019-11-16 02:16:13 +00:00
Nextcloud bot
d814c457c1
[tx-robot] updated from transifex 2019-11-15 02:16:20 +00:00
Arthur Schiwon
fbce2b7156 pass through ServerNotAvailableException on app init
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-14 21:01:11 +00:00
Robin Appelman
61382f525b re-acquired expired shared locks on large file uploads
during large file uploads, the shared lock that we get at the begining can expire
leading to locked errors later on, instead of erroring, try to re-get the lock

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-14 18:35:08 +00:00
Daniel Kesselberg
411534bcaf
[stable16] update icewind/searchdav to 1.0.2
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-14 10:09:33 +01:00
Roeland Jago Douma
711ce573c1
Merge pull request #17929 from nextcloud/backport/17873/stable16
[stable16] Make timeout a optional parameter
2019-11-14 09:52:33 +01:00
Nextcloud bot
e400b70e0b
[tx-robot] updated from transifex 2019-11-14 02:16:31 +00:00
Roeland Jago Douma
bfda90d9d4
Merge pull request #17927 from nextcloud/backport/17924/stable16
[stable16] Check quota before transfer ownership
2019-11-13 19:56:29 +01:00
Daniel Kesselberg
6c3faa96d2 Make timeout a optional parameter
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-13 16:08:15 +00:00
Roeland Jago Douma
5c94ae2c25 Check quota before transfer ownership
Fixes #15664

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13 14:09:50 +00:00
Nextcloud bot
4ef8ff5660
[tx-robot] updated from transifex 2019-11-13 02:16:25 +00:00
Roeland Jago Douma
21968d0595
Merge pull request #17910 from nextcloud/backport/16846/stable16
[stable16] Always check via http and https whether htaccess is working
2019-11-12 19:51:00 +01:00
Joas Schilling
733f10cc16 Always check via http and https whether htaccess is working
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12 13:19:42 +00:00
Roeland Jago Douma
8f3062577c
Merge pull request #17906 from nextcloud/backport/17388/stable16
[stable16] Don't use an undefined index if not needed
2019-11-12 08:13:37 +01:00
Roeland Jago Douma
54aef17e73
Merge pull request #17884 from nextcloud/backport/17843/stable16
[stable16] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
2019-11-12 08:12:37 +01:00
Roeland Jago Douma
a2c2389dd4
Merge pull request #17857 from nextcloud/backport/17847/stable16
[stable16] Also set X-OC-Mtime header for files that are smaller than 10MB
2019-11-12 08:11:36 +01:00
Nextcloud bot
fe78fe9ba8
[tx-robot] updated from transifex 2019-11-12 02:16:29 +00:00
Roeland Jago Douma
1a4505f64b Don't use an undefined index if not needed
It is not set. And not used. Just some copy paste leftover.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-11 17:49:59 +00:00
Jonas Sulzer
20cf58396f 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-11-10 08:48:42 +00:00
Nextcloud bot
e19a32ccfc
[tx-robot] updated from transifex 2019-11-10 02:17:15 +00:00
Nextcloud bot
3099781f3c
[tx-robot] updated from transifex 2019-11-09 02:16:01 +00:00
Julius Härtl
26aa01e161 Also set X-OC-Mtime header for files that are smaller than 10MB
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-08 09:23:56 +00:00
blizzz
c3dc9b7e84
Merge pull request #17852 from nextcloud/backport/17830/stable16
[stable16] actually return the quote when getting global storage info
2019-11-08 09:32:29 +01:00
Nextcloud bot
04e6470b2f
[tx-robot] updated from transifex 2019-11-08 02:16:32 +00:00
Robin Appelman
555900a0d2 actually return the quote when getting global storage info
prevents 'undefined' index errors when 'include external storage in quota' is enabled

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-07 22:55:01 +00:00
Roeland Jago Douma
0e57eabfa0
Merge pull request #17827 from nextcloud/version/16.0.6/final
16.0.6
2019-11-07 23:19:58 +01:00
Roeland Jago Douma
d171d1aff8
Merge pull request #17841 from nextcloud/backport/17822/stable16
[stable16] switch to Files Node API for zip generation
2019-11-07 12:59:33 +01:00
Arthur Schiwon
d0db369464 switch to Files Node API for zip generation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-07 10:04:59 +00:00
Nextcloud bot
00b838ca6c
[tx-robot] updated from transifex 2019-11-07 02:16:14 +00:00
Roeland Jago Douma
47e8313218
16.0.6
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-06 09:30:05 +01:00
Nextcloud bot
bf3de19f62
[tx-robot] updated from transifex 2019-11-06 02:16:25 +00:00
Nextcloud bot
a575ef9145
[tx-robot] updated from transifex 2019-11-05 02:16:03 +00:00
Nextcloud bot
153a764e3c
[tx-robot] updated from transifex 2019-11-04 02:15:43 +00:00
Nextcloud bot
803b54186b
[tx-robot] updated from transifex 2019-11-03 02:16:22 +00:00
Nextcloud bot
96d4233545
[tx-robot] updated from transifex 2019-11-02 02:15:14 +00:00
Roeland Jago Douma
c34abfa16b
Merge pull request #17768 from nextcloud/backport/17755/stable16
[stable16] Bring back external storage group select delete
2019-11-01 08:51:48 +01:00
Nextcloud bot
18d484dd30
[tx-robot] updated from transifex 2019-11-01 07:46:47 +00:00
John Molakvoæ (skjnldsv)
61681c9688 Bring back external storage group select delete
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-31 14:55:59 +00:00
Roeland Jago Douma
a5995d2f74
Merge pull request #17722 from nextcloud/version/16.0.6/rc1
16.0.6 RC1
2019-10-31 09:11:34 +01:00
Roeland Jago Douma
1a607a5153
Bump ca-bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-30 21:07:59 +01:00
Roeland Jago Douma
73411eae9f
16.0.6 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-30 19:54:41 +01:00
Roeland Jago Douma
522d050731
Merge pull request #17689 from nextcloud/backport/17626/stable16
[stable16] Fix weird KDE bug with loginflowv2
2019-10-30 19:53:13 +01:00
Roeland Jago Douma
7c207d002a
Merge pull request #17732 from nextcloud/backport/17730/stable16
[stable16] Fix DAV mimetype search
2019-10-29 11:17:05 +01:00
Roeland Jago Douma
3ce9f0013a Fix DAV mimetype search
Fixes #15048
Catches the case where a full mimetype is sumbitted in the where like
clause. Before we didn't catch this and it was just forwarded as is
causing invalid queries.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29 07:35:38 +00:00
Nextcloud bot
a7de52e9d9
[tx-robot] updated from transifex 2019-10-29 02:15:36 +00:00
Nextcloud bot
fc707b6f5b
[tx-robot] updated from transifex 2019-10-28 02:15:50 +00:00
Nextcloud bot
c5273404ee
[tx-robot] updated from transifex 2019-10-27 02:14:27 +00:00
Roeland Jago Douma
166bbadef1
Merge pull request #17687 from nextcloud/backport/17673/stable16
[stable16] Fix jsConfigHelper lang/locale mixup
2019-10-26 20:33:45 +02:00
Roeland Jago Douma
bb42b520ef Fix weird KDE bug with loginflowv2
It seems that KDE by default opens the url in secret.
Should fix: https://github.com/nextcloud/desktop/issues/1412

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 11:54:37 +00:00
Roeland Jago Douma
4dc91420cf Cleanup theming mess
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.

* Same for the theming app magic. Just use the parent call when needed.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:46 +00:00
Roeland Jago Douma
70fea997af Don't pass in the locale as the language
This messes with the translation of the date names etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:46 +00:00
Nextcloud bot
57f901e972
[tx-robot] updated from transifex 2019-10-26 02:15:31 +00:00
Nextcloud bot
e298edb243
[tx-robot] updated from transifex 2019-10-25 02:15:47 +00:00
Nextcloud bot
27cadc5dcd
[tx-robot] updated from transifex 2019-10-24 02:15:40 +00:00
Roeland Jago Douma
f24bb46b06
Merge pull request #17653 from nextcloud/backport/16727/stable16
[stable16] Reset and init new user form language
2019-10-23 14:25:04 +02:00
John Molakvoæ (skjnldsv)
c6d664a817 Reset and init new user form language
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-23 06:51:24 +00:00
Roeland Jago Douma
cbc82a9449
Merge pull request #17648 from nextcloud/backport/16782/stable16
[stable16] Stop if there is no encrypted token
2019-10-23 08:36:20 +02:00
Nextcloud bot
b8be6ed15e
[tx-robot] updated from transifex 2019-10-23 02:15:39 +00:00
Daniel Kesselberg
3a995a1656 Add test case for existing user with token null
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-22 19:15:14 +00:00
Daniel Kesselberg
7b4d5aa8a9 Return the disabled user mock instead of the existing
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-22 19:15:14 +00:00
Daniel Kesselberg
34fa5dae37 Stop if there is no encrypted token
Fix Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-22 19:15:14 +00:00
Roeland Jago Douma
d5aaf66479
Merge pull request #17641 from nextcloud/backport/17578/stable16
[stable16] [stable17] Load additional scripts on help page
2019-10-22 20:18:32 +02:00
Julius Härtl
59d0b4402e Load additional scripts on help page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 14:13:19 +00:00
blizzz
6a9acba384
Merge pull request #17622 from nextcloud/backport/17450/stable16
[stable16] hide strange Everyone and Disabled group numbers with LDAP
2019-10-22 10:17:21 +02:00
Nextcloud bot
377a955f86
[tx-robot] updated from transifex 2019-10-22 02:15:58 +00:00
Roeland Jago Douma
6b18986a87
Merge pull request #17619 from nextcloud/fix/noid/visibility
[stable16] fix method scope
2019-10-21 21:04:30 +02:00
Roeland Jago Douma
a9f1ab83e6
Merge pull request #17618 from nextcloud/backport/17595/stable16
[stable16] treat LDAP error 50 as auth issue, prevents lost server connection errors
2019-10-21 16:49:33 +02:00
npmbuildbot[bot]
2647e61321 Compile assets
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-21 11:50:34 +00:00
Arthur Schiwon
4294347e6a
backport of #17450
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 13:46:52 +02:00
Arthur Schiwon
7a31a482f4
fix call of a protected method by a different class
was due to a backport while relying on not backported changes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 12:50:47 +02:00
Arthur Schiwon
8ce5346491 treat LDAP error 50 as auth issue, prevents lost server connection errors
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 09:57:24 +00:00
Nextcloud bot
63479ba72e
[tx-robot] updated from transifex 2019-10-21 02:16:05 +00:00
Nextcloud bot
54166dfbcd
[tx-robot] updated from transifex 2019-10-20 02:16:57 +00:00
Roeland Jago Douma
140e21b6e8
Merge pull request #17580 from nextcloud/backport/17543/stable16
[stable16] Let SCSS cleanup only run once
2019-10-19 11:11:36 +02:00
Roeland Jago Douma
75c5f0662f
Merge pull request #17588 from nextcloud/backport/17585/stable16
[stable16] added documentation links on settings pages
2019-10-19 11:10:57 +02:00
Nextcloud bot
9c0b20ca29
[tx-robot] updated from transifex 2019-10-19 02:15:57 +00:00
Sascha Wiswedel
7711585ab7 added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-18 10:08:55 +00:00
Nextcloud bot
f4853072ef
[tx-robot] updated from transifex 2019-10-18 02:15:38 +00:00
blizzz
07a4b2577a
Merge pull request #17511 from nextcloud/backport/16721/stable16
[stable16] Correctly handle emtpy string in proxyuserpwd config
2019-10-17 14:33:28 +02:00
Julius Härtl
8d68e9e323 Make sure the cache is only reset once at a time
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-17 09:28:20 +00:00
Julius Härtl
4011d97a2b Use a distributed cache for the isCachedCache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-17 09:28:19 +00:00
Nextcloud bot
bd8dc10221
[tx-robot] updated from transifex 2019-10-17 02:16:08 +00:00
Nextcloud bot
0708ffcf77
[tx-robot] updated from transifex 2019-10-16 02:15:55 +00:00
Arthur Schiwon
29a1ac7799
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-15 18:40:14 +02:00
Roeland Jago Douma
86cf56df14
Merge pull request #17539 from nextcloud/backport/17332/stable16
[stable16] Only cache the mimetype if the file exists
2019-10-15 17:01:12 +02:00
Roeland Jago Douma
16690a2e04
Merge pull request #17542 from nextcloud/backport/17503/stable16
[stable16] Set the proper filename for version downloads
2019-10-15 09:18:06 +02:00
Nextcloud bot
cd975f8036
[tx-robot] updated from transifex 2019-10-15 02:15:20 +00:00
Roeland Jago Douma
8a58c4cef1 Set the proper filename for version downloads
Before it just used the internalid (timestamp often) which is not really
user friendly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-14 20:29:01 +00:00
Joas Schilling
323fd3c538 Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item

To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-14 19:40:14 +00:00
Nextcloud bot
91a94469c1
[tx-robot] updated from transifex 2019-10-14 02:15:22 +00:00
Nextcloud bot
1ab9ef8224
[tx-robot] updated from transifex 2019-10-13 02:16:04 +00:00
Nextcloud bot
8183f23f34
[tx-robot] updated from transifex 2019-10-12 02:15:23 +00:00
Arthur Schiwon
0f5cc5249c
remove odd code, align to master
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-11 16:09:04 +02:00
Scott Shambarger
3fc86e639e
Correctly handle emtpy string in proxyuserpwd config
As documented, the default value for config value proxyuserpwd is ''.
However, that value results in the error:
 "cURL error 5: Unsupported proxy syntax in '@'".
This patch handles the values of '' and null (the default in the code)
the same for config values proxyuserpwd and proxy.

Signed-off-by: Scott Shambarger <devel@shambarger.net>
2019-10-11 13:41:39 +02:00
John Molakvoæ
bb34e90866
[stable16] Force hide tooltips on sidebar close (#17500)
[stable16] Force hide tooltips on sidebar close
2019-10-11 07:45:39 +02:00
John Molakvoæ (skjnldsv)
41d2aaa32c Force hide tooltips on sidebar close
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-10-11 04:49:34 +00:00
Nextcloud bot
b8cc88ce86
[tx-robot] updated from transifex 2019-10-11 02:14:56 +00:00
Joas Schilling
dc4c74a716
Merge pull request #17012 from nextcloud/backport/16999/stable16
[stable16] Return the proper jailed path when requesting the root path
2019-10-10 08:57:55 +02:00
Nextcloud bot
701343c1c8
[tx-robot] updated from transifex 2019-10-09 02:15:22 +00:00
John Molakvoæ
6021df4afc
Merge pull request #17227 from nextcloud/backport/17017/stable16
[stable16] fix "create folder" icon overlaying home icon
2019-10-08 09:42:20 +02:00
Nextcloud bot
54411b724e
[tx-robot] updated from transifex 2019-10-08 02:15:15 +00:00
blizzz
45108fcb40
Merge pull request #17441 from nextcloud/backport/17359/stable16
[stable16] Don't call basename on null
2019-10-07 16:46:13 +02:00
Joas Schilling
58bf308c40 Don't call basename on null
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-07 12:02:56 +00:00
Roeland Jago Douma
f09d1d6dbf
Merge pull request #17419 from nextcloud/backport/17387/stable16
[stable16] Allow removing federated shares of locally reshared files
2019-10-07 09:43:32 +02:00
Nextcloud bot
d248f94835
[tx-robot] updated from transifex 2019-10-07 02:14:56 +00:00
Nextcloud bot
3cb1d4f579
[tx-robot] updated from transifex 2019-10-06 02:15:26 +00:00
Roeland Jago Douma
9c3bfc7166
Merge pull request #16814 from nextcloud/backport/16572/stable16
[stable16] instead of upsert query, fallback to default on PSQL <= 9.4
2019-10-05 15:31:24 +02:00
Roeland Jago Douma
0c5978447f Allow removing federated shares of locally reshared files
* UserA shares a folder to UserB
* UserB does a federated share to userC@serverC
* UserB now tries to revoke the federated share

Before we always tried to notify the remote cloud. The case that the
file was reshared locally was not considered. This patch makes sure not
to try to notify a federated server if both users are local users.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-05 13:19:53 +00:00
Roeland Jago Douma
ba25fe84e0
Merge pull request #17416 from nextcloud/backport/17397/stable16
[stable16] Fix updating and deleting authtokens
2019-10-05 15:13:42 +02:00
Sergej Nikolaev
c934786dc4 fix updating and deleting authtokens
Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
2019-10-05 10:42:19 +00:00
Nextcloud bot
6f02458356
[tx-robot] updated from transifex 2019-10-05 02:15:20 +00:00
John Molakvoæ
f1cee77582
[stable16] Append / to data(path) for folder content request (#17310)
[stable16] Append / to data(path) for folder content request
2019-10-04 18:09:41 +02:00
Roeland Jago Douma
50f2900b4b
Merge pull request #17282 from nextcloud/backport/17262/stable16
[stable16] dont delete cache entries if deleting an object from object store failed
2019-10-04 11:35:54 +02:00
Roeland Jago Douma
82f72f9282
Merge pull request #17352 from nextcloud/backport/17001/stable16
[stable16] reduce adressbook change events and handling
2019-10-04 11:34:27 +02:00
Nextcloud bot
3a8d3cdf90
[tx-robot] updated from transifex 2019-10-04 02:15:40 +00:00
John Molakvoæ
bda30e590a
[stable16] Don't process known avatars from LDAP (#17373)
[stable16] Don't process known avatars from LDAP
2019-10-03 08:39:27 +02:00
Nextcloud bot
fa59e681dc
[tx-robot] updated from transifex 2019-10-03 02:14:38 +00:00
Arthur Schiwon
c5b9fcaf90 Don't process known avatars from LDAP
* avoids useless FS operation
* avoids useless DB writes
* avoids useless addressbook updates
* addendum to #17001

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-02 14:34:27 +00:00
Nextcloud bot
f6f82d3fa8
[tx-robot] updated from transifex 2019-10-02 02:15:24 +00:00
Nextcloud bot
ce2906782c
[tx-robot] updated from transifex 2019-10-01 12:42:10 +00:00
Roeland Jago Douma
387eeeba7f
Merge pull request #17342 from nextcloud/backport/16798/stable16
[stable16] Fix scrolling after switching to grid view
2019-10-01 12:55:15 +02:00
Arthur Schiwon
d932653a29 adjust test expectations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-01 10:19:03 +00:00
Arthur Schiwon
0b7ad2c22b reduce adressbook change events and handling
... from four to one on avatar updates

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-01 10:19:03 +00:00
Roeland Jago Douma
8918b0174f
Merge pull request #17299 from nextcloud/backport/17258/stable16
[stable16] add (hidden) option to configure smb timeout
2019-10-01 12:11:38 +02:00
Roeland Jago Douma
c7157ef586
Merge pull request #17347 from nextcloud/backport/stable16/fix/hbs-compile-script
[stable16] Use handlebars from node_modules (on CI)
2019-10-01 12:07:46 +02:00
Christoph Wurst
d513d56729
Use handlebars from node_modules (on CI)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-01 11:23:46 +02:00
Jonathan Matthews
4cd718efae Fix grid view
Signed-off-by: Jonathan Matthews <jgit@pixelnet.work>
2019-09-30 15:34:46 +00:00
Roeland Jago Douma
d4f3bfb4cc
Merge pull request #17296 from nextcloud/backport/17286/stable16
[stable16] Correctly detect the mimetype from uploads
2019-09-30 17:11:15 +02:00
Roeland Jago Douma
1918cda75f
Merge pull request #17271 from nextcloud/backport/14913/stable16
[stable16] Fix directory detection for s3
2019-09-30 17:10:23 +02:00
John Molakvoæ
f65e06fd6c
[stable16] Fix fetching additional search results on scrolling… (#17304)
[stable16] Fix fetching additional search results on scrolling down
2019-09-29 17:19:12 +02:00
John Molakvoæ (skjnldsv)
63a142c47d
Append / to data(path) for folder content request
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-28 17:28:17 +02:00
René Bühlmann
2e99756cb3 Fix fetching additional search results on scrolling down
Signed-off-by: René Bühlmann <rene@buehlmann.net>
2019-09-28 09:45:23 +00:00
Nextcloud bot
bac125e201
[tx-robot] updated from transifex 2019-09-28 02:15:06 +00:00
Robin Appelman
5504bb4430 Update apps/files_external/lib/Lib/Backend/SMB.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-27 10:31:30 +00:00
Robin Appelman
167af81d26 add (hidden) option to configure smb timeout
hidden from ui to prevent clutter

```occ files_external:config <mount> timeout 30```

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-27 10:31:29 +00:00
Roeland Jago Douma
0ecc8ed904
Merge pull request #17278 from nextcloud/backport/17264/stable16
[stable16] handle moveFromStorage within the same storage even when storage wrap…
2019-09-27 12:28:27 +02:00
Joas Schilling
ec1ff53a64 Correctly detect the mimetype from uploads
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-27 08:52:43 +00:00
Robin Appelman
fcd637b938 dont delete cache entries if deleting an object from object store failed
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 14:14:57 +00:00
Robin Appelman
cbc4134f33 handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage
the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that

Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-09-26 13:54:57 +00:00
Daniel Kesselberg
0263bc2e35 Use local variable for directory name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg
42b905c070 Don't strip path from directory prefix
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg
1a4b07cae4 Fill directory cache from opendir
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:10 +00:00
Daniel Kesselberg
b07f656432 Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Daniel Kesselberg
2b090ffa6f Rename $location to $path
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Daniel Kesselberg
dd7548ac69 Add method to check if directory exists
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:09 +00:00
Nextcloud bot
c1018bbbe4
[tx-robot] updated from transifex 2019-09-26 02:15:12 +00:00
Roeland Jago Douma
9a39b6a622
Merge pull request #17250 from nextcloud/version/16.0.5/final
Nextcloud 16.0.5
2019-09-25 20:23:52 +02:00
Joas Schilling
c2e3fce9c6
Merge pull request #17257 from nextcloud/backport/17240/stable16
[stable16] Fix spaces being collapsed in move dialog
2019-09-25 14:52:11 +02:00
Gary Kim
9a7ac74eee Fix spaces being collapsed in move dialog
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-25 09:25:07 +00:00
Nextcloud bot
39d041df55
[tx-robot] updated from transifex 2019-09-25 02:15:01 +00:00
Roeland Jago Douma
5ca3a19f9f
Nextcloud 16.0.5
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-24 21:28:44 +02:00
Nextcloud bot
32bf44195b
[tx-robot] updated from transifex 2019-09-24 02:14:55 +00:00
Nextcloud bot
31e399cccd
[tx-robot] updated from transifex 2019-09-22 02:15:49 +00:00
ritsute
7ee1f827bf fix "create folder" icon overlaying home icon
Signed-off-by: Brandon <brandon.yeow@websparks.sg>
2019-09-21 14:53:16 +00:00
Nextcloud bot
279b9ad577
[tx-robot] updated from transifex 2019-09-21 02:15:03 +00:00
Nextcloud bot
29c8844306
[tx-robot] updated from transifex 2019-09-20 02:15:17 +00:00
Roeland Jago Douma
36183cb2f1
Merge pull request #17211 from nextcloud/backport/17207/stable16
[stable16] Fix l10n in federated file sharing
2019-09-19 18:31:32 +02:00
Roeland Jago Douma
5fcff2f7c5
Merge pull request #17111 from nextcloud/version/16.0.5/RC1
16.0.5 RC 1
2019-09-19 16:20:53 +02:00
Christoph Wurst
5931eaadec Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-19 13:28:54 +00:00
Roeland Jago Douma
91247f7d30
16.0.5 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-19 10:33:56 +02:00
Roeland Jago Douma
4e8aae50a8
Merge pull request #16994 from nextcloud/backport/16835/stable16
[stable16] Remove orphaned calendar data from deleted subscriptions
2019-09-19 10:26:17 +02:00
Roeland Jago Douma
1b47b99456
Merge pull request #17155 from nextcloud/stable16-16976
[stable16] Always use the folder icon depending on the mount type if not a share mount
2019-09-19 10:20:51 +02:00
Nextcloud bot
d2042c5af4
[tx-robot] updated from transifex 2019-09-19 02:15:52 +00:00
Roeland Jago Douma
0729097912
Merge pull request #17197 from nextcloud/backport/17194/stable16
[stable16] Add uid to delete temp token query
2019-09-18 20:13:20 +02:00
Daniel Kesselberg
512240e41f Add uid to delete temp token query
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-18 16:12:13 +00:00
Nextcloud bot
7b755993a3
[tx-robot] updated from transifex 2019-09-18 02:15:09 +00:00
Julius Härtl
bd0b4c52ec Fallback to directory icon based on the mount type
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-17 14:39:25 +00:00
Nextcloud bot
8ba431b9a6
[tx-robot] updated from transifex 2019-09-17 12:33:44 +00:00
Roeland Jago Douma
e05093d42c
Merge pull request #17157 from nextcloud/backport/16310/stable16
[stable16] Don't send executionContexts for Clear-Site-Data
2019-09-16 16:12:06 +02:00
Roeland Jago Douma
ad01cbfb78
Merge pull request #17061 from nextcloud/backport/16985/stable16
[stable16] Properly initialize the CacheJail for sharing
2019-09-16 16:10:36 +02:00
Daniel Kesselberg
48b746443d Don't send executionContexts for Clear-Site-Data
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59

Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034

Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-16 10:52:54 +00:00
Roeland Jago Douma
e0737b7816
Merge pull request #17103 from nextcloud/backport/stable16/17086
[stable16] Fix opening apps with Ctrl+click
2019-09-15 10:20:13 +02:00
Julius Härtl
2f671bbea7
Fix opening apps with Ctrl+click
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-12 15:29:20 +02:00
Roeland Jago Douma
ecd05d7cad
Merge pull request #17099 from nextcloud/backport/16664/stable16
[stable16] Emit moveToTrash event only for the deleting user
2019-09-11 21:48:40 +02:00
Roeland Jago Douma
1db1d2ce9d Use the owner from the storage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-11 10:38:50 +00:00
Julius Härtl
f4ef37285b Emit moveToTrash event only for the deleting user
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-11 10:38:50 +00:00
Roeland Jago Douma
1b8ae61b7c
Merge pull request #17091 from nextcloud/backport/16969/stable16
[stable16] When you click on thumbnail of a file, it should open the file not the sidebar
2019-09-11 11:04:06 +02:00
Nextcloud bot
372307a762
[tx-robot] updated from transifex 2019-09-11 02:15:24 +00:00
Greta Doci
1d0971b72e Change filelist _onClickFile function so thumbnail to open the file instead of the sidebar
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-09-10 14:51:33 +00:00
blizzz
34daee58e7
Merge pull request #17070 from nextcloud/backport/16836/stable16
[stable16] Fix SMB availability status + higher delay on auth issues
2019-09-10 13:50:05 +02:00
Nextcloud bot
4878a1e40d
[tx-robot] updated from transifex 2019-09-10 02:15:40 +00:00
Arthur Schiwon
f48f8f94c7 adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Arthur Schiwon
f42a6e0506 set a storage availability delay on auth issues to avoid lock out
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Arthur Schiwon
f29395e89d catch auth issues also when php-smbclient is in use
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:51:31 +00:00
Joas Schilling
a7c0bb030c Correctly check for new default root
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-09 13:01:06 +00:00
Julius Härtl
55b416c448 Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-09 13:01:06 +00:00
Roeland Jago Douma
957edb8dde
Merge pull request #16997 from nextcloud/bugfix/13088/returns-404
returns 404
2019-09-08 21:28:19 +02:00
Nextcloud bot
56c7864fc7
[tx-robot] updated from transifex 2019-09-08 02:16:49 +00:00
Roeland Jago Douma
860e35501e
Merge pull request #16818 from nextcloud/backport/16811/stable16
[stable16] Correctly remove apps without any releases
2019-09-07 11:12:28 +02:00
Nextcloud bot
999cc69568
[tx-robot] updated from transifex 2019-09-07 02:15:41 +00:00
Nextcloud bot
7d6cb4eb6b
[tx-robot] updated from transifex 2019-09-06 02:15:10 +00:00
Julius Härtl
bb70d1096a Return the proper jailed path when requesting the root path
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-05 07:24:42 +00:00
Nextcloud bot
d810883587
[tx-robot] updated from transifex 2019-09-05 02:16:22 +00:00
Roeland Jago Douma
654c0b2b1b
Merge pull request #16991 from nextcloud/backport/16932/stable16
[stable16] Be sure to get the jailed path if the storage is a jail
2019-09-04 20:52:54 +02:00
Roeland Jago Douma
cf2af05def
Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps
[stable16] Fix tracking of auto disabled apps in Updater
2019-09-04 19:35:03 +02:00
Maxence Lange
c01f99904d returns 404
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-04 08:57:41 -01:00
Joas Schilling
3f03cc7733
Merge pull request #16995 from nextcloud/backport/16982/stable16
[stable16] Only run code coverage CI on merge
2019-09-04 11:04:55 +02:00
Roeland Jago Douma
59994bc7df Only run code coverage CI on merge
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04 08:58:28 +00:00
Thomas Citharel
6d856ceaf9 Check the calendar type of calendarobjects & calendarchanges
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Thomas Citharel
0b753f052a Remove orphaned calendar data from deleted subscriptions
Closes #16833. Ref #13511

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-09-04 08:55:47 +00:00
Roeland Jago Douma
b5f407e02d Be sure to get the jailed path if the storage is a jail
Fixes: https://github.com/nextcloud/groupfolders/issues/583

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-04 06:56:34 +00:00
Nextcloud bot
1025cee109
[tx-robot] updated from transifex 2019-09-04 02:16:24 +00:00
Nextcloud bot
6d926c8b28
[tx-robot] updated from transifex 2019-09-03 02:15:14 +00:00
Nextcloud bot
a0b0b1904e
[tx-robot] updated from transifex 2019-09-02 02:15:19 +00:00
Nextcloud bot
c2dbe61088
[tx-robot] updated from transifex 2019-09-01 02:16:31 +00:00
John Molakvoæ
5abc146b37
[stable16] prevent the server's app-navigation's css to overru… (#16936)
[stable16] prevent the server's app-navigation's css to overrule the scoped css …
2019-08-31 09:44:18 +02:00
Nextcloud bot
3244d910ee
[tx-robot] updated from transifex 2019-08-31 02:14:52 +00:00
Marco Ambrosini
8f0a36cddf prevent the server's app-navigation's css to overrule the scoped css in vue components
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-08-30 14:56:32 +00:00
Nextcloud bot
71e46474df
[tx-robot] updated from transifex 2019-08-30 02:15:20 +00:00
Roeland Jago Douma
85756b9348
Merge pull request #16921 from nextcloud/backport/16863/stable16-ignore-enter-key-up-event-on-menu-button-toggles
[stable16] Ignore Enter key up event on menu button toggles
2019-08-29 19:15:02 +02:00
Daniel Calviño Sánchez
50d948daf4 Ignore Enter key up event on menu button toggles
Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-08-29 09:42:21 +02:00
Nextcloud bot
fc9f12d72d
[tx-robot] updated from transifex 2019-08-29 02:15:00 +00:00
Roeland Jago Douma
11bb942483
Merge pull request #16837 from nextcloud/backport/16820/16
[stable16] Change access handling of projects
2019-08-28 20:34:03 +02:00
Roeland Jago Douma
c4bac0131e
Merge pull request #16909 from nextcloud/backport/16879/stable16
[stable16] Only run integration tests when PHP was modified
2019-08-28 20:33:11 +02:00
Joas Schilling
4d5e74007a Only run integration tests when PHP was modified
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28 09:05:15 +00:00
Roeland Jago Douma
e7039cc2f5
Merge pull request #16891 from nextcloud/backport/15993/stable16
[stable16] Properly redirect if accessing invalid file though /f/ entrypoint
2019-08-28 09:02:57 +02:00
Roeland Jago Douma
760da64b17
Merge pull request #16883 from nextcloud/backport/16875/stable16
[stable16] Use custom client URL in welcome emails
2019-08-28 09:02:08 +02:00
Roeland Jago Douma
e1f1a13263
Merge pull request #16896 from nextcloud/dependabot/npm_and_yarn/stable16/mixin-deep-1.3.2
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
2019-08-28 08:43:55 +02:00
Nextcloud bot
300631a4e9
[tx-robot] updated from transifex 2019-08-28 02:15:35 +00:00
dependabot-preview[bot]
a48a298a30
[Security] Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 18:07:16 +00:00
Julius Härtl
35a7d5707c Properly redirect if accessing invalid file though /f/ entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 16:51:00 +00:00
Julius Härtl
81a6adab41 Mock client URL in new user mail tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Julius Härtl
905c7786fb Use custom client URL in welcome emails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-27 11:48:57 +00:00
Nextcloud bot
930dea7129
[tx-robot] updated from transifex 2019-08-27 02:15:28 +00:00
Nextcloud bot
7355173156
[tx-robot] updated from transifex 2019-08-26 02:14:42 +00:00
Nextcloud bot
48e93a1307
[tx-robot] updated from transifex 2019-08-25 02:14:10 +00:00
Roeland Jago Douma
0c66dcfa61
Merge pull request #16848 from nextcloud/backport/16847/stable16
[stable16] Only add the app-itunes-app tag if the id is set
2019-08-24 09:28:40 +02:00
Nextcloud bot
6ed2c130fb
[tx-robot] updated from transifex 2019-08-24 02:15:17 +00:00
Julius Härtl
0d106a4b02 Only add the app-itunes-app tag if the id is set
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-23 19:19:27 +00:00
Nextcloud bot
8d572cc80d
[tx-robot] updated from transifex 2019-08-23 02:19:36 +00:00
Roeland Jago Douma
a33f2248e5
Merge pull request #16826 from nextcloud/backport/16808/stable16
[stable16] Undefined variable response when server is no nextcloud anymore
2019-08-22 16:14:00 +02:00
Joas Schilling
4cbeb680b0
Add a repair step to clear the projects access cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:42:08 +02:00
Joas Schilling
62a637fd42
Change the logic so projects are only shown when you can access all resources
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-22 15:39:56 +02:00
Nextcloud bot
c8d2c5ed33
[tx-robot] updated from transifex 2019-08-22 02:14:42 +00:00
Joas Schilling
18b4c1e8ca Undefined variable response when server is no nextcloud anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-21 14:07:43 +00:00
Joas Schilling
313e98437d Correctly remove apps without any releases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 20:30:18 +00:00
Arthur Schiwon
f9fdc641f3 instead of upsert, fallback to default query on PgSQL <= 9.4
because there is no upsert yet

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-20 15:26:33 +00:00
blizzz
97f3fbc505
Merge pull request #16802 from nextcloud/backport/16793/stable16
[stable16] Filter more configs
2019-08-20 10:18:29 +02:00
Joas Schilling
ae06f2312c Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 07:02:40 +00:00
Nextcloud bot
c37b4e3f75
[tx-robot] updated from transifex 2019-08-20 02:14:56 +00:00
Nextcloud bot
e66f58135d
[tx-robot] updated from transifex 2019-08-19 02:15:05 +00:00
Nextcloud bot
a584e2e899
[tx-robot] updated from transifex 2019-08-18 02:15:47 +00:00
Nextcloud bot
2bca7f372c
[tx-robot] updated from transifex 2019-08-17 02:15:09 +00:00
Nextcloud bot
94a74b8eba
[tx-robot] updated from transifex 2019-08-16 02:14:24 +00:00
Georg Ehrke
639ff3dbda
Fix tracking of auto disabled apps in Updater
This is a backport of #16507 (fixing #15416) for stable16.

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2019-08-15 13:23:42 -07:00
Roeland Jago Douma
fbeae1cc7b
Merge pull request #16745 from nextcloud/backport/16154/stable16
[stable16] Make possible to focus grid/list view toggle via keyboard
2019-08-15 19:41:42 +02:00
John Molakvoæ
558ec35c89
[stable16] Rename delete label to Delete folder/file (#16743)
[stable16] Rename delete label to Delete folder/file
2019-08-15 16:39:30 +02:00
John Molakvoæ (skjnldsv)
7c63605886 Always put the gridview toggle on the visible part of the page
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:59:45 +00:00
John Molakvoæ (skjnldsv)
7fefb77f5c Rename delete label to Delete folder/file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-15 08:22:13 +00:00
Nextcloud bot
ed0f6033af
[tx-robot] updated from transifex 2019-08-15 02:14:42 +00:00
Roeland Jago Douma
a1a245e882
Merge pull request #16733 from nextcloud/version/16.0.4/final
16.0.4
2019-08-14 20:00:44 +02:00
Nextcloud bot
85a070b242
[tx-robot] updated from transifex 2019-08-14 02:15:08 +00:00
Roeland Jago Douma
a4a3047894
16.0.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-13 14:26:23 +02:00
Nextcloud bot
4dea089ed3
[tx-robot] updated from transifex 2019-08-13 02:14:46 +00:00
Nextcloud bot
aebcbc4b04
[tx-robot] updated from transifex 2019-08-12 02:14:55 +00:00
Nextcloud bot
fb3ac4dcaf
[tx-robot] updated from transifex 2019-08-11 02:15:35 +00:00
Nextcloud bot
c577bd1bdb
[tx-robot] updated from transifex 2019-08-10 02:14:56 +00:00
Nextcloud bot
d7590ab90d
[tx-robot] updated from transifex 2019-08-09 02:14:22 +00:00
Roeland Jago Douma
57e30495cd
Merge pull request #16677 from nextcloud/version/16.0.4/RC1
16.0.4 RC1
2019-08-08 20:34:48 +02:00
Roeland Jago Douma
3df123dc45
16.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-08 19:18:05 +02:00
Roeland Jago Douma
d88324e5e8
Merge pull request #16695 from nextcloud/backport/16638/stable16
[stable16] delay sending event from app init to when they are needed
2019-08-08 19:17:27 +02:00
Roeland Jago Douma
6bfcf97c7f
Merge pull request #16691 from nextcloud/backport/16683/stable16
[stable16] Fix enable/disable user audit message
2019-08-08 11:07:25 +02:00
Arthur Schiwon
18aa047dd4 delay sending event from app init to when they are needed
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-08 08:49:44 +00:00
Roeland Jago Douma
fff47cdecb
Merge pull request #16689 from nextcloud/backport/16686/stable16
[stable16] Properly return an int in the getId function of the cache
2019-08-08 09:59:38 +02:00
John Molakvoæ (skjnldsv)
9ec4527cb7 Fix enable/disable user audit message
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-08 06:21:16 +00:00
Roeland Jago Douma
55ad6c1fa2 Properly return an int in the getId function of the cache
fixes #16684

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-08 06:15:46 +00:00
Nextcloud bot
89ba8c6c6d
[tx-robot] updated from transifex 2019-08-08 02:14:51 +00:00
John Molakvoæ
1def358729
[stable16] Fix ie app menu loading click (#16668)
[stable16] Fix ie app menu loading click
2019-08-07 08:39:02 +02:00
Nextcloud bot
8280bb5bf1
[tx-robot] updated from transifex 2019-08-07 02:14:45 +00:00
John Molakvoæ (skjnldsv)
c809dc1827
Fix ie app menu loading click
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-06 20:02:54 +02:00
blizzz
d5053d00c7
Merge pull request #16637 from nextcloud/backport/16525/stable16
[stable16] files_external: proper user context for sharing
2019-08-06 10:58:14 +02:00
Nextcloud bot
b8068fc11d
[tx-robot] updated from transifex 2019-08-06 02:14:45 +00:00
Morris Jobke
fb65d1e0ae
Merge pull request #16627 from nextcloud/backport/16586/stable16
[stable16] log circles and remote shares in admin_audit
2019-08-05 12:51:42 +02:00
Nextcloud bot
2754e49925
[tx-robot] updated from transifex 2019-08-05 02:14:34 +00:00
Nextcloud bot
e031965348
[tx-robot] updated from transifex 2019-08-04 02:15:29 +00:00
Nextcloud bot
25235a770f
[tx-robot] updated from transifex 2019-08-03 02:14:39 +00:00
Roeland Jago Douma
7a1169910a
Merge pull request #16633 from nextcloud/backport/15790/stable16
[stable16] remove unncessary code block in share recommendations, fixed undefined var error
2019-08-02 19:46:23 +02:00
Arthur Schiwon
b0c50ef6e9 fix check for null
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:22 +00:00
Julius Härtl
271f86cff3 Adjust tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:22 +00:00
Arthur Schiwon
29b04742db do not send null value when string is expected
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:22 +00:00
Arthur Schiwon
9e5994a210 adjusts LDAP's home handler to use the correct user object
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:21 +00:00
Arthur Schiwon
bb9f14115c fixes terminology and allows to request an IUser instance
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:21 +00:00
Julius Härtl
f852c82bf9 Provide proper user context from initMountPoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:21 +00:00
Julius Härtl
40cf574df9 files_external: Make sure the correct user context is used in substitution of variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:21 +00:00
Nextcloud bot
ad3efd6efb
[tx-robot] updated from transifex 2019-08-02 02:14:38 +00:00
Arthur Schiwon
bf10181e49
remove unncessary code block in share recommendations
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 01:05:15 +02:00
blizzz
291f85f0b8
Merge pull request #16630 from nextcloud/backport/16624/stable16
[stable16] Make sure we only fetch the file by id for the actual owner
2019-08-01 22:47:29 +02:00
Julius Härtl
53bb2862f0 Make sure we only fetch the file by id for the actual owner
Otherwise this will fetch all mounts for the file id which is quite
expensive and causes long saving times in big sharing structures

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-01 13:01:26 +00:00
Sascha Wiswedel
c730e2269c log circles and remote shares in admin_audit
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-08-01 10:36:10 +00:00
Nextcloud bot
11109c6dfa
[tx-robot] updated from transifex 2019-08-01 02:15:36 +00:00
Roeland Jago Douma
51fd053d6c
Merge pull request #16607 from nextcloud/backport/16596
[stable16] Set proper defaults for v-tooltip usages
2019-07-31 08:33:38 +02:00
Nextcloud bot
ee6f4febbd
[tx-robot] updated from transifex 2019-07-31 02:16:13 +00:00
Roeland Jago Douma
07d32779db
Merge pull request #16610 from nextcloud/backport/16599/stable16
[stable16] Fix/xss/on favorite file
2019-07-30 16:30:19 +02:00
Roeland Jago Douma
516588ff91
Merge pull request #16598 from nextcloud/backport/16502/stable16
[stable16] Check the if we can actually access the storage cache for recent files
2019-07-30 11:44:01 +02:00
Max Fichtelmann
951147c6e9 prevent potential XSS via unchecked use innerHTML
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
2019-07-30 07:52:40 +00:00
Max Fichtelmann
af87bd2f60 fix XSS when adding a file with a malicious name to favorites
Signed-off-by: Max Fichtelmann <max.fichtelmann@procilon.de>
2019-07-30 07:52:40 +00:00
Julius Härtl
a557d34481
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-30 08:54:01 +02:00
Julius Härtl
10ce9c6878
Force defaultHtml setting of v-tooltip to be disabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-30 08:50:08 +02:00
Nextcloud bot
48b271a216
[tx-robot] updated from transifex 2019-07-30 02:14:53 +00:00
Julius Härtl
e7920203ba Add additional check for read permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-29 15:00:12 +00:00
Julius Härtl
f1f755740d Check the if we can actually access the storage cache for recent files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-29 15:00:11 +00:00
Roeland Jago Douma
5ac52d2e09
Merge pull request #16578 from nextcloud/backport/16558/stable16
[stable16] Do not log all locked exceptions
2019-07-29 10:40:23 +02:00
Nextcloud bot
6b814e5002
[tx-robot] updated from transifex 2019-07-29 02:15:08 +00:00
Nextcloud bot
ff3e510b76
[tx-robot] updated from transifex 2019-07-28 02:15:33 +00:00
Roeland Jago Douma
45815e5c09
Merge pull request #16561 from nextcloud/backport/16551/stable16
[stable16] supresses disclosing the userid for LDAP users in the welcome mail
2019-07-27 12:22:02 +02:00
Roeland Jago Douma
5959245417 Do not log all locked exceptions
This can happen for valid reasons (multiple users writing at the same
time) with for example the text app. Apps should properly handle it. No
reason to log it by default.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-27 08:40:00 +00:00
Roeland Jago Douma
64fb4c7736
Merge pull request #16562 from nextcloud/backport/16555/stable16
[stable16] use a pattern to identify sensitive config keys
2019-07-27 10:38:41 +02:00
Roeland Jago Douma
d092802a2d
Merge pull request #16564 from nextcloud/backport/16557/stable16
[stable16] Do not log locked files
2019-07-27 10:38:25 +02:00
Roeland Jago Douma
5786c6c058
Merge pull request #16566 from nextcloud/backport/16556/stable16
[stable16] log email shares in admin_audit log
2019-07-27 10:37:53 +02:00
Roeland Jago Douma
05788a814e
Merge pull request #16567 from nextcloud/backport/16163/stable16
[stable16] Change send to sent
2019-07-27 10:37:20 +02:00
Nextcloud bot
d638060520
[tx-robot] updated from transifex 2019-07-27 02:14:46 +00:00
Frederic Werner
7c225bd706
Change send to sent
Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
2019-07-26 16:21:37 +02:00
Sascha Wiswedel
94db7053d2 log email shares in admin_audit log
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-07-26 14:15:45 +00:00
Roeland Jago Douma
167a8d72cf Do not log locked files
This is the code doing its job. There is no need to spam the log file
with this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-26 13:46:02 +00:00
Arthur Schiwon
a9ccac2f20 treat sensitive config keys by pattern
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-07-26 13:21:22 +00:00
Arthur Schiwon
84a849ec8a supresses disclosing the userid for LDAP users in the welcome mail
The userid is not relevant here, and by default cannot be used to login
with. Typically, there is a common type of login names in organizations
(LDAP username or email most often) that does not need to be disclosed.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-07-26 13:16:33 +00:00
Roeland Jago Douma
159ff6dd97
Merge pull request #16543 from nextcloud/backport/16532/stable16
[stable16] Fix max contrast retrieval to limit minimum color for relative time
2019-07-26 08:08:00 +02:00
Nextcloud bot
00379ebffa
[tx-robot] updated from transifex 2019-07-26 02:14:49 +00:00
Roeland Jago Douma
540168fc43
Merge pull request #16541 from nextcloud/backport/15794/stable16
[stable16] Lock SCSS so we only run 1 job at a time
2019-07-25 19:40:41 +02:00
Morris Jobke
6ee98f3567 Trigger fallback code to get max contrast value and use integer there
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-25 15:08:05 +00:00
Morris Jobke
861daee4d8 Fix max contrast retrieval to limit minimum color for relative time
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-25 15:08:05 +00:00
Roeland Jago Douma
3f5ce65879 Lock SCSS so we only run 1 job at a time
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-25 13:44:06 +00:00
Roeland Jago Douma
c08d2cbda7
Merge pull request #16536 from nextcloud/backport/16503/stable16
[stable16] allow to provide supported calendar component set internally as a string
2019-07-25 15:44:01 +02:00
Georg Ehrke
19e5cb37a6 allow to provide supported calendar component set internally as a string
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-25 11:36:46 +00:00
Nextcloud bot
eeefef4843
[tx-robot] updated from transifex 2019-07-25 02:14:48 +00:00
Morris Jobke
67c8dc001d
Merge pull request #16527 from nextcloud/backport/15637/stable16
[stable16] Allow hidden smb shares
2019-07-24 15:14:57 +02:00
Morris Jobke
c9bf543cd4
Merge pull request #16524 from nextcloud/backport/16523/stable16
[stable16] Nested recursion breaking max nested level for parent comment calculation
2019-07-24 15:14:29 +02:00
Daniel Kesselberg
f1031e1e24 Fix wrong indentation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:20 +00:00
Daniel Kesselberg
62826ae018 Fix invalid recursion
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:20 +00:00
Daniel Kesselberg
9072d82cd6 Allow hidden smb shares
A hidden smb share ends with $. This patch changes the placeholder
detection to allow shares with $ at the end.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:19 +00:00
Joas Schilling
c7322c7efd PHPStorm code cleanup
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24 09:51:23 +00:00
Joas Schilling
27a6f8020b Get the topmost parent for the parent instead of doing endless recursion
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24 09:51:22 +00:00
Nextcloud bot
9e62b2f25a
[tx-robot] updated from transifex 2019-07-24 02:15:44 +00:00
Nextcloud bot
227701b6ee
[tx-robot] updated from transifex 2019-07-23 02:15:51 +00:00
Morris Jobke
93c5176f1e
Merge pull request #16500 from nextcloud/backport/16495/stable16
[stable16] Pass $configargs to openssl_pkey_export
2019-07-22 16:03:29 +02:00
Daniel Kesselberg
abd714d685
Pass $configargs to openssl_pkey_export
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-22 14:37:10 +02:00
Nextcloud bot
55e70858b1
[tx-robot] updated from transifex 2019-07-22 02:16:08 +00:00
Nextcloud bot
70d3fd8a76
[tx-robot] updated from transifex 2019-07-21 02:15:18 +00:00
Nextcloud bot
69e5591229
[tx-robot] updated from transifex 2019-07-20 02:14:40 +00:00
Nextcloud bot
291103a495
[tx-robot] updated from transifex 2019-07-19 02:15:04 +00:00
Roeland Jago Douma
158ca6f03c
Merge pull request #16444 from nextcloud/backport/16440/stable16
[stable16] Fix File#putContents(string) on ObjectStorage
2019-07-18 08:08:54 +02:00
Nextcloud bot
a6bf6a61e8
[tx-robot] updated from transifex 2019-07-18 02:15:01 +00:00
Marcel Klehr
21822512dc Fix File#putContents(string) on ObjectStorage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-07-17 20:39:24 +00:00
Morris Jobke
7e954ebca0
Merge pull request #16437 from nextcloud/backport/16151/stable16
[stable16] Update operationprogressbar.js
2019-07-17 17:33:42 +02:00
James Lao
ee2c5d1e16 Update operationprogressbar.js
To fix issue #16137

Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
2019-07-17 10:48:50 +00:00
Roeland Jago Douma
eaf4147f71
Merge pull request #16432 from nextcloud/backport/16424/stable16
[stable16] Do not keep searching for recent
2019-07-17 09:20:40 +02:00
Roeland Jago Douma
8e6ac9d678 Do not keep searching for recent
If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.

Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).

This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.

This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-17 05:47:57 +00:00
Nextcloud bot
26971af51d
[tx-robot] updated from transifex 2019-07-17 02:15:40 +00:00
Morris Jobke
c440b64d26
Merge pull request #16425 from nextcloud/backport/16423/stable16
[stable16] Only prevent disabling encrytion via the API
2019-07-16 21:09:34 +02:00
Joas Schilling
69ed33b4d6 Only prevent disabling encrytion via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 17:43:52 +00:00
Morris Jobke
ef25d464a4
Merge pull request #16414 from nextcloud/backport/15606/stable16
[stable16] Add catch for RuntimeException
2019-07-16 13:34:08 +02:00
Morris Jobke
f7a6f4527e Log RuntimeException in CleanupCardDAVPhotoCache
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-16 06:06:01 +00:00
Daniel Kesselberg
c208ea49d4 Add catch for RuntimeException
getDirectoryListing can throw a NotFoundException or a RuntimeException.
The repair step should be skipped if the cache directory is missing so
a catch for both exceptions is required.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-16 06:06:01 +00:00
Nextcloud bot
988df2d2e9
[tx-robot] updated from transifex 2019-07-16 02:14:56 +00:00
Morris Jobke
e945e3bf6f
Merge pull request #16405 from nextcloud/backport/16400/stable16
[stable16] addsubtag should push to array
2019-07-15 10:19:17 +02:00
Maxence Lange
89f3df067f addsubtag should push to array
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-15 06:45:58 +00:00
Nextcloud bot
ae67ece59c
[tx-robot] updated from transifex 2019-07-15 02:14:38 +00:00
Nextcloud bot
659d684a7e
[tx-robot] updated from transifex 2019-07-14 02:15:14 +00:00
Nextcloud bot
45e0398379
[tx-robot] updated from transifex 2019-07-13 02:14:26 +00:00
Nextcloud bot
96875d4a20
[tx-robot] updated from transifex 2019-07-12 02:15:09 +00:00
Morris Jobke
c3f8077831
Merge pull request #16352 from nextcloud/dependabot/npm_and_yarn/stable16/lodash-4.17.13
[Security] Bump lodash from 4.17.11 to 4.17.13
2019-07-11 12:53:14 +02:00
dependabot-preview[bot]
e603c734eb
Merge pull request #16341 from nextcloud/dependabot/npm_and_yarn/stable16/lodash.merge-4.6.2 2019-07-11 09:21:02 +00:00
dependabot-preview[bot]
1b20a7daf3 [Security] Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-11 06:49:23 +00:00
dependabot-preview[bot]
19cf6277ad
[Security] Bump lodash.merge from 4.6.1 to 4.6.2
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11 06:48:46 +00:00
Roeland Jago Douma
006e2b4dda
Merge pull request #16338 from nextcloud/dependabot/npm_and_yarn/stable16/lodash.mergewith-4.6.2
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2
2019-07-11 08:47:21 +02:00
Nextcloud bot
ef903785ac
[tx-robot] updated from transifex 2019-07-11 02:14:38 +00:00
dependabot-preview[bot]
640898928e
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 22:24:46 +00:00
Roeland Jago Douma
9a54a0cb02
Merge pull request #16330 from nextcloud/backport/16323/stable16
[stable16] Use HTTP1.1 to read S3 objects
2019-07-10 21:09:15 +02:00
Roeland Jago Douma
73e1fef0a3
Merge pull request #16325 from nextcloud/backport/16308/stable16
[stable16] Prevent undefined offset 0 in findByUserIdOrMail
2019-07-10 15:27:12 +02:00
Roeland Jago Douma
b62b835f6c Use HTTP1.1 to read S3 objects
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-10 13:20:38 +00:00
Daniel Kesselberg
c885ef3991 Return first value from $users
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-10 10:18:03 +00:00
Nextcloud bot
9c2074fb53
[tx-robot] updated from transifex 2019-07-10 02:14:09 +00:00
Morris Jobke
ecf60b59ef
Merge pull request #16254 from nextcloud/backport/16208/stable16
[stable16] Always set the display name for user shares
2019-07-09 14:44:01 +02:00
Morris Jobke
185087e9bc
Merge pull request #16303 from nextcloud/version/noid/16.0.3
16.0.3
2019-07-09 13:50:40 +02:00
Morris Jobke
bc29891423
16.0.3
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 09:53:08 +02:00
Roeland Jago Douma
7224caaf93
Merge pull request #16297 from nextcloud/backport/16288/stable16
[stable16] Try to delete the cypress folder of the viewer app
2019-07-09 08:52:06 +02:00
Nextcloud bot
533fc0f454
[tx-robot] updated from transifex 2019-07-09 02:13:56 +00:00
Roeland Jago Douma
6e319dd4db
Merge pull request #16249 from nextcloud/backport/16170/stable16
[stable16] fix permissions for drag-n-drop uploads
2019-07-08 20:44:23 +02:00
Morris Jobke
ac3cc7829f Try to delete the cypress folder of the viewer app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 17:19:34 +00:00
John Molakvoæ
3ffd5b0a14
[stable16] Properly load permissions in showActions (#16282)
[stable16] Properly load permissions in showActions
2019-07-08 09:38:45 +02:00
Nextcloud bot
99b5b337eb
[tx-robot] updated from transifex 2019-07-08 02:13:53 +00:00
Julius Härtl
57688ce673 Properly load permissions in showActions
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-07 18:21:05 +00:00
Nextcloud bot
7524f18305
[tx-robot] updated from transifex 2019-07-07 02:14:21 +00:00
John Molakvoæ
4cebe07bb7
[stable16] dont use part files for dav writes when the target… (#16223)
[stable16] dont use part files for dav writes when the target folder doesn't have create permissions
2019-07-06 08:48:58 +02:00
Nextcloud bot
7028cfffe8
[tx-robot] updated from transifex 2019-07-06 02:13:51 +00:00
Julius Härtl
662fd359f5 Always set the display name for user shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-05 12:53:45 +00:00
Roeland Jago Douma
aaea7c9146
Merge pull request #16244 from nextcloud/backport/16241/stable16
[stable16] Fix redirect after rescanFailedIntegrityCheck to "Overview" page
2019-07-05 14:42:55 +02:00
Robin Appelman
1a16ede0b2 fix permissions for drag-n-drop uploads
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-05 10:23:47 +00:00
Sven Strickroth
cabccd160b Fix redirect after rescanFailedIntegrityCheck to "Overview" page
The link of the rescanFailedIntegrityCheck link is on the sub page "Overview". After clicking the link, the user is, however, redirected to the "Basic settings" page.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2019-07-05 08:22:56 +00:00
Nextcloud bot
047fda6a81
[tx-robot] updated from transifex 2019-07-05 02:14:17 +00:00
Roeland Jago Douma
33f44c9024
Merge pull request #16189 from nextcloud/backport/16183/stable16
[stable16] Do not fail hard on new user mail error
2019-07-04 12:23:02 +02:00
Roeland Jago Douma
80cdd4cbea
Merge pull request #16218 from nextcloud/version/noid/16.0.2
16.0.2
2019-07-04 08:47:21 +02:00
Nextcloud bot
a77a9b3c83
[tx-robot] updated from transifex 2019-07-04 02:13:56 +00:00
Robin Appelman
edb6df2199 add test for overwriting in non creatable directory
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:15 +00:00
Robin Appelman
135cfd2c55 dont use part files for dav writes when the target folder doesn't have create permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:14 +00:00
Morris Jobke
51f1291382
16.0.2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-03 22:12:16 +02:00
Morris Jobke
79d86aadc0
Merge pull request #16211 from nextcloud/backport/16186/stable16
[stable16] Better check reshare permissions part2
2019-07-03 21:28:04 +02:00
Joas Schilling
b4a38cc242 Remove duplicate tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling
03005dea43 Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling
16d1354239 Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Morris Jobke
88114a4d3f
Merge pull request #16201 from nextcloud/backport/16199/stable16
[stable16] RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-03 09:59:26 +02:00
Nextcloud bot
21e2c2d79c
[tx-robot] updated from transifex 2019-07-03 02:13:51 +00:00
Georg Ehrke
946424f64f RefreshWebcalJob: replace ugly Regex with standard php utils
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-02 21:03:17 +00:00
John Molakvoæ
af901a8509
[stable16] Forward OCSException to initiator (#16191)
[stable16] Forward OCSException to initiator
2019-07-02 15:54:21 +02:00
Daniel Kesselberg
181172656a Forward OCSException to initiator
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 10:34:42 +00:00
John Molakvoæ (skjnldsv)
98bfe79e5f Do not fail hard on new user mail error
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-02 09:54:35 +00:00
Nextcloud bot
cad16d7863
[tx-robot] updated from transifex 2019-07-02 02:13:49 +00:00
Roeland Jago Douma
a17f4b0d7c
Merge pull request #16157 from richardhj/patch-1
Update Nextcloud version in docs link
2019-07-01 20:00:35 +02:00
Joas Schilling
3402e620b4
Merge pull request #16177 from nextcloud/backport/16175/stable16
[stable16] Allow apps to overwrite the maximum length when reading from database
2019-07-01 17:33:21 +02:00
Joas Schilling
e19240b60b Allow apps to overwrite the maximum length when reading from database
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-01 14:39:54 +00:00
Nextcloud bot
8828c873bc
[tx-robot] updated from transifex 2019-07-01 02:13:42 +00:00
Nextcloud bot
e36ad8177c
[tx-robot] updated from transifex 2019-06-30 02:14:15 +00:00
Richard Henkenjohann
276f784c20
Update Nextcloud version in docs link
Signed-off-by: Richard Henkenjohann <richardhenkenjohann@googlemail.com>
2019-06-29 19:11:58 +02:00
Roeland Jago Douma
e84c958574
Merge pull request #16064 from nextcloud/version/16.0.2/RC1
16.0.2 RC1
2019-06-29 07:19:38 +02:00
Nextcloud bot
36ea3677d2
[tx-robot] updated from transifex 2019-06-29 02:13:39 +00:00
Roeland Jago Douma
05579fa5b1
16.0.2 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-28 15:48:47 +02:00
Roeland Jago Douma
7121a1e060
Merge pull request #16146 from nextcloud/backport/16070/stable16
[stable16] Do not show a internet connectivity warning if internet access is dis…
2019-06-28 15:19:24 +02:00
Christoph Wurst
2fc91516ba Do not show a internet connectivity warning if internet access is disabled
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-28 08:55:11 +00:00
Roeland Jago Douma
67d645ae7f
Merge pull request #16133 from nextcloud/backport/16121/stable16
[stable16] Don't allow to disable encryption via the API
2019-06-28 09:45:22 +02:00
Nextcloud bot
b0de86db6e
[tx-robot] updated from transifex 2019-06-28 02:13:54 +00:00
Roeland Jago Douma
b451a633af
Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus
Remove auto focus of share input field on dialog open, fix #15261
2019-06-27 22:19:45 +02:00
Joas Schilling
771d2ba952 Don't allow to disable encryption via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 20:19:34 +00:00
Roeland Jago Douma
02cc18b759
Merge pull request #16125 from nextcloud/backport/16114/stable16
[stable16] Fix download link included in public share page with hidden download
2019-06-27 22:14:11 +02:00
Roeland Jago Douma
34e28920c5
Merge pull request #16128 from nextcloud/backport/16107/stable16
[stable16] verify that paths are valid for recursive local move
2019-06-27 22:12:10 +02:00
Roeland Jago Douma
0f8a3e8fc2
Merge pull request #16127 from nextcloud/backport/16097/stable16
[stable16] Better check reshare permissions
2019-06-27 22:10:16 +02:00
Robin Appelman
555b62a619 verify that paths are valid for recursive local move
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-27 14:37:35 +00:00
Roeland Jago Douma
808280b1a6 Fix sharing tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-27 14:30:54 +00:00
Daniel Calviño Sánchez
824c57d508 Add integration test for increasing sub reshare permissions
The tests check an user share and a link share; there is a slight
difference in style between them as each one is based on the test above
it, which tests increasing reshare permissions.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 14:30:53 +00:00
Daniel Calviño Sánchez
9bb690d299 Do not create folders with admin user
The admin user is not deleted after each integration test is run, so
folders created by the admin user in one test are still there when the
next tests run; tests should be independent one from each other, so a
regular user that is created and deleted for each test should be used
instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 14:30:53 +00:00
Joas Schilling
8f972785f7 Correctly check share permissions when updating a re-sub-share
Before this change the node you shared was checked for permissions.
This works when you reshare the folder that was shared with you.
However when you reshared a subfolder (e.g. as public link),
you could afterwards update the permissions and grant
create+update permissions although the share you receive was read-only.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 14:30:53 +00:00
Daniel Calviño Sánchez
88139907dd Fix download link included in public share page with hidden download
The preview element in the public share page was always wrapped with a
link to download the file; now that link is included only if the "Hide
download" option of the share is not enabled.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-06-27 14:29:45 +00:00
Roeland Jago Douma
66dc4c9c72
Merge pull request #16112 from nextcloud/backport/16101/stable16
[stable16] invalidates user when plugin reported deletion success
2019-06-27 16:09:58 +02:00
Roeland Jago Douma
57bf23cdd7
Merge pull request #16105 from nextcloud/backport/16088/stable16
[stable16] Allow apps to store longer messages in the comments API
2019-06-27 13:30:28 +02:00
Arthur Schiwon
41e94f2f1f Also invalidate groups after deletion
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-27 10:22:12 +00:00
Arthur Schiwon
9f48090545 invalidates user when plugin reported deletion success
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-27 10:22:11 +00:00
Joas Schilling
193e8a750e Allow apps to store longer messages in the comments API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 08:05:02 +00:00
Nextcloud bot
449f23e8d5
[tx-robot] updated from transifex 2019-06-27 02:14:17 +00:00
Roeland Jago Douma
b5035dc27b
Merge pull request #16091 from nextcloud/backport/16027/stable16
[stable16] Check if uploading to lookup server is enabled before verifying
2019-06-26 18:38:25 +02:00
Roeland Jago Douma
33663ff04e
Merge pull request #16082 from nextcloud/backport/15832/stable16
[stable16] Fix full text search for groupfolders
2019-06-26 15:49:12 +02:00
Roeland Jago Douma
c09c530529
Merge pull request #16089 from nextcloud/backport/16021/stable16
[stable16] Fall back to black for non-color values
2019-06-26 13:41:25 +02:00
Jan-Christoph Borchardt
49f740b46a
Remove auto focus of share input field on dialog open, fix #15261
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-26 13:04:39 +02:00
Joas Schilling
6600f5c6d3 Check if uploading to lookup server is enabled before verifying
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 08:19:04 +00:00
Joas Schilling
1066e4a952 Fall back to black for non-color values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 08:18:17 +00:00
Nextcloud bot
4ea822c71e
[tx-robot] updated from transifex 2019-06-26 02:14:06 +00:00
Roeland Jago Douma
9ef93976e8
Merge pull request #16080 from nextcloud/backport/15956/stable16
[stable16] Fix appid argument for integrity:check-app
2019-06-25 23:38:52 +02:00
Roeland Jago Douma
870a330abb
Merge pull request #16038 from nextcloud/backport/15889/stable16
[stable16] handle storage exceptions when trying to set mtime
2019-06-25 21:48:34 +02:00
Morris Jobke
8c1ce34a03 Fix full text search for groupfolders
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-25 19:45:27 +00:00
Georg Ehrke
27a9b7f3fa Fix appid argument for integrity:check-app
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-06-25 19:37:17 +00:00
Robin Appelman
b22fca475a
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-25 15:58:01 +02:00
Robin Appelman
42930f6fab
handle storage exceptions when trying to set mtime
not all storage backends can handle setting the mtime and they might
not always handle that error correctly.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-25 15:57:59 +02:00
Roeland Jago Douma
e69e2c5473
Merge pull request #15948 from nextcloud/backport/15947/stable16
[stable16] Add core/js/dist/ to l10nignore
2019-06-25 15:56:40 +02:00
Julius Härtl
d73edee893
Add core/js/dist/ to l10nignore
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-25 13:45:24 +02:00
Roeland Jago Douma
948770205a
Merge pull request #16068 from nextcloud/revert-15925-backport/15912/stable16
Revert "[stable16] Fix userid casting in notifications"
2019-06-25 13:30:33 +02:00
Roeland Jago Douma
ab13fe80e4
Revert "[stable16] Fix userid casting in notifications"
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-06-25 12:39:40 +02:00
Nextcloud bot
cd69e9052f
[tx-robot] updated from transifex 2019-06-25 02:14:12 +00:00
John Molakvoæ
5fed2ddb9e
[stable16] Prevent faulty logs from nested setupFS calls (#16029)
[stable16] Prevent faulty logs from nested setupFS calls
2019-06-24 17:25:25 +02:00
blizzz
a4e03408ad
Merge pull request #16051 from nextcloud/backport/16033/stable16
[stable16] fix LDAP Wizard forgetting groups on select with search
2019-06-24 16:17:09 +02:00
Arthur Schiwon
8f5dc4e5ce fixes LDAP Wizard forgetting groups on select with search
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-24 06:12:50 +00:00
Nextcloud bot
7085ec3551
[tx-robot] updated from transifex 2019-06-24 02:14:12 +00:00
Nextcloud bot
624f8f0e3f
[tx-robot] updated from transifex 2019-06-23 02:14:32 +00:00
Nextcloud bot
5f45a2ecb2
[tx-robot] updated from transifex 2019-06-22 02:14:01 +00:00
Joas Schilling
92f11a646b Prevent faulty logs from nested setupFS calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-21 10:01:28 +00:00
John Molakvoæ
5055d63f37
[stable16] Fix window scroll container (#16016)
[stable16] Fix window scroll container
2019-06-21 10:29:30 +02:00
Nextcloud bot
f7b7f07e08
[tx-robot] updated from transifex 2019-06-21 02:13:48 +00:00
Nextcloud bot
d44f7df6f6
[tx-robot] updated from transifex 2019-06-20 02:13:59 +00:00
blizzz
d3199cfc7f
Merge pull request #16015 from nextcloud/backport/16011/stable16
[stable16] (LDAP) API: return one base properly when multiple are configured
2019-06-20 00:24:10 +02:00
Julius Härtl
265a7ad882 Fix window scroll container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 17:43:19 +00:00
Arthur Schiwon
15c77deeef fixes return type in php doc
* the backend already expects and works with the string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:14 +00:00
Arthur Schiwon
bca48e088b fixes returning the base when multiple are specified
* reading the config directly will return the value with line breaks
* using the proper accessor gives us all bases in an array
* returns the first matching one
* having user id provided for the group base is strange and does not let
  us operate like this. here we return the first one. might change in
  future, a backportable fix won't have an API change however.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-19 15:20:13 +00:00
John Molakvoæ
0c79118e9f
[stable16] Avoid scrolling to the hidden input when toggling grid/list view (#16007)
[stable16] Avoid scrolling to the hidden input when toggling grid/list view
2019-06-19 15:42:05 +02:00
Julius Härtl
b18befd339 Avoid scrolling to the hidden input when toggling grid/list view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-19 08:50:27 +00:00
John Molakvoæ
dce4a245b5
[stable16] cache the displayname after an LDAP plugin set it (#16000)
[stable16] cache the displayname after an LDAP plugin set it
2019-06-19 08:08:36 +02:00
Nextcloud bot
c08f3836b0
[tx-robot] updated from transifex 2019-06-19 02:13:59 +00:00
Arthur Schiwon
c95da45e48 caches the displayname after an LDAP plugin set it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-18 21:21:49 +00:00
John Molakvoæ
26ab38aea0
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661 (#15981)
[stable16] Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
2019-06-18 16:46:11 +02:00
Nextcloud bot
067627b678
[tx-robot] updated from transifex 2019-06-18 02:14:04 +00:00
blizzz
3c61ba7db4
Merge pull request #15984 from nextcloud/backport/15858/stable16
[stable16] add LDAP integr. test for receiving share candidates with group limitation
2019-06-17 22:46:12 +02:00
Arthur Schiwon
17bc99743b fix inGroup check, thus make integration tests succeed
there is not such strange return mode. Having invalid user ids caused this
check to fail, and as side effect share limitation to groups to not work.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-17 13:34:55 +00:00
Arthur Schiwon
d325d23593 add LDAP integr. test for receiving share candidates with group limitation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-06-17 13:34:55 +00:00
Jan-Christoph Borchardt
5369a132b6 Sharing in list: Use .hidden-visually instead of display:none for accessibility, fix #11661
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-06-17 08:00:42 +00:00
Nextcloud bot
7a70c37549
[tx-robot] updated from transifex 2019-06-17 02:14:06 +00:00
Nextcloud bot
36d48fa2bd
[tx-robot] updated from transifex 2019-06-16 02:14:16 +00:00
Nextcloud bot
29f157ec86
[tx-robot] updated from transifex 2019-06-15 02:13:46 +00:00
Nextcloud bot
1d4e394cf5
[tx-robot] updated from transifex 2019-06-14 02:14:35 +00:00
John Molakvoæ
73a186066b
[stable16] Temporary fix for project translations (#15949)
[stable16] Temporary fix for project translations
2019-06-13 19:15:53 +02:00
Julius Härtl
b41a7cacff
Temporary fix for project translations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-13 16:08:14 +02:00
John Molakvoæ
84f45fe73f
[stable16] Fix userid casting in notifications (#15925)
[stable16] Fix userid casting in notifications
2019-06-12 08:59:21 +02:00
John Molakvoæ
9dfe777fc8
[stable16] Show share settings only if incoming federated shares are allowed (#15926)
[stable16] Show share settings only if incoming federated shares are allowed
2019-06-12 08:58:49 +02:00
Morris Jobke
827b941c49 Show share settings only if incoming federated shares are allowed
Fixes #15802

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-11 16:32:08 +00:00
John Molakvoæ (skjnldsv)
9346718cc2 Fix userid casting in notifications
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 16:31:25 +00:00
John Molakvoæ
f21b9c0df7
[stable16] Fix mobile menu over app-content (#15920)
[stable16] Fix mobile menu over app-content
2019-06-11 18:28:53 +02:00
John Molakvoæ (skjnldsv)
c5881c4af3 Fix mobile menu over app-content
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-11 13:26:14 +00:00
John Molakvoæ
50829f3a2f
[stable16] Fix missing login hook wih Apache/SAML login (#15911)
[stable16] Fix missing login hook wih Apache/SAML login
2019-06-11 14:54:47 +02:00
Christoph Wurst
376e570b15 Fix missing login hook wih Apache/SAML
Without this patch the hook does not transport the information whether the login is
done with an app password or not. The suspicious login app requires the parameter
to function correctly, hence adding it will make suspicious login detection also possible
with SAML users.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-11 07:42:25 +00:00
Roeland Jago Douma
45505407de
Merge pull request #15856 from nextcloud/backport/15767/stable16
[stable16] Hide newFile menu if quota is set to 0B
2019-06-05 09:03:16 +02:00
Julius Härtl
f8d32096b2 Hide newFile menu if quota is set to 0B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-06-03 12:38:46 +00:00
John Molakvoæ
24c8fc22df
[Security] Bump axios from 0.18.0 to 0.18.1 (#15846)
[Security] Bump axios from 0.18.0 to 0.18.1
2019-06-03 14:19:56 +02:00
dependabot-preview[bot]
c6007f3a82
[Security] Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. **This update includes security fixes.**
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)
2019-06-03 12:34:37 +02:00
Morris Jobke
62e2ce05de
Merge pull request #15799 from nextcloud/backport/15776/stable16
[stable16] search files by id in shared storages last
2019-05-31 13:29:38 +02:00
Robin Appelman
4488293d62 search files by id in shared storages last
this prevents unneeded recursion when the file is not in the share

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 19:57:31 +00:00
Roeland Jago Douma
538a710d1c
Merge pull request #15772 from nextcloud/backport/15766/stable16
[stable16] Check for free space on touch
2019-05-29 20:48:51 +02:00
John Molakvoæ
baf376b6fd
[stable16] add option to show hidden files in SMB shares (#15786)
[stable16] add option to show hidden files in SMB shares
2019-05-29 16:34:50 +02:00
Robin Appelman
74cb5d592d add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 08:21:21 +00:00
Nextcloud bot
d467e9129b
[tx-robot] updated from transifex 2019-05-29 02:13:52 +00:00
Morris Jobke
4a71a02215
Merge pull request #15768 from nextcloud/backport/15705/stable16
[stable16] Change text color in search box in darktheme, ref #15598
2019-05-28 15:58:41 +02:00
Julius Härtl
7764979281 Check for free space on touch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-28 13:04:49 +00:00
Greta Doci
b9d441f530 Change text color in search box in darktheme, ref #15598
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-05-28 11:51:54 +00:00
Nextcloud bot
153d9ba9d6
[tx-robot] updated from transifex 2019-05-28 02:13:49 +00:00
Roeland Jago Douma
a7ec1cbc99
Merge pull request #15754 from nextcloud/backport/15747/stable16
[stable16] Also allow dragging below the file list
2019-05-27 22:33:54 +02:00
Julius Härtl
8b775e6895 Also allow dragging below the file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-27 12:22:58 +00:00
Morris Jobke
73e4594e08
Merge pull request #15745 from nextcloud/backport/15738/stable16
[stable16] Don't notify admins if no potentially over exposing links found
2019-05-27 13:48:52 +02:00
Daniel Kesselberg
90ca099341 Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-27 09:52:20 +00:00
Nextcloud bot
1583b2af91
[tx-robot] updated from transifex 2019-05-27 02:13:48 +00:00
Nextcloud bot
b32587697e
[tx-robot] updated from transifex 2019-05-26 02:14:22 +00:00
Roeland Jago Douma
38bbfe7e22
Merge pull request #15724 from nextcloud/backport/15714/stable16
[stable16] Check the actual status code for 204 and 304
2019-05-25 10:19:38 +02:00
Roeland Jago Douma
055f1c2216
Merge pull request #15728 from nextcloud/dependabot/npm_and_yarn/stable16/tar-2.2.2
[Security] Bump tar from 2.2.1 to 2.2.2
2019-05-25 10:18:40 +02:00
Nextcloud bot
932efb0d6f
[tx-robot] updated from transifex 2019-05-25 02:13:57 +00:00
dependabot-preview[bot]
0e7c66ff6d
[Security] Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-05-24 18:21:00 +00:00
Roeland Jago Douma
ac6e818f9d
Merge pull request #15718 from nextcloud/backport/15697/stable16
[stable16] Don't run repair step for every individual user, outsource that to background job
2019-05-24 19:52:55 +02:00
Roeland Jago Douma
2e567918c1 Check the actual status code for 204 and 304
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-24 17:51:52 +00:00
Georg Ehrke
d0b45498cd Don't run repair step for every individual user, outsource that to background job
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-05-24 13:56:04 +00:00
Nextcloud bot
7eb28b0cc0
[tx-robot] updated from transifex 2019-05-24 02:13:47 +00:00
Nextcloud bot
7ad5f7b60b
[tx-robot] updated from transifex 2019-05-23 02:13:52 +00:00
Morris Jobke
36db83a7ff
Merge pull request #15686 from nextcloud/backport/15685/stable16
[stable16] Allow redis cluster to use password
2019-05-22 15:54:19 +02:00
Morris Jobke
e643a3e8fb Allow redis cluster to use password
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-22 11:48:04 +00:00
John Molakvoæ
5d182394bc
[stable16] Fix l10n for SettingsManager by injecting the l10n factory (#15670)
[stable16] Fix l10n for SettingsManager by injecting the l10n factory
2019-05-22 09:11:51 +02:00
Nextcloud bot
2629a0b0b5
[tx-robot] updated from transifex 2019-05-22 02:14:00 +00:00
Morris Jobke
ce3da21b65 Fix l10n for SettingsManager by injecting the l10n factory
Fixes #10832

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-21 22:51:26 +00:00
Roeland Jago Douma
8cd7218e38
Merge pull request #15666 from nextcloud/backport/15651/stable16
[stable16] Remove quota feedback if no link set
2019-05-21 22:25:10 +02:00
Roeland Jago Douma
629cebf2a3
Merge pull request #15649 from nextcloud/backport/15638/stable16
[stable16] Only show sharing section if it has content
2019-05-21 22:24:02 +02:00
John Molakvoæ (skjnldsv)
67bca39de0 Remove quota feedback if no link set
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-21 19:04:48 +00:00
Julius Härtl
9ed21f521b Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-21 08:33:55 +00:00
Nextcloud bot
5b602723b1
[tx-robot] updated from transifex 2019-05-21 02:13:35 +00:00
John Molakvoæ
8b058b03a0
Unbreak browser back button not working (#15640)
Unbreak browser back button not working
2019-05-20 22:31:27 +02:00
Felix Pahlow
969e753c19
Unbreak browser back button not working
Removed comment left over from ab73c9c328 (diff-c493b80ad1a9bcfa6b69637097972371L1314)

Resolves: #15265
2019-05-20 20:00:29 +02:00
Roeland Jago Douma
7c481fdf11
Merge pull request #15628 from nextcloud/backport/15626/stable16
[stable16] Update CRL due to revoked cookbook.crt
2019-05-20 15:06:29 +02:00
Morris Jobke
2ed17ff985 Update CRL due to revoked cookbook.crt
See https://github.com/nextcloud/app-certificate-requests/pull/241

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-20 10:42:24 +00:00
Nextcloud bot
4b8cce0b5f
[tx-robot] updated from transifex 2019-05-20 02:13:21 +00:00
Nextcloud bot
ae5d37cd0f
[tx-robot] updated from transifex 2019-05-19 02:14:03 +00:00
Nextcloud bot
0f00e99799
[tx-robot] updated from transifex 2019-05-18 02:13:13 +00:00
Morris Jobke
00595a35c3
Merge pull request #15593 from nextcloud/backport/15498/stable16
[stable16] Show supported apps in app management
2019-05-17 14:17:38 +02:00
Morris Jobke
67ede4825d
Merge pull request #15592 from nextcloud/backport/15582/stable16
[stable16] Update shipped.json to include privacy and recommendations
2019-05-17 14:16:59 +02:00
Morris Jobke
0e8829b8df
Show supported apps in app management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-17 12:21:11 +02:00
Georg Ehrke
eb264e92ad Update shipped.json to include privacy, recommendations, viewer
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-05-17 08:49:46 +00:00
blizzz
747721bb78
Merge pull request #15575 from nextcloud/backport/15564/stable16
[stable16] User management/subadmin: rephrase ambiguous error message
2019-05-17 10:49:45 +02:00
Nextcloud bot
223d32ba7d
[tx-robot] updated from transifex 2019-05-17 02:13:28 +00:00
Arthur Schiwon
092cf812c9 fixes misunderstanding of the error message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-16 17:48:34 +00:00
Nextcloud bot
27d0d1ad0a
[tx-robot] updated from transifex 2019-05-16 12:50:54 +00:00
Morris Jobke
6e332d95fc
Merge pull request #15553 from nextcloud/backport/15548/stable16
[stable16] update ca bundle
2019-05-16 09:19:46 +02:00
Morris Jobke
42f915e15c
Merge pull request #15554 from nextcloud/backport/15552/stable16
[stable16] Update ca bundle checker
2019-05-16 09:17:29 +02:00
Nextcloud bot
658fd84035
[tx-robot] updated from transifex 2019-05-16 02:13:37 +00:00
Daniel Kesselberg
c2729178ca Remove whitespace
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-15 20:33:56 +00:00
Daniel Kesselberg
23bb5f573a Use DRONE_SOURCE_BRANCH instead of DRONE_COMMIT_REFSPEC
Looks like DRONE_COMMIT_REFSPEC is not available anymore on Drone 1.x

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-15 20:33:56 +00:00
Daniel Kesselberg
c7d3556b72 Update regex to also match version/x.y.z
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-15 20:33:55 +00:00
Arthur Schiwon
8319fd635d update ca bundle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-15 18:27:36 +00:00
Morris Jobke
fcd5fc667e
Merge pull request #15543 from nextcloud/version/16.0.1
16.0.1
2019-05-15 16:38:56 +02:00
Nextcloud bot
70610a2fbe
[tx-robot] updated from transifex 2019-05-15 13:11:46 +00:00
Morris Jobke
13f98ad272
16.0.1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15 10:26:30 +02:00
Morris Jobke
1a5285066c
Merge pull request #15513 from nextcloud/backport/15495/stable16
[stable16] Add interfaces to interact with subscription from support app
2019-05-13 20:05:54 +02:00
Morris Jobke
0751c1f5f8 Add interfaces to interact with subscription from support app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-13 11:34:59 +00:00
Morris Jobke
eb40636aaf
Merge pull request #15429 from nextcloud/version/16.0.1/RC1
16.0.1 RC 1
2019-05-09 17:02:56 +02:00
Morris Jobke
b48ad14589
16.0.1 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 15:55:08 +02:00
Morris Jobke
0d6a5ce302
Merge pull request #15482 from nextcloud/backport/15478/stable16
[stable16] Update file-upload.js
2019-05-09 15:29:24 +02:00
Valdnet
7f5a4ebd7f Update file-upload.js
Change the location of the translation file.
2019-05-09 13:28:53 +00:00
Morris Jobke
d4bc8d390f
Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling
[Stable16] Fix mobile vertical scrolling
2019-05-09 15:23:44 +02:00
Morris Jobke
a1236d0125
Merge pull request #15471 from nextcloud/backport/15468/stable16
[stable16] Remove recommendation for opcache on CLI
2019-05-09 14:51:31 +02:00
John Molakvoæ (skjnldsv)
8f56f6969f
[Stable16] Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09 14:19:32 +02:00
Morris Jobke
14537a07af Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 11:48:10 +00:00
Morris Jobke
02d82df7d7
Merge pull request #15465 from nextcloud/backport/15464/stable16
[stable16] Revert "Run phan tests only on high memory machines"
2019-05-09 11:44:09 +02:00
Morris Jobke
794fd89a5e Revert "Run phan tests only on high memory machines" 2019-05-09 09:41:35 +00:00
Roeland Jago Douma
6ef1b90e42
Merge pull request #15452 from nextcloud/backport/15430/stable16
[stable16] Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
2019-05-08 20:44:32 +02:00
Morris Jobke
3ab884a479 Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 17:37:19 +00:00
Morris Jobke
26f5fffe72
Merge pull request #15442 from nextcloud/backport/15308/stable16
[stable16] remove setup args from logging
2019-05-08 16:54:53 +02:00
Morris Jobke
2c43e9cf81
Merge pull request #15447 from nextcloud/backport/15446/stable16
[stable16] Run phan tests only on high memory machines
2019-05-08 16:39:57 +02:00
Morris Jobke
f8dc04464b Run phan tests only on high memory machines
This should fix the out of memory issues we are seeing with this job

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 14:34:56 +00:00
Joas Schilling
8be9c9b0d9 fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:11 +00:00
Arthur Schiwon
b70053be25 remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:11 +00:00
Arthur Schiwon
7886642979 remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:10 +00:00
Morris Jobke
3102633260
Merge pull request #15439 from nextcloud/backport/15432/stable16
[stable16] Fix public upload by also load the semaphore method
2019-05-08 10:23:03 +02:00
Morris Jobke
da3c3a04dc Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 08:20:00 +00:00
Morris Jobke
064fa5bdb5
Merge pull request #15434 from nextcloud/backport/15259/stable16
[stable16] Make access column a real boolean
2019-05-08 10:13:20 +02:00
Morris Jobke
2bb636d536
Merge pull request #15433 from nextcloud/backport/15301/stable16
[stable16] Fix multiselect min width
2019-05-08 10:04:29 +02:00
John Molakvoæ
b2e8b1b1c9
[stable16] Properly set Edge < 16 as incompatible with css vars (#15428)
[stable16] Properly set Edge < 16 as incompatible with css vars
2019-05-08 08:54:01 +02:00
Daniel Kesselberg
364457c2a4 Remove method stubs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
d65b9bf217 Add second migration for addColumn
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
79afc82b8c Pass type object instance instead of identifier
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
2ec80217df Merge dropColumn and addColumn into changeColumn
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
5f93c754b4 Set type for access column on cacheAccessForCollection
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
aff90527db Migration to change column type from smallint to boolean
On pqsql true/false is no valid value for an integer column.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:53 +00:00
John Molakvoæ (skjnldsv)
0444289908 Fix multiselect min width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 21:55:46 +00:00
Morris Jobke
03988b114c
Merge pull request #15418 from nextcloud/backport/15413/stable16
[stable16] remove extra param in cache update call
2019-05-07 22:28:31 +02:00
Morris Jobke
fbc9249afb
Merge pull request #15424 from nextcloud/backport/stable16/15359
[stable16] Handle 0 B default quota properly in the web UI
2019-05-07 22:28:12 +02:00
John Molakvoæ (skjnldsv)
e7a9bf4ac4 Properly set Edge < 16 as incompatible with css vars
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 20:20:18 +00:00
Julius Härtl
f161f77bf6
Bump user settings bundle
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:42:03 +02:00
Julius Härtl
40df9c648a
Fix default quota setting of 0 B
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:36:17 +02:00
Robin Appelman
ecd29001d7 remove extra param in cache update call
param was leftover from earlier iterations of the "update event"

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-07 15:59:10 +00:00
Morris Jobke
64d3a51080
Merge pull request #15417 from nextcloud/backport/15397/stable16
[stable16] Set Edge < 16 as incompatible with css vars
2019-05-07 17:57:45 +02:00
John Molakvoæ (skjnldsv)
3a9738e433 Set Edge < 16 as incompatible with css vars
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 14:45:36 +00:00
Morris Jobke
1a58d8c86f
Merge pull request #15409 from nextcloud/backport/15407/stable16
[stable16] Remove extra margin from warning messages in authenticate page
2019-05-07 13:45:42 +02:00
Daniel Calviño Sánchez
d23e2cb9ab
Merge pull request #15405 from nextcloud/backport/15394/stable16
[stable16] Allow to send the password of protected conversations
2019-05-07 13:28:20 +02:00
Daniel Calviño Sánchez
f2e5ef1cbf Remove extra margin from warning messages in authenticate page
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07 10:12:14 +00:00
Joas Schilling
d84f62f3cb Allow to send the password of protected conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-07 08:42:17 +00:00
blizzz
e719bd595f
Merge pull request #15399 from nextcloud/backport/15385/stable16
[stable16] Make sure all middlewares are only registered once
2019-05-07 09:42:56 +02:00
Joas Schilling
50827582b6 Make sure all middlewares are only registered once
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-06 21:38:13 +00:00
Morris Jobke
fc6f8077bd
Merge pull request #15389 from nextcloud/backport/15384/stable16
[stable16] Fix collapse button in app navigation in IE11
2019-05-06 15:30:05 +02:00
Daniel Calviño Sánchez
fcca3778ad Fix collapse button in app navigation in IE11
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-06 12:09:27 +00:00
Roeland Jago Douma
473d9a9a08
Merge pull request #15345 from nextcloud/backport/15309/stable16
[stable16] Do NOT assume all files are selected if the first checkbox is
2019-05-03 15:45:09 +02:00
John Molakvoæ (skjnldsv)
53fab04fbd Do NOT assume all files are selected if the first checkbox is
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-02 11:47:50 +00:00
Roeland Jago Douma
e63d456588
Merge pull request #15341 from nextcloud/backport/15122/stable16
[stable16] Check if the data is in the lookup server
2019-05-02 13:22:02 +02:00
Joas Schilling
95461ad82d Check if the data is in the lookup server
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-02 09:59:33 +00:00
Roeland Jago Douma
755543879b
Merge pull request #15312 from nextcloud/backport/15289/stable16
[stable16] Remove the custom prefix from the table name length when checking on …
2019-04-30 19:45:27 +02:00
Joas Schilling
be5cc3a973 Remove the custom prefix from the table name length when checking on the default primary index
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-30 12:20:31 +00:00
Morris Jobke
65ca68134a
Merge pull request #15303 from nextcloud/backport/15290/stable16
[stable16] take return of mkdir into consideration; photocache to not create a folder for deletion
2019-04-30 14:17:09 +02:00
Arthur Schiwon
2f0055455d do not create folder just to delete it afterwards
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-30 07:26:41 +00:00
Arthur Schiwon
aa91b0ab3c take return of mkdir into account, throw exception on failure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-30 07:26:41 +00:00
Roeland Jago Douma
e4d05cb669
Merge pull request #15223 from nextcloud/backport/15188/stable16
[stable16] Fix setupcheck for intl module
2019-04-25 12:05:27 +02:00
Daniel Kesselberg
790a755232 Fix setupcheck for intl module
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-25 06:11:22 +00:00
Roeland Jago Douma
6781f9fc76
Merge pull request #15202 from nextcloud/version/16.0.0/final
16.0.0 Final
2019-04-24 21:39:17 +02:00
Roeland Jago Douma
7b6073c424
16.0.0 Final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 20:57:27 +02:00
Roeland Jago Douma
9dfea7ed32
Merge pull request #15219 from nextcloud/backport/15141/stable16
[stable16] fix searching all users in repair regenerate birthday cal reparir job
2019-04-24 20:55:53 +02:00
Arthur Schiwon
35ba5ae2a0 remove obsolete use statements
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24 18:02:15 +00:00
Arthur Schiwon
847dfb0eb8 avoids users searches on backend, faster processing
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24 18:02:15 +00:00
Roeland Jago Douma
fd42be531c
Merge pull request #15218 from nextcloud/fix/stable16-fix-js-vulns-I
[stable16] Update js packages
2019-04-24 19:49:07 +02:00
Christoph Wurst
946444a485
Apply npm audit fix on stable16
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-24 17:08:18 +02:00
Roeland Jago Douma
06a05700aa
Merge pull request #15215 from nextcloud/backport/15148/stable16
[stable16] Fix mapper not properly casting int in oauth2 code
2019-04-24 16:34:51 +02:00
Roeland Jago Douma
d3e6feb7de
Merge pull request #15203 from nextcloud/backport/15168/stable16
[stable16] Always use a temp file for swift writes
2019-04-24 15:51:31 +02:00
Roeland Jago Douma
621a872306
Merge pull request #15204 from nextcloud/backport/15146/stable16
[stable16] Prefetching blows up if there are a lot of files.
2019-04-24 15:49:09 +02:00
Roeland Jago Douma
907894212b Use the proper names when setting entity types
Else this does 💥

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 13:45:43 +00:00
Roeland Jago Douma
10aeef9786 Prefetching blows up if there are a lot of files.
I saw instances where people had a lot of files (each with custom
properties) and all this prefetching blew up and started to consume an
insane amount of RAM resulting in the process getting killed.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 07:01:56 +00:00
Roeland Jago Douma
b6fe0f1f9a Always use a temp file for swift writes
Apparently the if statement doesn't work in all cases (even if I could
not reproduce it). So for the time being we will just not directly
stream to swift.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 07:01:36 +00:00
John Molakvoæ
7d5ab15ac0
Merge pull request #15198 from nextcloud/backport/15164/stable16
[stable16] Fix multiselect bar overlapping recommendations
2019-04-23 18:18:11 +02:00
Jan-Christoph Borchardt
c4da304170 Use sticky position include for Safari support
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-23 14:07:44 +00:00
Morris Jobke
311c4147bf Add webkit/safari fix
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-23 14:07:44 +00:00
Jan-Christoph Borchardt
fe0a8b4df3 Fix multiselect bar overlapping recommendations
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-23 14:07:43 +00:00
Morris Jobke
2536b1b983
Merge pull request #15157 from nextcloud/backport/15153/stable16
[stable16] Load apps before running repair steps
2019-04-18 18:38:13 +02:00
Temtaime
a2339f71b8 Fix #15042 2019-04-18 13:06:25 +00:00
Roeland Jago Douma
dfb2577171
Merge pull request #15137 from nextcloud/version/16.0.0/rc2
16.0.0 RC2
2019-04-18 10:27:28 +02:00
Roeland Jago Douma
9a34ccb1e1
16.0.0 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 20:18:03 +02:00
Morris Jobke
4ad74937dc
Merge pull request #15138 from nextcloud/backport/15129/stable16
Backport/15129/stable16
2019-04-17 12:12:09 +02:00
Joas Schilling
5b89ebc3bb
Add return types
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:18:26 +02:00
Joas Schilling
6286923022
Use the querybuilder for the queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:18:15 +02:00
Joas Schilling
e0a825658d
Allow to use Subqueries in from
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:17:59 +02:00
Roeland Jago Douma
5805a9d505
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 10:17:28 +02:00
Morris Jobke
4e5327f77a
Merge pull request #15127 from nextcloud/backport/15123/stable16
[stable16] Improve the share link password error feedback with a red border
2019-04-16 14:37:42 +02:00
Christoph Wurst
090c520d49 Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 11:54:04 +00:00
John Molakvoæ
d2e5368375
Merge pull request #15118 from nextcloud/backport/15115/stable16
[stable16] Do not use spaces in generated passwords
2019-04-16 08:34:09 +02:00
Morris Jobke
9b6d4c4a4f
Merge pull request #15111 from nextcloud/backport/15110/stable16
[stable16] Make sure we have a proper node before parsing
2019-04-15 23:10:06 +02:00
Morris Jobke
9791e918c0 Do not use spaces in generated passwords
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15 21:06:29 +00:00
John Molakvoæ (skjnldsv)
b3c390ea1e Make sure we have a proper node before parsing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 12:07:59 +00:00
Morris Jobke
8b2a3994a6
Merge pull request #15108 from nextcloud/backport/15057/stable16
[stable16] Use slient option to switch for regular file actions as well
2019-04-15 14:03:56 +02:00
Roeland Jago Douma
39d0acc5f9
Merge pull request #15109 from nextcloud/backport/15107/stable16
[stable16] Add animation-slow var
2019-04-15 13:50:06 +02:00
John Molakvoæ (skjnldsv)
f42483b80d Add animation-slow var
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 10:37:39 +00:00
Roeland Jago Douma
736ed2f4e7
Merge pull request #15101 from nextcloud/backport/15097/stable16
[stable16] Pass proper TEST_SELECTION to drone objectstore
2019-04-15 12:28:49 +02:00
Julius Härtl
35efd6d0ff Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-15 09:47:41 +00:00
Roeland Jago Douma
0060e5f28e Pass proper TEST_SELECTION to drone objectstore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 07:38:59 +00:00
2911 changed files with 112896 additions and 72711 deletions

View file

@ -80,9 +80,9 @@ steps:
commands:
- git submodule update --init
- name: handlebars
image: node
image: node:10
commands:
- npm install handlebars -g
- npm i
- ./build/compile-handlebars-templates.sh
trigger:
@ -755,6 +755,7 @@ steps:
- name: integration-capabilities_features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh capabilities_features/capabilities.feature
@ -779,6 +780,7 @@ steps:
- name: integration-federation_features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin
- cd build/integration
- ./run.sh federation_features/federated.feature
@ -803,6 +805,7 @@ steps:
- name: integration-auth
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/auth.feature
@ -827,6 +830,7 @@ steps:
- name: integration-maintenance-mode
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/maintenance-mode.feature
@ -851,6 +855,7 @@ steps:
- name: integration-ratelimiting
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
- ./occ config:system:set redis port --value=6379 --type=integer
@ -885,6 +890,7 @@ steps:
- name: integration-carddav
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/carddav.feature
@ -909,6 +915,7 @@ steps:
- name: integration-dav-v2
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/dav-v2.feature
@ -933,6 +940,7 @@ steps:
- name: integration-ocs-v1
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/ocs-v1.feature
@ -957,6 +965,7 @@ steps:
- name: integration-sharing-v1
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/sharing-v1.feature
@ -981,6 +990,7 @@ steps:
- name: integration-sharing-v1-part2
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/sharing-v1-part2.feature
@ -1005,6 +1015,7 @@ steps:
- name: integration-sharing-v1-part3
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/sharing-v1-part3.feature
@ -1029,6 +1040,7 @@ steps:
- name: integration-checksums-v1
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/checksums.feature
@ -1053,6 +1065,7 @@ steps:
- name: integration-external-storage
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/external-storage.feature
@ -1077,6 +1090,7 @@ steps:
- name: integration-provisioning-v1
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/provisioning-v1.feature
@ -1101,6 +1115,7 @@ steps:
- name: integration-tags
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/tags.feature
@ -1125,6 +1140,7 @@ steps:
- name: integration-caldav
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/caldav.feature
@ -1149,6 +1165,7 @@ steps:
- name: integration-comments
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/comments.feature
@ -1173,6 +1190,7 @@ steps:
- name: integration-comments-search
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/comments-search.feature
@ -1197,6 +1215,7 @@ steps:
- name: integration-favorites
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/favorites.feature
@ -1221,6 +1240,7 @@ steps:
- name: integration-provisioning-v2
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/provisioning-v2.feature
@ -1245,6 +1265,7 @@ steps:
- name: integration-webdav-related
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/webdav-related.feature
@ -1269,6 +1290,7 @@ steps:
- name: integration-sharees-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh sharees_features/sharees.feature
@ -1293,6 +1315,7 @@ steps:
- name: integration-sharees-v2-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh sharees_features/sharees_provisioningapiv2.feature
@ -1317,6 +1340,7 @@ steps:
- name: integration-setup-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- cd build/integration
- ./run.sh setup_features/setup.feature
@ -1340,6 +1364,7 @@ steps:
- name: integration-filesdrop-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh filesdrop_features/filesdrop.feature
@ -1364,6 +1389,7 @@ steps:
- name: integration-transfer-ownership-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/transfer-ownership.feature
@ -1388,6 +1414,7 @@ steps:
- name: integration-ldap-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh ldap_features/ldap-ocs.feature
@ -1412,6 +1439,7 @@ steps:
- name: integration-ldap-openldap-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
- ./occ config:system:set redis port --value=6379 --type=integer
@ -1452,6 +1480,7 @@ steps:
- name: integration-ldap-openldap-uid-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
- ./occ config:system:set redis port --value=6379 --type=integer
@ -1492,6 +1521,7 @@ steps:
- name: integration-ldap-openldap-numerical-id-features
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
- ./occ config:system:set redis port --value=6379 --type=integer
@ -1532,6 +1562,7 @@ steps:
- name: integration-trashbin
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh features/trashbin.feature
@ -1556,6 +1587,7 @@ steps:
- name: integration-remote-api
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh remoteapi_features/remote.feature
@ -1580,6 +1612,7 @@ steps:
- name: integration-download
image: nextcloudci/integration-php7.1:1
commands:
- bash tests/drone-run-integration-tests.sh || exit 0
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- ./run.sh --tags ~@large features/download.feature
@ -1949,7 +1982,6 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
@ -1979,7 +2011,6 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
@ -1996,7 +2027,7 @@ steps:
commands:
- phpenmod xdebug
- ./tests/drone-wait-objectstore.sh
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
- TEST_SELECTION=PRIMARY-s3 ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
@ -2027,7 +2058,7 @@ steps:
commands:
- phpenmod xdebug
- ./tests/drone-wait-objectstore.sh
- TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
- TEST_SELECTION=PRIMARY-azure ./autotest.sh sqlite
- wget https://codecov.io/bash -O codecov.sh
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"

@ -1 +1 @@
Subproject commit 3421f64a4312dc7a48a82cce9becd2cdf888caa4
Subproject commit 97e41cf10948b6a0b2765597936d4af597b05683

View file

@ -42,8 +42,7 @@ $color-border-dark: lighten($color-main-background, 14%);
// since svg icons are inverted, revert to white for the header
.header-right > * {
>[class^='icon-'],
>[class*=' icon-'] {
>[class^='icon-'] {
filter: invert(100%);
}
}

View file

@ -1,18 +1,22 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Hoëkontrastema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrastema om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Dark theme (beta)" : "Donkertema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "n Donkertema om u oë n ruskans te geen deur die algehele ligsterkte en helderheid te verminder. Dit word nog ontwikkel; rapporteer asb. enige probleme wat u ervaar.",
"Dark theme" : "Donker Tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "n Donker tema om u oë n ruskans te gee deur die algehele ligsterkte en helderheid te verminder. Dit word nog ontwikkel; rapporteer asb. enige probleme wat u ervaar.",
"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.",
"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.",
"Accessibility" : "Toeganklikheid",
"Accessibility options for nextcloud" : "Toeganklikheidsopsies vir nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bied veelvuldige toeganklikheidsopsies om u gebruik van Nextcloud te vergemaklik",
"High contrast theme" : "Hoëkontrastema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrastema om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Dark theme (beta)" : "Donkertema (beta)",
"Web Content Accessibility Guidelines" : "Webinhoudtoeganklikheidsriglyne",
"our issue tracker" : "ons probleemnaspoorder",
"our design team" : "ons ontwerpspan",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Rapporteer gerus enige probleme wat u teëkom op {issuetracker}. Indien u betrokke wil raak kan u by die {designteam} aansluit!",
"Enable" : "Aktiveer"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,20 @@
{ "translations": {
"High contrast theme" : "Hoëkontrastema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrastema om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Dark theme (beta)" : "Donkertema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "n Donkertema om u oë n ruskans te geen deur die algehele ligsterkte en helderheid te verminder. Dit word nog ontwikkel; rapporteer asb. enige probleme wat u ervaar.",
"Dark theme" : "Donker Tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "n Donker tema om u oë n ruskans te gee deur die algehele ligsterkte en helderheid te verminder. Dit word nog ontwikkel; rapporteer asb. enige probleme wat u ervaar.",
"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.",
"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.",
"Accessibility" : "Toeganklikheid",
"Accessibility options for nextcloud" : "Toeganklikheidsopsies vir nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bied veelvuldige toeganklikheidsopsies om u gebruik van Nextcloud te vergemaklik",
"High contrast theme" : "Hoëkontrastema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "n Hoëkontrastema om u navigasie te vergemaklik. Visuele kwaliteit sal verminder word, maar die duidelikheid sal verbeter.",
"Dark theme (beta)" : "Donkertema (beta)",
"Web Content Accessibility Guidelines" : "Webinhoudtoeganklikheidsriglyne",
"our issue tracker" : "ons probleemnaspoorder",
"our design team" : "ons ontwerpspan",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Rapporteer gerus enige probleme wat u teëkom op {issuetracker}. Indien u betrokke wil raak kan u by die {designteam} aansluit!",
"Enable" : "Aktiveer"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "مظهر داكن",
"Enable dark theme" : "تفعيل المظهر الداكن",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "المظهر الداكن يخفف من الإرهاق على عينيك، وذلك بتخفيض حدّة الإضاءة والسطوع. هذه الميزة لا تزال تحت التطوير، لهذا نود منكم الإبلاغ عن أي مشكلة قد تصادفكم.",
"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." : "وضع تباين الألوان العالي يساعدك على التنقل في الموقع بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Dyslexia font" : "خط خاص بالمصابين بعسر القراءة",
"Enable dyslexia font" : "تفعيل الخط الخاص بالمصابين بعسر القراءة",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic خط مجاني مصمم للمساعدة على تفادي الأخطاء لمن يعانون من عسر القراءة.",
"Accessibility" : "تسهيل الإستعمال",
"Accessibility options for nextcloud" : "خيارات تسهيل إستعمال نكست كلاود",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "توفر عدة خيارات تسهيل إستعمال لتسهيل تنقلك على نكست كلاود",
"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, dont 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}!",
"High contrast theme" : "وضع تباين الألوان العالي",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "وضع تباين الألوان العالي يساعدك في التنقل بين القوائم بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Dark theme (beta)" : "مظهر داكن (تجريبي)",
"Web Content Accessibility Guidelines" : "توجيهات تسهيل إستعمال محتوى الويب",
"our issue tracker" : "متعقب المشاكل الخاص بنا",
"our design team" : "فريق التصميم الخاص بنا",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "الوصول الشامل مهم جدا بالنسبة لنا. نحن نتبع معايير ويب صارمة ونتأكد من أن كل شيء يمكن إستعماله حتى دون الحاجة للفأرة أو إلى أي برامج مساعدة مثل برامج قراءة الشاشة. هدفنا أن نكون متوافقين مع {guidelines} 2.1 بمستوى AA، ومتوافقين مع مظهر تباين الألوان العالي بمستوى يصل حتى إلى AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "إذا واجهت أي مشاكل، لا تتردد بالإبلاغ عنها على {issuetracker}. أما إذا أردت المشاركة في التطوير، إنضم إلينا {designteam}!",
"Enable" : "تفعيل"
},
"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;");

View file

@ -0,0 +1,26 @@
{ "translations": {
"Dark theme" : "مظهر داكن",
"Enable dark theme" : "تفعيل المظهر الداكن",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "المظهر الداكن يخفف من الإرهاق على عينيك، وذلك بتخفيض حدّة الإضاءة والسطوع. هذه الميزة لا تزال تحت التطوير، لهذا نود منكم الإبلاغ عن أي مشكلة قد تصادفكم.",
"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." : "وضع تباين الألوان العالي يساعدك على التنقل في الموقع بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Dyslexia font" : "خط خاص بالمصابين بعسر القراءة",
"Enable dyslexia font" : "تفعيل الخط الخاص بالمصابين بعسر القراءة",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic خط مجاني مصمم للمساعدة على تفادي الأخطاء لمن يعانون من عسر القراءة.",
"Accessibility" : "تسهيل الإستعمال",
"Accessibility options for nextcloud" : "خيارات تسهيل إستعمال نكست كلاود",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "توفر عدة خيارات تسهيل إستعمال لتسهيل تنقلك على نكست كلاود",
"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, dont 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}!",
"High contrast theme" : "وضع تباين الألوان العالي",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "وضع تباين الألوان العالي يساعدك في التنقل بين القوائم بسهولة. الجودة المرئية سوف تقل بينما الوضوح سيزداد.",
"Dark theme (beta)" : "مظهر داكن (تجريبي)",
"Web Content Accessibility Guidelines" : "توجيهات تسهيل إستعمال محتوى الويب",
"our issue tracker" : "متعقب المشاكل الخاص بنا",
"our design team" : "فريق التصميم الخاص بنا",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "الوصول الشامل مهم جدا بالنسبة لنا. نحن نتبع معايير ويب صارمة ونتأكد من أن كل شيء يمكن إستعماله حتى دون الحاجة للفأرة أو إلى أي برامج مساعدة مثل برامج قراءة الشاشة. هدفنا أن نكون متوافقين مع {guidelines} 2.1 بمستوى AA، ومتوافقين مع مظهر تباين الألوان العالي بمستوى يصل حتى إلى AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "إذا واجهت أي مشاكل، لا تتردد بالإبلاغ عنها على {issuetracker}. أما إذا أردت المشاركة في التطوير، إنضم إلينا {designteam}!",
"Enable" : "تفعيل"
},"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;"
}

View file

@ -0,0 +1,19 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Тъмна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тъмна тема, която облекчава очите ви, като намалява яркостта. Все още е в процес на разработка, затова, моля, докладвайте за всички проблеми, които откриете.",
"High contrast mode" : "Висок контраст",
"Dyslexia font" : "Шрифт за дислексия",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е безплатен шрифт, предназначен за смекчаване на някои от често срещаните грешки при четенето, причинени от дислексия.",
"Accessibility" : "Достъпност",
"Accessibility options for nextcloud" : "Опции за достъпност за nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Осигурява множество опции за достъпност за улесняване на използването на Nextcloud",
"High contrast theme" : "Тема с висок контраст",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема с висок контраст за улесняване на навигацията. Визуалното качество ще бъде намалено, но яснотата ще бъде увеличена.",
"Dark theme (beta)" : "Тъмна тема (бета)",
"Web Content Accessibility Guidelines" : "Указания за достъпност на уеб съдържание",
"our design team" : "нашия екип",
"Enable" : "Включване"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,17 @@
{ "translations": {
"Dark theme" : "Тъмна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тъмна тема, която облекчава очите ви, като намалява яркостта. Все още е в процес на разработка, затова, моля, докладвайте за всички проблеми, които откриете.",
"High contrast mode" : "Висок контраст",
"Dyslexia font" : "Шрифт за дислексия",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е безплатен шрифт, предназначен за смекчаване на някои от често срещаните грешки при четенето, причинени от дислексия.",
"Accessibility" : "Достъпност",
"Accessibility options for nextcloud" : "Опции за достъпност за nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Осигурява множество опции за достъпност за улесняване на използването на Nextcloud",
"High contrast theme" : "Тема с висок контраст",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема с висок контраст за улесняване на навигацията. Визуалното качество ще бъде намалено, но яснотата ще бъде увеличена.",
"Dark theme (beta)" : "Тъмна тема (бета)",
"Web Content Accessibility Guidelines" : "Указания за достъпност на уеб съдържание",
"our design team" : "нашия екип",
"Enable" : "Включване"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,15 +1,18 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de contrast alt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dark theme (beta)" : "Tema fosc (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema fosc per ajudar els ulls reduint la lluminositat i la brillantor totals. És sota desenvolupament, de manera que si us plau informeu de les errades que hi pugueu trobar. ",
"Dark theme" : "Tema fosc",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema fosc que ajuda els ulls reduint la lluminositat i la brillantor generals. Com que encara es troba en desenvolupament, agrairem que informeu de les errades que hi pugueu trobar.",
"High contrast mode" : "Mode de contrast alt",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un mode de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dyslexia font" : "Tipus de 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 un tipus de lletra gratuït dissenyat per mitigar alguns dels errors de lectura habituals causats per la dislèxia.",
"Accessibility" : "Accessibilitat",
"Accessibility options for nextcloud" : "Paràmetres d'accessibilitat de Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Proporciona diversos paràmetres d'accessibilitat per facilitar-vos l'ús de Nextcloud",
"High contrast theme" : "Tema de contrast alt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dark theme (beta)" : "Tema fosc (beta)",
"Web Content Accessibility Guidelines" : "Pautes d'accessibilitat de continguts web",
"our issue tracker" : "el nostre seguidor d'incidències",
"our design team" : "el nostre equip de disseny",

View file

@ -1,13 +1,16 @@
{ "translations": {
"High contrast theme" : "Tema de contrast alt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dark theme (beta)" : "Tema fosc (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema fosc per ajudar els ulls reduint la lluminositat i la brillantor totals. És sota desenvolupament, de manera que si us plau informeu de les errades que hi pugueu trobar. ",
"Dark theme" : "Tema fosc",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema fosc que ajuda els ulls reduint la lluminositat i la brillantor generals. Com que encara es troba en desenvolupament, agrairem que informeu de les errades que hi pugueu trobar.",
"High contrast mode" : "Mode de contrast alt",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un mode de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dyslexia font" : "Tipus de 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 un tipus de lletra gratuït dissenyat per mitigar alguns dels errors de lectura habituals causats per la dislèxia.",
"Accessibility" : "Accessibilitat",
"Accessibility options for nextcloud" : "Paràmetres d'accessibilitat de Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Proporciona diversos paràmetres d'accessibilitat per facilitar-vos l'ús de Nextcloud",
"High contrast theme" : "Tema de contrast alt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de contrast alt per facilitar la navegació. La qualitat visual es reduirà però s'incrementarà la claredat.",
"Dark theme (beta)" : "Tema fosc (beta)",
"Web Content Accessibility Guidelines" : "Pautes d'accessibilitat de continguts web",
"our issue tracker" : "el nostre seguidor d'incidències",
"our design team" : "el nostre equip de disseny",

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Motiv vzhledu s vysokým kontrastem",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění pohybu po aplikaci. Vizuální kvalita bude snížena, ale čitelnost zvýšena.",
"Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.",
"Dark theme" : "Tmavý motiv vzhledu",
"Enable dark theme" : "Zapnout tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Jeho vývoj zatím ještě není zcela dokončen, proto prosíme hlaste jakékoli problémy, se kterými se setkáte.",
"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ší.",
"Dyslexia font" : "Písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.",
"Enable dyslexia font" : "Použít 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í.",
"Accessibility" : "Zpřístupnění",
"Accessibility options for nextcloud" : "Předvolby Nexcloud pro zpřístupnění",
"Accessibility options for nextcloud" : "Předvolby v Nexcloud pro zpřístupnění",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Poskytuje vícero možností zpřístupnění pro usnadnění používání Nextcloud",
"Web Content Accessibility Guidelines" : "Doporučení pro přístupnost webového obsahu",
"our issue tracker" : "náš systém evidence hlášení chyb",
"our design team" : "náš tým designérů",
"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 {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, dont 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}!",
"High contrast theme" : "Motiv vzhledu s vysokým kontrastem",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění orientace při pohybu po aplikaci. Vizuální kvalita bude snížena, zato zřetelnost se zlepší.",
"Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)",
"Web Content Accessibility Guidelines" : "Pokyny pro přístupnost webového obsahu (WCAG)",
"our issue tracker" : "náš systém evidence hlášení problémů",
"our design team" : "náš tým návrhářů",
"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} 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 {guidelines} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Pokud naleznete jakékoli problémy, neváhejte s jejich nahlášením na {issuetracker}. A pokud se chcete zapojit, přidejte se k {designteam}!",
"Enable" : "Zapnout"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Motiv vzhledu s vysokým kontrastem",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění pohybu po aplikaci. Vizuální kvalita bude snížena, ale čitelnost zvýšena.",
"Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Zatím ještě není hotové, takže hlaste jakékoli problémy, se kterými se potkáte.",
"Dark theme" : "Tmavý motiv vzhledu",
"Enable dark theme" : "Zapnout tmavý motiv vzhledu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motiv vzhledu pro ulevení vašim očím snížením celkové svítivosti a jasu. Jeho vývoj zatím ještě není zcela dokončen, proto prosíme hlaste jakékoli problémy, se kterými se setkáte.",
"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ší.",
"Dyslexia font" : "Písmo pro dyslektiky",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je svobodné písmo navržené pro omezení vlivu některých běžných poruch čtení, způsobených dyslexií.",
"Enable dyslexia font" : "Použít 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í.",
"Accessibility" : "Zpřístupnění",
"Accessibility options for nextcloud" : "Předvolby Nexcloud pro zpřístupnění",
"Accessibility options for nextcloud" : "Předvolby v Nexcloud pro zpřístupnění",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Poskytuje vícero možností zpřístupnění pro usnadnění používání Nextcloud",
"Web Content Accessibility Guidelines" : "Doporučení pro přístupnost webového obsahu",
"our issue tracker" : "náš systém evidence hlášení chyb",
"our design team" : "náš tým designérů",
"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 {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, dont 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}!",
"High contrast theme" : "Motiv vzhledu s vysokým kontrastem",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motiv vzhledu s vysokým kontrastem pro usnadnění orientace při pohybu po aplikaci. Vizuální kvalita bude snížena, zato zřetelnost se zlepší.",
"Dark theme (beta)" : "Tmavý motiv vzhledu (testovací)",
"Web Content Accessibility Guidelines" : "Pokyny pro přístupnost webového obsahu (WCAG)",
"our issue tracker" : "náš systém evidence hlášení problémů",
"our design team" : "náš tým návrhářů",
"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} 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 {guidelines} 2.1 na úrovni AA, při použití motivu vzhledu s vysokým kontrastem dokonce na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Pokud naleznete jakékoli problémy, neváhejte s jejich nahlášením na {issuetracker}. A pokud se chcete zapojit, přidejte se k {designteam}!",
"Enable" : "Zapnout"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View file

@ -1,18 +1,24 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Højkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Et højkontrasttema letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Dark theme" : "Mørk tema",
"Enable dark theme" : "Aktiver Mørk tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Et mørk tema, venligere for øjnene ved at dæmpe lysstyrken. Det er stadig under udvikling så indberet venligst alle problemer du måtte finde.",
"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.",
"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",
"Accessibility" : "Handicapvenlig",
"Accessibility options for nextcloud" : "Handicapvenlige indstillinger for nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tilbyder flere handicapvenlige indstillinger til at lette brugen af Nextcloud",
"High contrast theme" : "Højkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Et højkontrasttema letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Web Content Accessibility Guidelines" : "Handicapvenlige retningslinjer for Web sider",
"our issue tracker" : "vores problem følger",
"our design team" : "vores design team",
"Enable" : "Aktiver"
"our design team" : "vores designteam",
"Enable" : "Aktivér"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,22 @@
{ "translations": {
"High contrast theme" : "Højkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Et højkontrasttema letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Dark theme" : "Mørk tema",
"Enable dark theme" : "Aktiver Mørk tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Et mørk tema, venligere for øjnene ved at dæmpe lysstyrken. Det er stadig under udvikling så indberet venligst alle problemer du måtte finde.",
"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.",
"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",
"Accessibility" : "Handicapvenlig",
"Accessibility options for nextcloud" : "Handicapvenlige indstillinger for nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tilbyder flere handicapvenlige indstillinger til at lette brugen af Nextcloud",
"High contrast theme" : "Højkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Et højkontrasttema letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Web Content Accessibility Guidelines" : "Handicapvenlige retningslinjer for Web sider",
"our issue tracker" : "vores problem følger",
"our design team" : "vores design team",
"Enable" : "Aktiver"
"our design team" : "vores designteam",
"Enable" : "Aktivér"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die allgemeine Lichtstärke und Helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melde bitte alle Probleme, die Du findest.",
"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.",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen zur Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"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, dont 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, trete dem {designteam}Designteam{linkend} bei!",
"High contrast theme" : "Kontrastreiches Design",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, das die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.",
"Dark theme (beta)" : "Dunkles Design (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die allgemeine Lichtstärke und Helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melde bitte alle Probleme, die Du findest.",
"Dyslexia font" : "Legasthenie-Schriftart",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten",
"our issue tracker" : "Unser Issue Tracker",
"our issue tracker" : "Unser Problemverfolgungssystem",
"our design team" : "Unser Design-Team",
"Enable" : "Aktivieren"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Unbeschränkter Zugang ist uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Bildschirmleser verwendbar ist. Wir sind bestrebt, die {guidelines} 2.1 auf der AA-Ebene einzuhalten, und das kontrastreiche Thema auch auf der AAA-Ebene.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Wenn Du Fehler findest, melde sie bitte auf {issuetracker}. Und wenn Du mitthelfen willst, trete dem {designteam} bei!",
"Enable" : "Aktiviere"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die allgemeine Lichtstärke und Helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melde bitte alle Probleme, die Du findest.",
"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.",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen zur Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"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, dont 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, trete dem {designteam}Designteam{linkend} bei!",
"High contrast theme" : "Kontrastreiches Design",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, das die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.",
"Dark theme (beta)" : "Dunkles Design (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die allgemeine Lichtstärke und Helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melde bitte alle Probleme, die Du findest.",
"Dyslexia font" : "Legasthenie-Schriftart",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten",
"our issue tracker" : "Unser Issue Tracker",
"our issue tracker" : "Unser Problemverfolgungssystem",
"our design team" : "Unser Design-Team",
"Enable" : "Aktivieren"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Unbeschränkter Zugang ist uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Bildschirmleser verwendbar ist. Wir sind bestrebt, die {guidelines} 2.1 auf der AA-Ebene einzuhalten, und das kontrastreiche Thema auch auf der AAA-Ebene.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Wenn Du Fehler findest, melde sie bitte auf {issuetracker}. Und wenn Du mitthelfen willst, trete dem {designteam} bei!",
"Enable" : "Aktiviere"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.",
"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.",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen zur Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"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, dont 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 im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam}Designteam{linkend} bei!",
"High contrast theme" : "Kontrastreiches Design",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, das die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.",
"Dark theme (beta)" : "Dunkles Design (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.",
"Dyslexia font" : "Legasthenie-Schriftart",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten",
"our issue tracker" : "Unser Issue Tracker",
"our issue tracker" : "Unser Problemverfolgungssystem",
"our design team" : "Unser Design-Team",
"Enable" : "Aktivieren"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Unbeschränkter Zugang ist uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Bildschirmleser verwendbar ist. Wir sind bestrebt, die {guidelines} 2.1 auf der AA-Ebene einzuhalten, und das kontrastreiche Thema auch auf der AAA-Ebene.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Wenn Sie Fehler finden, melden Sie sie bitte auf {issuetracker}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam} bei!",
"Enable" : "Aktiviere"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"Dark theme" : "Dunkles Design",
"Enable dark theme" : "Dunkles Design aktivieren",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.",
"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.",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen zur Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"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, dont 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 im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam}Designteam{linkend} bei!",
"High contrast theme" : "Kontrastreiches Design",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ein kontrastreiches Design, das die Navigation erleichtert. Die Bildqualität wird reduziert, aber die Klarheit wird verbessert.",
"Dark theme (beta)" : "Dunkles Design (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ein dunkles Design, das die Augen entspannt, indem es die Gesamthelligkeit und -helligkeit reduziert. Es befindet sich noch in der Entwicklung, also melden Sie bitte alle Probleme, die Sie finden.",
"Dyslexia font" : "Legasthenie-Schriftart",
"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.",
"Accessibility" : "Barrierefreiheit",
"Accessibility options for nextcloud" : "Optionen für Barrierefreiheit in Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Bietet verschiedene Optionen für Barrierefreiheit, um die Nutzung von Nextcloud zu erleichtern.",
"Web Content Accessibility Guidelines" : "Richtlinien für die Barrierefreiheit von Webinhalten",
"our issue tracker" : "Unser Issue Tracker",
"our issue tracker" : "Unser Problemverfolgungssystem",
"our design team" : "Unser Design-Team",
"Enable" : "Aktivieren"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Unbeschränkter Zugang ist uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Bildschirmleser verwendbar ist. Wir sind bestrebt, die {guidelines} 2.1 auf der AA-Ebene einzuhalten, und das kontrastreiche Thema auch auf der AAA-Ebene.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Wenn Sie Fehler finden, melden Sie sie bitte auf {issuetracker}. Und wenn Sie mithelfen möchten, treten Sie dem {designteam} bei!",
"Enable" : "Aktiviere"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Θέμα υψηλής αντίθεσης",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ένα θέμα με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dark theme (beta)" : "Σκοτεινό θέμα (δοκιμαστική έκδοση)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ένα σκοτεινό θέμα το οποίο διευκολύνει τα μάτια σας μειώνοντας την συνολική ακτινοβολία και φωτεινότητα. Είναι ακόμη υπό δοκιμή, οπότε θα σας παρακαλούσαμε να αναφέρετε οποιαδήποτε προβλήματα παρατηρηθούν.",
"Dark theme" : "Σκούρο θέμα",
"Enable dark theme" : "Ενεργοποίηση σκούρου θέματος",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ένα σκοτεινό θέμα που διευκολύνει τα μάτια σας μειώνοντας την συνολική ακτινοβολία και φωτεινότητα. Είναι ακόμη υπό δοκιμή, οπότε θα σας παρακαλούσαμε να αναφέρετε οποιαδήποτε προβλήματα παρατηρηθούν.",
"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." : "Λειτουργία με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dyslexia font" : "Γραμματοσειρά για δυσλεκτικούς",
"Enable dyslexia font" : "Ενεργοποίηση γραμματοσειράς για δυσλεκτικούς",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Η OpenDyslexic είναι μία δωρεάν γραμματοσειρά σχεδιασμένη ώστε να περιορίζει ορισμένα από τα πιο συνήθη προβλήματα που προκαλεί η δυσλεξία στην ανάγνωση",
"Accessibility" : "Προσβασιμότητα",
"Accessibility options for nextcloud" : "Ρυθμίσεις προσβασιμότητας του nextcloud.",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Προσφέρει πολλαπλές ρυθμίσεις προσβασιμότητας για να διευκολύνουν τη χρήση του Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Προσφέρει πολλαπλές επιλογές προσβασιμότητας για να διευκολύνουν τη χρήση του Nextcloud",
"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} Πρόσβαση Περιεχομένου Ιστού Guidelines{linkend} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Θέμα υψηλής αντίθεσης",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ένα θέμα με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dark theme (beta)" : "Σκοτεινό θέμα (δοκιμαστική έκδοση)",
"Web Content Accessibility Guidelines" : "Οδηγίες προσβασιμότητας περιεχομένου ιστού",
"our issue tracker" : "ο ανιχνευτής ζητημάτων μας",
"our design team" : "η ομάδα σχεδιασμού μας",
"our design team" : "η σχεδιαστική ομάδα μας",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Η γενική πρόσβαση είναι πολύ σημαντική για εμάς. Ακολουθούμε τα πρότυπα του διαδικτύου και ελέγχουμε ότι τα πάντα μπορούν να χρησιμοποιηθούν χωρίς ποντίκι και βοηθητικό λογισμικό όπως προγράμματα ανάγνωσης οθόνης. Στόχος μας είναι να συμμορφωνόμαστε με την {guidelines} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Αν διαπιστώσετε τυχόν προβλήματα, μη διστάσετε να τα αναφέρετε στον {issuetracker}. Και αν θέλετε να εμπλακείτε, έρθετε στο {designteam}!",
"Enable" : "Ενεργοποίηση"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Θέμα υψηλής αντίθεσης",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ένα θέμα με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dark theme (beta)" : "Σκοτεινό θέμα (δοκιμαστική έκδοση)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ένα σκοτεινό θέμα το οποίο διευκολύνει τα μάτια σας μειώνοντας την συνολική ακτινοβολία και φωτεινότητα. Είναι ακόμη υπό δοκιμή, οπότε θα σας παρακαλούσαμε να αναφέρετε οποιαδήποτε προβλήματα παρατηρηθούν.",
"Dark theme" : "Σκούρο θέμα",
"Enable dark theme" : "Ενεργοποίηση σκούρου θέματος",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ένα σκοτεινό θέμα που διευκολύνει τα μάτια σας μειώνοντας την συνολική ακτινοβολία και φωτεινότητα. Είναι ακόμη υπό δοκιμή, οπότε θα σας παρακαλούσαμε να αναφέρετε οποιαδήποτε προβλήματα παρατηρηθούν.",
"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." : "Λειτουργία με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dyslexia font" : "Γραμματοσειρά για δυσλεκτικούς",
"Enable dyslexia font" : "Ενεργοποίηση γραμματοσειράς για δυσλεκτικούς",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Η OpenDyslexic είναι μία δωρεάν γραμματοσειρά σχεδιασμένη ώστε να περιορίζει ορισμένα από τα πιο συνήθη προβλήματα που προκαλεί η δυσλεξία στην ανάγνωση",
"Accessibility" : "Προσβασιμότητα",
"Accessibility options for nextcloud" : "Ρυθμίσεις προσβασιμότητας του nextcloud.",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Προσφέρει πολλαπλές ρυθμίσεις προσβασιμότητας για να διευκολύνουν τη χρήση του Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Προσφέρει πολλαπλές επιλογές προσβασιμότητας για να διευκολύνουν τη χρήση του Nextcloud",
"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} Πρόσβαση Περιεχομένου Ιστού Guidelines{linkend} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Θέμα υψηλής αντίθεσης",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ένα θέμα με υψηλή αντίθεση για να διευκολύνει την πλοήγηση σας. Η οπτική ποιότητα θα είναι μειωμένη αλλά θα έχετε υψηλότερη ευκρίνεια.",
"Dark theme (beta)" : "Σκοτεινό θέμα (δοκιμαστική έκδοση)",
"Web Content Accessibility Guidelines" : "Οδηγίες προσβασιμότητας περιεχομένου ιστού",
"our issue tracker" : "ο ανιχνευτής ζητημάτων μας",
"our design team" : "η ομάδα σχεδιασμού μας",
"our design team" : "η σχεδιαστική ομάδα μας",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Η γενική πρόσβαση είναι πολύ σημαντική για εμάς. Ακολουθούμε τα πρότυπα του διαδικτύου και ελέγχουμε ότι τα πάντα μπορούν να χρησιμοποιηθούν χωρίς ποντίκι και βοηθητικό λογισμικό όπως προγράμματα ανάγνωσης οθόνης. Στόχος μας είναι να συμμορφωνόμαστε με την {guidelines} 2.1 σε επίπεδο AA, με το θέμα υψηλής αντίθεσης ακόμη και σε επίπεδο ΑΑΑ.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Αν διαπιστώσετε τυχόν προβλήματα, μη διστάσετε να τα αναφέρετε στον {issuetracker}. Και αν θέλετε να εμπλακείτε, έρθετε στο {designteam}!",
"Enable" : "Ενεργοποίηση"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Malhela etoso",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Malhela etoso, kiu helpas viajn okulojn per limigo de heleco kaj brileco. Ĝi ankoraŭ ellaboriĝas, do ne hezitu raporti problemon.",
"High contrast mode" : "Altkontrasta reĝimo",
"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.",
"Dyslexia font" : "Tiparo por limigi vortblindecon",
"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“).",
"Accessibility" : "Alirebleco",
"Accessibility options for nextcloud" : "Alireblecaj opcioj por Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Provizas plurajn alireblecajn opciojn por faciligi vian uzon de Nextcloud.",
"High contrast theme" : "Altkontrasta etoso",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta etoso, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
"Dark theme (beta)" : "Malhela etoso (beta)",
"Web Content Accessibility Guidelines" : "gvidnormoj pri alirebleco de la TTT-enhavo",
"our issue tracker" : "problem-spuradilo",
"our design team" : "nian teamon de fasonistoj",
"Enable" : "Ŝalti la opcion"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Malhela etoso",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Malhela etoso, kiu helpas viajn okulojn per limigo de heleco kaj brileco. Ĝi ankoraŭ ellaboriĝas, do ne hezitu raporti problemon.",
"High contrast mode" : "Altkontrasta reĝimo",
"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.",
"Dyslexia font" : "Tiparo por limigi vortblindecon",
"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“).",
"Accessibility" : "Alirebleco",
"Accessibility options for nextcloud" : "Alireblecaj opcioj por Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Provizas plurajn alireblecajn opciojn por faciligi vian uzon de Nextcloud.",
"High contrast theme" : "Altkontrasta etoso",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Altkontrasta etoso, kiu faciligas vian navigadon. Vida kvalito malpliiĝos, sed klareco pliiĝos.",
"Dark theme (beta)" : "Malhela etoso (beta)",
"Web Content Accessibility Guidelines" : "gvidnormoj pri alirebleco de la TTT-enhavo",
"our issue tracker" : "problem-spuradilo",
"our design team" : "nian teamon de fasonistoj",
"Enable" : "Ŝalti la opcion"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación redeciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, por favor comunique cualquier problema que encuentre.",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Activar tema oscuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación reduciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, así que por favor, comunique cualquier problema que encuentre.",
"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.",
"Dyslexia font" : "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/fuente libre diseñado para mitigar algunos de los errores de lectura comunes causados por la 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/fuente libre diseñado para reducir algunos de los errores de lectura comunes causados por la dislexia.",
"Accessibility" : "Accesibilidad",
"Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ofrece múltiples opciones de accesibilidad para facilitarte el uso de Nextcloud",
"Web Content Accessibility Guidelines" : "Guía de estilo de accesibilidad del contenido web",
"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 que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, dont 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 encuentra algún problema, no dude en informar del mismo en el {issuetracker}nuestro seguimiento de problemas{linkend}. Y si desea estar involucrado, ¡únase al {designteam}nuestro equipo de desarrollo{linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Web Content Accessibility Guidelines" : "Guía de accesibilidad para contenido web",
"our issue tracker" : "nuestro rastreador de problemas",
"our design team" : "nuestro equipo de diseño",
"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} 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 que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si encuentra algún problema, no dude en informar del mismo en el {issuetracker}. Y si desea estar involucrado, ¡únase al {designteam}!",
"Enable" : "Activa"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación redeciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, por favor comunique cualquier problema que encuentre.",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Activar tema oscuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema oscuro para facilitar la navegación reduciendo el brillo y la luminosidad. Aún se encuentra en desarrollo, así que por favor, comunique cualquier problema que encuentre.",
"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.",
"Dyslexia font" : "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/fuente libre diseñado para mitigar algunos de los errores de lectura comunes causados por la 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/fuente libre diseñado para reducir algunos de los errores de lectura comunes causados por la dislexia.",
"Accessibility" : "Accesibilidad",
"Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ofrece múltiples opciones de accesibilidad para facilitarte el uso de Nextcloud",
"Web Content Accessibility Guidelines" : "Guía de estilo de accesibilidad del contenido web",
"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 que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, dont 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 encuentra algún problema, no dude en informar del mismo en el {issuetracker}nuestro seguimiento de problemas{linkend}. Y si desea estar involucrado, ¡únase al {designteam}nuestro equipo de desarrollo{linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema de alto contraste para facilitar la navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Web Content Accessibility Guidelines" : "Guía de accesibilidad para contenido web",
"our issue tracker" : "nuestro rastreador de problemas",
"our design team" : "nuestro equipo de diseño",
"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} 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 que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si encuentra algún problema, no dude en informar del mismo en el {issuetracker}. Y si desea estar involucrado, ¡únase al {designteam}!",
"Enable" : "Activa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,17 +1,26 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Habilitar tema nocturno",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema oscuro para facilitar la vista al reducir la luminosidad y el brillo general. Todavía está en desarrollo, por lo tanto, informe cualquier problema que pueda encontrar.",
"High contrast mode" : "Modo alto contraste",
"Enable high contrast mode" : "Habilitar modo de Contraste Alto",
"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 su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dyslexia font" : "Dislexia fuente",
"Enable dyslexia font" : "Habilitar la fuente para personas con 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/fuente gratuita diseñada para mitigar algunos de los errores comunes de lectura causados por la dislexia.",
"Accessibility" : "Accesibilidad",
"Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Proporciona múltiples opciones de accesibilidad para facilitar el uso de Nextcloud",
"If you find any issues, dont 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 encuentra algún problema, no dude en informarlo en {issuetracker}nuestro rastreador de problemas {linkend}. Y si desea participar, ¡únase a {designteam}a nuestro equipo de diseño {linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Web Content Accessibility Guidelines" : "Pautas de accesibilidad de contenido web",
"our issue tracker" : "nuestro rastreador de problemas",
"our design team" : "nuestro equipo de diseño",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si encuentras algún problema, no dudes en informarlo en {issuetracker}. Y si deseas involucrarte, ¡unite a {designteam}!",
"Enable" : "Habilitar"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,15 +1,24 @@
{ "translations": {
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Dark theme" : "Tema oscuro",
"Enable dark theme" : "Habilitar tema nocturno",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema oscuro para facilitar la vista al reducir la luminosidad y el brillo general. Todavía está en desarrollo, por lo tanto, informe cualquier problema que pueda encontrar.",
"High contrast mode" : "Modo alto contraste",
"Enable high contrast mode" : "Habilitar modo de Contraste Alto",
"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 su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dyslexia font" : "Dislexia fuente",
"Enable dyslexia font" : "Habilitar la fuente para personas con 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/fuente gratuita diseñada para mitigar algunos de los errores comunes de lectura causados por la dislexia.",
"Accessibility" : "Accesibilidad",
"Accessibility options for nextcloud" : "Opciones de accesibilidad para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Proporciona múltiples opciones de accesibilidad para facilitar el uso de Nextcloud",
"If you find any issues, dont 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 encuentra algún problema, no dude en informarlo en {issuetracker}nuestro rastreador de problemas {linkend}. Y si desea participar, ¡únase a {designteam}a nuestro equipo de diseño {linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar su navegación. Se reducirá la calidad visual pero se aumentará la claridad.",
"Dark theme (beta)" : "Tema oscuro (beta)",
"Web Content Accessibility Guidelines" : "Pautas de accesibilidad de contenido web",
"our issue tracker" : "nuestro rastreador de problemas",
"our design team" : "nuestro equipo de diseño",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si encuentras algún problema, no dudes en informarlo en {issuetracker}. Y si deseas involucrarte, ¡unite a {designteam}!",
"Enable" : "Habilitar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Gai iluna",
"Enable dark theme" : "Gaitu gai iluna",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Murriztu begietan kalte egitea gai ilunarekin: argitasun orokorra eta distira jaisten ditu. Garapenean dagoen aukera da, beraz jakinarazi aurkitzen dituzun arazoak.",
"High contrast mode" : "Kontraste altuko modua",
"Enable high contrast mode" : "Gaitu kontraste handiko modua",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko modua zuri nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
"Dyslexia font" : "Dislexia letra-tipoa",
"Enable dyslexia font" : "Gaitu dislexia letra-tipoa",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic letra-tipo librea da dislexiak eragindako ohiko irakurketa akats batzuk leuntzeko diseinatua.",
"Accessibility" : "Erabilerraztasuna",
"Accessibility options for nextcloud" : "Erabilerraztasun aukerak nextcloudentzat",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud-en erabilera errazteko hainbat aukera eskaintzen ditu.",
"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." : "Sarbide unibertsala oso garrantzitsua da guretzat. Web estadandarrak jarraitu eta sagu gabeko erabiltasuna egiaztatzen ditugu, pantaila-irakurle moduko software laguntzaileak barne. Helburu bezala jartzen dugu {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 AA mailan betetzea, kontraste altuko modua AAA mailaraino lortuz.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Arazorik aurkitzen baduzu, bidali ezazu lasai {issuetracker}gure arazo-kontrolatzailera{linkend}. Eta parte hartu nahi baduzu, elkartu zaitez gurekin {designteam}gure diseinu taldera{linkend}!",
"High contrast theme" : "Kontraste altuko gaia",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko gaia nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
"Dark theme (beta)" : "Gai beltza (beta)",
"Web Content Accessibility Guidelines" : "Web Edukiaren Erabilerraztasun Jarraibideak",
"our issue tracker" : "gure akats egunkaria",
"our design team" : "gure diseinatzaile taldea",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Sarbide unibertsala oso garrantzitsua da guretzat. Web estadandarrak jarraitu eta sagu gabeko erabiltasuna egiaztatzen ditugu, pantaila-irakurle moduko software laguntzaileak barne. Helburu bezala jartzen dugu {guidelines} 2.1 AA mailan betetzea, kontraste altuko modua AAA mailaraino lortuz.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Arazorik aurkitzen baduzu, bidali ezazu lasai {issuetracker}(e)ra. Eta parte hartu nahi baduzu, elkartu zaitez gurekin {designteam}(e)n!",
"Enable" : "Gaitu"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,26 @@
{ "translations": {
"Dark theme" : "Gai iluna",
"Enable dark theme" : "Gaitu gai iluna",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Murriztu begietan kalte egitea gai ilunarekin: argitasun orokorra eta distira jaisten ditu. Garapenean dagoen aukera da, beraz jakinarazi aurkitzen dituzun arazoak.",
"High contrast mode" : "Kontraste altuko modua",
"Enable high contrast mode" : "Gaitu kontraste handiko modua",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko modua zuri nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
"Dyslexia font" : "Dislexia letra-tipoa",
"Enable dyslexia font" : "Gaitu dislexia letra-tipoa",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic letra-tipo librea da dislexiak eragindako ohiko irakurketa akats batzuk leuntzeko diseinatua.",
"Accessibility" : "Erabilerraztasuna",
"Accessibility options for nextcloud" : "Erabilerraztasun aukerak nextcloudentzat",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud-en erabilera errazteko hainbat aukera eskaintzen ditu.",
"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." : "Sarbide unibertsala oso garrantzitsua da guretzat. Web estadandarrak jarraitu eta sagu gabeko erabiltasuna egiaztatzen ditugu, pantaila-irakurle moduko software laguntzaileak barne. Helburu bezala jartzen dugu {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 AA mailan betetzea, kontraste altuko modua AAA mailaraino lortuz.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Arazorik aurkitzen baduzu, bidali ezazu lasai {issuetracker}gure arazo-kontrolatzailera{linkend}. Eta parte hartu nahi baduzu, elkartu zaitez gurekin {designteam}gure diseinu taldera{linkend}!",
"High contrast theme" : "Kontraste altuko gaia",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Kontraste altuko gaia nabigazioa errazteko. Kalitate bisuala murriztuko da baina argitasuna handiagotu.",
"Dark theme (beta)" : "Gai beltza (beta)",
"Web Content Accessibility Guidelines" : "Web Edukiaren Erabilerraztasun Jarraibideak",
"our issue tracker" : "gure akats egunkaria",
"our design team" : "gure diseinatzaile taldea",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Sarbide unibertsala oso garrantzitsua da guretzat. Web estadandarrak jarraitu eta sagu gabeko erabiltasuna egiaztatzen ditugu, pantaila-irakurle moduko software laguntzaileak barne. Helburu bezala jartzen dugu {guidelines} 2.1 AA mailan betetzea, kontraste altuko modua AAA mailaraino lortuz.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Arazorik aurkitzen baduzu, bidali ezazu lasai {issuetracker}(e)ra. Eta parte hartu nahi baduzu, elkartu zaitez gurekin {designteam}(e)n!",
"Enable" : "Gaitu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,23 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "تم تاریک",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "تم تاریک برای با کاهش نور و نیز شفافیت برای راحتی بیشتر چشمان شما در استفاده از نکست کلود تعبیه دیده شده است و این امکان در حال توسعه می باشد،به همین دلیل هرگونه ایراد پیش آمده را گزارش دهید.",
"High contrast mode" : "حالت کنتراست بالا",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "یک حالت کنتراست بالا برای سهولت در پیمایش. کیفیت بصری کاهش می یابد اما وضوح افزایش می یابد.",
"Dyslexia font" : "فونت Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "اپن دیسلکسیک یک فونت و نمایه رایگان است که طراحی شده برای خواندن بعضی ایراد های دیسلکسیا",
"Accessibility" : "در دسترس بودن",
"Accessibility options for nextcloud" : "امکان در دسترس بودن برای نکس کلود",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "امکان دسترسی امکانات از چند مسیر برای کار کردن راحت تر شما با نکست کلود قرارداده شده است.",
"High contrast theme" : "تم با وضوح بالا",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "یک تم با وضوح بالا برای آسان نمودن راهبری شما\nکیفیت بصری کاهش خاهد یافت تا وضوح افزایش یابد.",
"Dark theme (beta)" : "تم تاریک (بتا)",
"Web Content Accessibility Guidelines" : "راهنمای در دسترس بودن محتوا وب",
"our issue tracker" : "دنبال کننده مساله ها",
"our design team" : "تیم طراحی ما",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "دسترسی جهانی برای ما بسیار مهم است. ما از استانداردهای وب پیروی می کنیم و بررسی می کنیم تا همه چیز را بدون ماوس و نرم افزارهای کمکی مانند صفحه نمایشگر نیز قابل استفاده کنیم. هدف ما این است که مطابق با دستورالعمل {2.1} در سطح AA ، با تم کنتراست بالا حتی در سطح AAA باشد.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "اگر مشکلی پیدا کردید ، از گزارش آنها در مورد {issuetracker} دریغ نکنید. و اگر می خواهید درگیر شوید ، به ما بپیوندید {designteam}!",
"Enable" : "فعال"
},
"nplurals=2; plural=(n > 1);");

View file

@ -0,0 +1,21 @@
{ "translations": {
"Dark theme" : "تم تاریک",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "تم تاریک برای با کاهش نور و نیز شفافیت برای راحتی بیشتر چشمان شما در استفاده از نکست کلود تعبیه دیده شده است و این امکان در حال توسعه می باشد،به همین دلیل هرگونه ایراد پیش آمده را گزارش دهید.",
"High contrast mode" : "حالت کنتراست بالا",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "یک حالت کنتراست بالا برای سهولت در پیمایش. کیفیت بصری کاهش می یابد اما وضوح افزایش می یابد.",
"Dyslexia font" : "فونت Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "اپن دیسلکسیک یک فونت و نمایه رایگان است که طراحی شده برای خواندن بعضی ایراد های دیسلکسیا",
"Accessibility" : "در دسترس بودن",
"Accessibility options for nextcloud" : "امکان در دسترس بودن برای نکس کلود",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "امکان دسترسی امکانات از چند مسیر برای کار کردن راحت تر شما با نکست کلود قرارداده شده است.",
"High contrast theme" : "تم با وضوح بالا",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "یک تم با وضوح بالا برای آسان نمودن راهبری شما\nکیفیت بصری کاهش خاهد یافت تا وضوح افزایش یابد.",
"Dark theme (beta)" : "تم تاریک (بتا)",
"Web Content Accessibility Guidelines" : "راهنمای در دسترس بودن محتوا وب",
"our issue tracker" : "دنبال کننده مساله ها",
"our design team" : "تیم طراحی ما",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "دسترسی جهانی برای ما بسیار مهم است. ما از استانداردهای وب پیروی می کنیم و بررسی می کنیم تا همه چیز را بدون ماوس و نرم افزارهای کمکی مانند صفحه نمایشگر نیز قابل استفاده کنیم. هدف ما این است که مطابق با دستورالعمل {2.1} در سطح AA ، با تم کنتراست بالا حتی در سطح AAA باشد.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "اگر مشکلی پیدا کردید ، از گزارش آنها در مورد {issuetracker} دریغ نکنید. و اگر می خواهید درگیر شوید ، به ما بپیوندید {designteam}!",
"Enable" : "فعال"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -1,18 +1,20 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Korkean kontrastin teema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Korkean kontrastin teema helpottamaan navigointiasi.\nVisuaalinen laatu on huonompi, mutta selkeys parempi.",
"Dark theme (beta)" : "Tumma teema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumma teema helpottamaan silmien rasitusta vähentämällä kokonaiskirkkautta. Teema on edelleen työn alla, joten pyydämmekin ilmoittamaan mahdollisesti kohtaamistasi ongelmista.",
"Dyslexia font" : "LuKi-häiriökirjasin",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic on ilmainen kirjasin ehkäisemään joitain useimmista LuKi-häiriön aiheuttamista lukuvirheistä.",
"Dark theme" : "Tumma teema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumma teema helpottaa silmien rasitusta vähentämällä kokonaiskirkkautta. Teemaa kehitetään edelleen, joten ilmoitathan mahdollisesti kohtaamasi ongelmat.",
"High contrast mode" : "Suuren kontrastin tila",
"Dyslexia font" : "Lukihäiriökirjasin",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic on ilmainen kirjasin, joka on suunniteltu lieventämään lukihäiriön aiheuttamia lukuvirheitä.",
"Accessibility" : "Saavutettavuus",
"Accessibility options for nextcloud" : "Saavutettavuusvalinnat Nextcloudille",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tarjoaa monia saavutettavuusvalintoja helpottamaan Nexcloudin käyttöä.",
"Web Content Accessibility Guidelines" : "Verkkosisällön saavutettavuussuuntalinjat",
"our issue tracker" : "virheseurantajärjestelmämme",
"our design team" : "kehitysryhmämme",
"Accessibility options for nextcloud" : "Saavutettavuusvaihtoehdot Nextcloudille",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tarjoaa monia saavutettavuusvaihtoehtoja helpottamaan Nexcloudin käyttöä.",
"High contrast theme" : "Suuren kontrastin teema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Suuren kontrastin teema helpottaa navigointiasi. Visuaalinen laatu on heikompi, mutta selkeys paranee.",
"Dark theme (beta)" : "Tumma teema (beta)",
"Web Content Accessibility Guidelines" : "Verkkosisällön saavutettavuusohjeet",
"our issue tracker" : "virheidenseurantajärjestelmämme",
"our design team" : "suunnitteluryhmämme",
"Enable" : "Ota käyttöön"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,18 @@
{ "translations": {
"High contrast theme" : "Korkean kontrastin teema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Korkean kontrastin teema helpottamaan navigointiasi.\nVisuaalinen laatu on huonompi, mutta selkeys parempi.",
"Dark theme (beta)" : "Tumma teema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumma teema helpottamaan silmien rasitusta vähentämällä kokonaiskirkkautta. Teema on edelleen työn alla, joten pyydämmekin ilmoittamaan mahdollisesti kohtaamistasi ongelmista.",
"Dyslexia font" : "LuKi-häiriökirjasin",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic on ilmainen kirjasin ehkäisemään joitain useimmista LuKi-häiriön aiheuttamista lukuvirheistä.",
"Dark theme" : "Tumma teema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumma teema helpottaa silmien rasitusta vähentämällä kokonaiskirkkautta. Teemaa kehitetään edelleen, joten ilmoitathan mahdollisesti kohtaamasi ongelmat.",
"High contrast mode" : "Suuren kontrastin tila",
"Dyslexia font" : "Lukihäiriökirjasin",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic on ilmainen kirjasin, joka on suunniteltu lieventämään lukihäiriön aiheuttamia lukuvirheitä.",
"Accessibility" : "Saavutettavuus",
"Accessibility options for nextcloud" : "Saavutettavuusvalinnat Nextcloudille",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tarjoaa monia saavutettavuusvalintoja helpottamaan Nexcloudin käyttöä.",
"Web Content Accessibility Guidelines" : "Verkkosisällön saavutettavuussuuntalinjat",
"our issue tracker" : "virheseurantajärjestelmämme",
"our design team" : "kehitysryhmämme",
"Accessibility options for nextcloud" : "Saavutettavuusvaihtoehdot Nextcloudille",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tarjoaa monia saavutettavuusvaihtoehtoja helpottamaan Nexcloudin käyttöä.",
"High contrast theme" : "Suuren kontrastin teema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Suuren kontrastin teema helpottaa navigointiasi. Visuaalinen laatu on heikompi, mutta selkeys paranee.",
"Dark theme (beta)" : "Tumma teema (beta)",
"Web Content Accessibility Guidelines" : "Verkkosisällön saavutettavuusohjeet",
"our issue tracker" : "virheidenseurantajärjestelmämme",
"our design team" : "suunnitteluryhmämme",
"Enable" : "Ota käyttöön"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,7 +1,6 @@
OC.L10N.register(
"accessibility",
{
"Dark theme (beta)" : "Myrkt tema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Eitt myrkt tema fyri at gera tað lættari fyri eyguni við at minka um bjartleikan á skerminum. Temaði er enn undir menning, so vinarliga sig frá um trupulleikar tú møguliga finnur.",
"Dyslexia font" : "Stavsnið fyri orðblind",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er eitt frítt stavsnið sniðgivið fyri at lætta um vanlig lesið feilir orsaka orðblindni.",
@ -11,6 +10,7 @@ OC.L10N.register(
"Web Content Accessibility Guidelines" : "Leiðbeining fyri atkomiligt innihald á netinum",
"our issue tracker" : "okkara trupulleika sporarið",
"our design team" : "okkara sniðgevings arbeiðsbólkur",
"Enable" : "Gilda"
"Enable" : "Gilda",
"Dark theme (beta)" : "Myrkt tema (beta)"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,5 +1,4 @@
{ "translations": {
"Dark theme (beta)" : "Myrkt tema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Eitt myrkt tema fyri at gera tað lættari fyri eyguni við at minka um bjartleikan á skerminum. Temaði er enn undir menning, so vinarliga sig frá um trupulleikar tú møguliga finnur.",
"Dyslexia font" : "Stavsnið fyri orðblind",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er eitt frítt stavsnið sniðgivið fyri at lætta um vanlig lesið feilir orsaka orðblindni.",
@ -9,6 +8,7 @@
"Web Content Accessibility Guidelines" : "Leiðbeining fyri atkomiligt innihald á netinum",
"our issue tracker" : "okkara trupulleika sporarið",
"our design team" : "okkara sniðgevings arbeiðsbólkur",
"Enable" : "Gilda"
"Enable" : "Gilda",
"Dark theme (beta)" : "Myrkt tema (beta)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Thème à fort contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
"Dark theme" : "Thème sombre",
"Enable dark theme" : "Activer le thème sombre",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, merci de signaler tout problème que vous rencontrez.",
"High contrast mode" : "Thème à contraste élevé",
"Enable high contrast mode" : "Activer le thème à contraste élevé",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dyslexia font" : "Police pour dyslexiques",
"Enable dyslexia font" : "Activer la police pour dyslexiques",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic est une police de caractères libre conçue pour atténuer certains problèmes de lecture causés par la dyslexie.",
"Accessibility" : "Accessibilité",
"Accessibility options for nextcloud" : "Options d'accessibilité pour Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fournit de nombreuses options d'accessibilité pour faciliter votre utilisation de Nextcloud",
"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 universel est très important pour nous. Nous suivons les standards du web et vérifions que tout soit utilisable également sans souris et avec des logiciels d'assistance technique tels que les lecteurs d'écran. Nous visons à respecter les {guidelines}Règles pour l'accessibilité des contenus Web{linkend} 2.1 de niveau AA et même de niveau AAA avec le thème à fort contraste.",
"If you find any issues, dont 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 vous rencontrez un problème, n'hésitez pas à nous le signaler sur {issuetracker}notre traqueur de problème{linkend}. Et si vous souhaitez vous impliquer, rejoignez {designteam}notre équipe de conception{linkend} !",
"High contrast theme" : "Thème à contraste élevé",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
"Web Content Accessibility Guidelines" : "Règles pour l'accessibilité des contenus Web",
"our issue tracker" : "notre outil de suivi des problèmes",
"our design team" : "notre équipe de conception",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accès universel est très important pour nous. Nous suivons les standards du web et vérifions de tout rendre utilisable également sans souris, et avec des logiciels d'assistance technique tels que les lecteurs d'écran. Nous visons à respecter les {guidelines} 2.1 de niveau AA, et même de niveau AAA avec le thème à fort contraste.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si vous rencontrez un problème, n'hésitez pas à nous le signaler sur {issuetracker}. Et si vous souhaitez vous impliquer, rejoignez {designteam} !",
"Enable" : "Activer"
},
"nplurals=2; plural=(n > 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Thème à fort contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème fortement contrasté pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, alors veuillez signaler tout problème que vous pourriez rencontrer.",
"Dark theme" : "Thème sombre",
"Enable dark theme" : "Activer le thème sombre",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un thème sombre pour apaiser vos yeux en réduisant la luminosité et la clarté générales. Il est toujours en cours de développement, merci de signaler tout problème que vous rencontrez.",
"High contrast mode" : "Thème à contraste élevé",
"Enable high contrast mode" : "Activer le thème à contraste élevé",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dyslexia font" : "Police pour dyslexiques",
"Enable dyslexia font" : "Activer la police pour dyslexiques",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic est une police de caractères libre conçue pour atténuer certains problèmes de lecture causés par la dyslexie.",
"Accessibility" : "Accessibilité",
"Accessibility options for nextcloud" : "Options d'accessibilité pour Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fournit de nombreuses options d'accessibilité pour faciliter votre utilisation de Nextcloud",
"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 universel est très important pour nous. Nous suivons les standards du web et vérifions que tout soit utilisable également sans souris et avec des logiciels d'assistance technique tels que les lecteurs d'écran. Nous visons à respecter les {guidelines}Règles pour l'accessibilité des contenus Web{linkend} 2.1 de niveau AA et même de niveau AAA avec le thème à fort contraste.",
"If you find any issues, dont 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 vous rencontrez un problème, n'hésitez pas à nous le signaler sur {issuetracker}notre traqueur de problème{linkend}. Et si vous souhaitez vous impliquer, rejoignez {designteam}notre équipe de conception{linkend} !",
"High contrast theme" : "Thème à contraste élevé",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un thème au contraste élevé pour faciliter votre navigation. La qualité visuelle sera réduite, mais la clarté sera améliorée.",
"Dark theme (beta)" : "Thème sombre (beta)",
"Web Content Accessibility Guidelines" : "Règles pour l'accessibilité des contenus Web",
"our issue tracker" : "notre outil de suivi des problèmes",
"our design team" : "notre équipe de conception",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accès universel est très important pour nous. Nous suivons les standards du web et vérifions de tout rendre utilisable également sans souris, et avec des logiciels d'assistance technique tels que les lecteurs d'écran. Nous visons à respecter les {guidelines} 2.1 de niveau AA, et même de niveau AAA avec le thème à fort contraste.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Si vous rencontrez un problème, n'hésitez pas à nous le signaler sur {issuetracker}. Et si vous souhaitez vous impliquer, rejoignez {designteam} !",
"Enable" : "Activer"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"Enable dark theme" : "Activar o tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema escuro para descansar a vista reducindo a luminosidade e o brillo. Aínda está en desenvolvemento, así que informe de calquera incidencia que poida atopar.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Activar o 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 a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dyslexia font" : "Tipo de letra para disléxicos",
"Enable dyslexia font" : "Activar o tipo de letra para disléxicos",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é un tipo de letra libre deseñada para mitigar algúns dos erros comúns de lectura causados pola dislexia.",
"Accessibility" : "Accesibilidade",
"Accessibility options for nextcloud" : "Opcións de accesibilidade para o Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ofrece múltiples opcións de accesibilidade para facilitar o uso do Nextcloud",
"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." : "Para nós o acceso universal é moi importante. Seguimos os estándares web e comprobamos que todo poida ser utilizado sen rato e software de axuda como os lectores de pantalla. O noso obxectivo é ter cumprir ás {guidelines}Directrices de accesibilidade ao contido web{linkend} 2.1 a nivel AA, co tema de alto contraste incluso a nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se atopa algún problema, non dubide en informalo no {issuetracker}noso seguidor de fallos{linkend} E se quere involucrarse, únase ao {designteam}noso equipo de deseño {linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Pautas de accesibilidade ao contido web",
"our issue tracker" : "o noso seguidor de incidencias",
"our design team" : "o noso equipo de deseño",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Para nós o acceso universal é moi importante. Seguimos os estándares web e comprobamos que todo poida ser utilizado sen rato e software de axuda como os lectores de pantalla. O noso obxectivo é ter cumprir ás {directrices} 2.1 a nivel AA, co tema de alto contraste incluso a nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se atopa algún problema, non dubide en informalo en {issuetracker}. E se quere involucrarse, entre en {designteam}!",
"Enable" : "Activar"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"Enable dark theme" : "Activar o tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema escuro para descansar a vista reducindo a luminosidade e o brillo. Aínda está en desenvolvemento, así que informe de calquera incidencia que poida atopar.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Activar o 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 a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dyslexia font" : "Tipo de letra para disléxicos",
"Enable dyslexia font" : "Activar o tipo de letra para disléxicos",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é un tipo de letra libre deseñada para mitigar algúns dos erros comúns de lectura causados pola dislexia.",
"Accessibility" : "Accesibilidade",
"Accessibility options for nextcloud" : "Opcións de accesibilidade para o Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ofrece múltiples opcións de accesibilidade para facilitar o uso do Nextcloud",
"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." : "Para nós o acceso universal é moi importante. Seguimos os estándares web e comprobamos que todo poida ser utilizado sen rato e software de axuda como os lectores de pantalla. O noso obxectivo é ter cumprir ás {guidelines}Directrices de accesibilidade ao contido web{linkend} 2.1 a nivel AA, co tema de alto contraste incluso a nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se atopa algún problema, non dubide en informalo no {issuetracker}noso seguidor de fallos{linkend} E se quere involucrarse, únase ao {designteam}noso equipo de deseño {linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema de alto contraste para facilitar a navegación. A calidade visual será reducida, mais a claridade aumentará.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Pautas de accesibilidade ao contido web",
"our issue tracker" : "o noso seguidor de incidencias",
"our design team" : "o noso equipo de deseño",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Para nós o acceso universal é moi importante. Seguimos os estándares web e comprobamos que todo poida ser utilizado sen rato e software de axuda como os lectores de pantalla. O noso obxectivo é ter cumprir ás {directrices} 2.1 a nivel AA, co tema de alto contraste incluso a nivel AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se atopa algún problema, non dubide en informalo en {issuetracker}. E se quere involucrarse, entre en {designteam}!",
"Enable" : "Activar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,15 +1,16 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "ערכת נושא עם ניגודיות גבוהה",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ערכת נושא עם צבעים מנוגדים להקלה על הניווט שלך. האיכות החזותית תיפגע אך השימוש יהפוך ברור יותר.",
"Dark theme (beta)" : "ערכת נושא כהה (בטא)",
"Dark theme" : "ערכת עיצוב כהה",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ערכת נושא כהה מפחיתה את התאורה והבהירות. ערכה זו עדיין בהליכי פיתוח, לכן מומלץ לדווח על תקלות אם יש כאלו.",
"Dyslexia font" : "גופן דיסלקציה",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic הוא גופן חופשי שתוכנן לפתור חלק משגיאות הקריאה הנפוצות שנגרמות עקב דיסלקציה.",
"Accessibility" : "נגישות",
"Accessibility options for nextcloud" : "אפשרויות נגישות ל־Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "מספק מגוון אפשרויות נגישות כדי להקל את השימוש שלך ב־Nextcloud",
"High contrast theme" : "ערכת נושא עם ניגודיות גבוהה",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ערכת נושא עם צבעים מנוגדים להקלה על הניווט שלך. האיכות החזותית תיפגע אך השימוש יהפוך ברור יותר.",
"Dark theme (beta)" : "ערכת נושא כהה (בטא)",
"Web Content Accessibility Guidelines" : "קווים מנחים לנגישות בתוכן מקוון",
"our issue tracker" : "עוקב התקלות שלנו",
"our design team" : "צוות העיצוב שלנו",

View file

@ -1,13 +1,14 @@
{ "translations": {
"High contrast theme" : "ערכת נושא עם ניגודיות גבוהה",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ערכת נושא עם צבעים מנוגדים להקלה על הניווט שלך. האיכות החזותית תיפגע אך השימוש יהפוך ברור יותר.",
"Dark theme (beta)" : "ערכת נושא כהה (בטא)",
"Dark theme" : "ערכת עיצוב כהה",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ערכת נושא כהה מפחיתה את התאורה והבהירות. ערכה זו עדיין בהליכי פיתוח, לכן מומלץ לדווח על תקלות אם יש כאלו.",
"Dyslexia font" : "גופן דיסלקציה",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic הוא גופן חופשי שתוכנן לפתור חלק משגיאות הקריאה הנפוצות שנגרמות עקב דיסלקציה.",
"Accessibility" : "נגישות",
"Accessibility options for nextcloud" : "אפשרויות נגישות ל־Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "מספק מגוון אפשרויות נגישות כדי להקל את השימוש שלך ב־Nextcloud",
"High contrast theme" : "ערכת נושא עם ניגודיות גבוהה",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ערכת נושא עם צבעים מנוגדים להקלה על הניווט שלך. האיכות החזותית תיפגע אך השימוש יהפוך ברור יותר.",
"Dark theme (beta)" : "ערכת נושא כהה (בטא)",
"Web Content Accessibility Guidelines" : "קווים מנחים לנגישות בתוכן מקוון",
"our issue tracker" : "עוקב התקלות שלנו",
"our design team" : "צוות העיצוב שלנו",

View file

@ -0,0 +1,15 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "डार्क थीम",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "समग्र चमक और चमक को कम करके अपनी आंखों को आराम देने के लिए एक अंधेरे विषय। यह अभी भी विकास के अधीन है, इसलिए कृपया कोई भी समस्या की रिपोर्ट करें।",
"Dyslexia font" : "डिस्लेक्सिया फ़ॉन्ट",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic एक फ्री टाइपफेस / फॉन्ट है जिसे डिस्लेक्सिया के कारण पढ़ने वाली कुछ सामान्य त्रुटियों को कम करने के लिए डिज़ाइन किया गया है।",
"Accessibility" : "सरल उपयोग",
"Accessibility options for nextcloud" : "Nextcloud के लिए पहुंच विकल्प",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud के अपने उपयोग को आसान बनाने के लिए कई पहुँच विकल्प प्रदान करता है",
"Web Content Accessibility Guidelines" : "वेब सामग्री अभिगम्यता दिशानिर्देश",
"High contrast theme" : "उच्च विपरीत विषय",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "अपने नेविगेशन को आसान बनाने के लिए एक उच्च विपरीत थीम। दृश्य गुणवत्ता कम हो जाएगी लेकिन स्पष्टता बढ़ जाएगी।"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,13 @@
{ "translations": {
"Dark theme" : "डार्क थीम",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "समग्र चमक और चमक को कम करके अपनी आंखों को आराम देने के लिए एक अंधेरे विषय। यह अभी भी विकास के अधीन है, इसलिए कृपया कोई भी समस्या की रिपोर्ट करें।",
"Dyslexia font" : "डिस्लेक्सिया फ़ॉन्ट",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic एक फ्री टाइपफेस / फॉन्ट है जिसे डिस्लेक्सिया के कारण पढ़ने वाली कुछ सामान्य त्रुटियों को कम करने के लिए डिज़ाइन किया गया है।",
"Accessibility" : "सरल उपयोग",
"Accessibility options for nextcloud" : "Nextcloud के लिए पहुंच विकल्प",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud के अपने उपयोग को आसान बनाने के लिए कई पहुँच विकल्प प्रदान करता है",
"Web Content Accessibility Guidelines" : "वेब सामग्री अभिगम्यता दिशानिर्देश",
"High contrast theme" : "उच्च विपरीत विषय",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "अपने नेविगेशन को आसान बनाने के लिए एक उच्च विपरीत थीम। दृश्य गुणवत्ता कम हो जाएगी लेकिन स्पष्टता बढ़ जाएगी।"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tamna tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamna tema ublažava naprezanje očiju smanjujući ukupnu luminoznost i svjetlinu. Tema je i dalje u izradi pa nam prijavite bilo kakve probleme s korištenjem.",
"High contrast mode" : "Način jakog kontrasta",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Način jakog kontrasta olakšava navigaciju. Smanjuje vizualnu kvalitetu, ali povećava jasnoću prikaza.",
"Dyslexia font" : "Font za osobe s disleksijom",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je besplatan font/izgled slova posebno osmišljen za ublažavanje nekih uobičajenih pogrešaka pri čitanju uzrokovanih disleksijom.",
"Accessibility" : "Pristupačnost",
"Accessibility options for nextcloud" : "Mogućnosti pristupačnosti za Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pruža višestruke mogućnosti pristupačnosti za jednostavniju upotrebu Nextclouda",
"High contrast theme" : "Tema jakog kontrasta",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema jakog kontrasta olakšava navigaciju. Smanjuje vizualnu kvalitetu, ali povećava jasnoću prikaza.",
"Dark theme (beta)" : "Tamna tema (beta)",
"Web Content Accessibility Guidelines" : "Smjernice pristupačnosti web-sadržaja",
"our issue tracker" : "naš alat za praćenje problema",
"our design team" : "naš dizajnerski tim",
"Enable" : "Omogući"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Tamna tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamna tema ublažava naprezanje očiju smanjujući ukupnu luminoznost i svjetlinu. Tema je i dalje u izradi pa nam prijavite bilo kakve probleme s korištenjem.",
"High contrast mode" : "Način jakog kontrasta",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Način jakog kontrasta olakšava navigaciju. Smanjuje vizualnu kvalitetu, ali povećava jasnoću prikaza.",
"Dyslexia font" : "Font za osobe s disleksijom",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je besplatan font/izgled slova posebno osmišljen za ublažavanje nekih uobičajenih pogrešaka pri čitanju uzrokovanih disleksijom.",
"Accessibility" : "Pristupačnost",
"Accessibility options for nextcloud" : "Mogućnosti pristupačnosti za Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pruža višestruke mogućnosti pristupačnosti za jednostavniju upotrebu Nextclouda",
"High contrast theme" : "Tema jakog kontrasta",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema jakog kontrasta olakšava navigaciju. Smanjuje vizualnu kvalitetu, ali povećava jasnoću prikaza.",
"Dark theme (beta)" : "Tamna tema (beta)",
"Web Content Accessibility Guidelines" : "Smjernice pristupačnosti web-sadržaja",
"our issue tracker" : "naš alat za praćenje problema",
"our design team" : "naš dizajnerski tim",
"Enable" : "Omogući"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Magas kontrasztú téma",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dark theme (beta)" : "Sötét téma (béta)",
"Dark theme" : "Sötét téma",
"Enable dark theme" : "Sötét téma engedélyezése",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "A sötét téma csökkenti a szemek terhelését az átlagos fényesség és fényerő csökkentésével. Még mindig fejlesztés alatt áll, így jelentse ha problémát talál.",
"High contrast mode" : "Magas kontrasztú mód",
"Enable high contrast mode" : "Magas kontrasztú mód engedélyezése",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dyslexia font" : "Diszlexia betűkészlet",
"Enable dyslexia font" : "Diszlexia betűkészlet engedélyezése",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Az OpenDyslexic egy szabad betűkészlet, amely egyes, diszlexia által okozott, gyakori olvasási hibák csökkentésére lett tervezve.",
"Accessibility" : "Akadálymentesítés",
"Accessibility options for nextcloud" : "Akadálymentesítési lehetőségek a Nextcloudhoz",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Több akadálymentesítési lehetőséget biztosít, hogy megkönnyítse a Nextcloud használatát",
"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." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines}Webes tartalom vonatkozó akadálymentesítési irányelvek{linkend} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}dizájn csapatunkhoz{linkend}!",
"High contrast theme" : "Magas kontrasztú téma",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dark theme (beta)" : "Sötét téma (béta)",
"Web Content Accessibility Guidelines" : "Webes tartalom akadálymentesítési irányelvek",
"our issue tracker" : "a hibakövetőnk",
"our design team" : "a fejlesztőcsapatunk",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}!",
"Enable" : "Engedélyezés"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Magas kontrasztú téma",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dark theme (beta)" : "Sötét téma (béta)",
"Dark theme" : "Sötét téma",
"Enable dark theme" : "Sötét téma engedélyezése",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "A sötét téma csökkenti a szemek terhelését az átlagos fényesség és fényerő csökkentésével. Még mindig fejlesztés alatt áll, így jelentse ha problémát talál.",
"High contrast mode" : "Magas kontrasztú mód",
"Enable high contrast mode" : "Magas kontrasztú mód engedélyezése",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dyslexia font" : "Diszlexia betűkészlet",
"Enable dyslexia font" : "Diszlexia betűkészlet engedélyezése",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Az OpenDyslexic egy szabad betűkészlet, amely egyes, diszlexia által okozott, gyakori olvasási hibák csökkentésére lett tervezve.",
"Accessibility" : "Akadálymentesítés",
"Accessibility options for nextcloud" : "Akadálymentesítési lehetőségek a Nextcloudhoz",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Több akadálymentesítési lehetőséget biztosít, hogy megkönnyítse a Nextcloud használatát",
"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." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines}Webes tartalom vonatkozó akadálymentesítési irányelvek{linkend} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}dizájn csapatunkhoz{linkend}!",
"High contrast theme" : "Magas kontrasztú téma",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A magas kontrasztú téma megkönnyíti a navigációt. A képi minőség csökken, de az olvashatóság javul.",
"Dark theme (beta)" : "Sötét téma (béta)",
"Web Content Accessibility Guidelines" : "Webes tartalom akadálymentesítési irányelvek",
"our issue tracker" : "a hibakövetőnk",
"our design team" : "a fejlesztőcsapatunk",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}!",
"Enable" : "Engedélyezés"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tema gelap",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema gelap dapat membuat mata anda tidak cepat lelah dengan mengurangi tingkat kecerahan dan banyaknya cahaya. Fitur ini masih dalam tahap pengembangan, tolong laporkan masalah yang anda temui.",
"High contrast mode" : "Mode kontras tinggi",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mode kontras tinggi untuk memudahkan navigasi Anda. Kualitas visual akan berkurang tetapi kejelasan akan meningkat.",
"Dyslexia font" : "Font disleksia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic adalah typeface/font gratis yang didesain untuk mengurangi kesalahan membaca oleh penderita disleksia",
"Accessibility" : "aksesbilitas",
"Accessibility options for nextcloud" : "Opsi aksesibilitas untuk nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Menyediakan beberapa opsi aksesibilitas untuk memudahkan Anda menggunakan Nextcloud",
"High contrast theme" : "Tema kontras tinggi",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema kontras tinggi untuk memudahkan navigasi Anda. Kualitas visual akan berkurang tetapi kejelasan akan meningkat.",
"Dark theme (beta)" : "Tema gelap (beta)",
"Web Content Accessibility Guidelines" : "Pedoman Aksesibilitas Konten Web",
"our issue tracker" : "pelacak masalah kami",
"our design team" : "Tim desain kami",
"Enable" : "aktifkan"
},
"nplurals=1; plural=0;");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Tema gelap",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tema gelap dapat membuat mata anda tidak cepat lelah dengan mengurangi tingkat kecerahan dan banyaknya cahaya. Fitur ini masih dalam tahap pengembangan, tolong laporkan masalah yang anda temui.",
"High contrast mode" : "Mode kontras tinggi",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mode kontras tinggi untuk memudahkan navigasi Anda. Kualitas visual akan berkurang tetapi kejelasan akan meningkat.",
"Dyslexia font" : "Font disleksia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic adalah typeface/font gratis yang didesain untuk mengurangi kesalahan membaca oleh penderita disleksia",
"Accessibility" : "aksesbilitas",
"Accessibility options for nextcloud" : "Opsi aksesibilitas untuk nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Menyediakan beberapa opsi aksesibilitas untuk memudahkan Anda menggunakan Nextcloud",
"High contrast theme" : "Tema kontras tinggi",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema kontras tinggi untuk memudahkan navigasi Anda. Kualitas visual akan berkurang tetapi kejelasan akan meningkat.",
"Dark theme (beta)" : "Tema gelap (beta)",
"Web Content Accessibility Guidelines" : "Pedoman Aksesibilitas Konten Web",
"our issue tracker" : "pelacak masalah kami",
"our design team" : "Tim desain kami",
"Enable" : "aktifkan"
},"pluralForm" :"nplurals=1; plural=0;"
}

View file

@ -1,15 +1,18 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Þema með mikil birtuskil",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dark theme (beta)" : "Dökkt þema (beta-prófunarútgáfa)",
"Dark theme" : "Dökkt þema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Dökkt þema til að minnka álag á augun meðal annars með því að minnka heildarljósmagn og birtustig. Þetta er enn í þróun þannig að gott væri ef þú tilkynntir alla galla sem þú rekst á.",
"High contrast mode" : "Mikil birtuskil",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dyslexia font" : "Dyslexia letur",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic eru frjálsar leturgerðir sem eru hannaðar til að ráða bug á eða minnka vægi ýmissa villna sem stafa af lesblindu (dyslexia).",
"Accessibility" : "Aukið aðgengi",
"Accessibility options for nextcloud" : "Valkostir fyrir auðveldað aðgengi í Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Býður upp á marga valkosti fyrir auðveldað aðgengi í Nextcloud",
"High contrast theme" : "Þema með mikil birtuskil",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dark theme (beta)" : "Dökkt þema (beta-prófunarútgáfa)",
"Web Content Accessibility Guidelines" : "Leiðbeiningar fyrir aukið aðgengi vefefnis",
"our issue tracker" : "villuskráningin okkar",
"our design team" : "hönnunarteymið okkar",

View file

@ -1,13 +1,16 @@
{ "translations": {
"High contrast theme" : "Þema með mikil birtuskil",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dark theme (beta)" : "Dökkt þema (beta-prófunarútgáfa)",
"Dark theme" : "Dökkt þema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Dökkt þema til að minnka álag á augun meðal annars með því að minnka heildarljósmagn og birtustig. Þetta er enn í þróun þannig að gott væri ef þú tilkynntir alla galla sem þú rekst á.",
"High contrast mode" : "Mikil birtuskil",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dyslexia font" : "Dyslexia letur",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic eru frjálsar leturgerðir sem eru hannaðar til að ráða bug á eða minnka vægi ýmissa villna sem stafa af lesblindu (dyslexia).",
"Accessibility" : "Aukið aðgengi",
"Accessibility options for nextcloud" : "Valkostir fyrir auðveldað aðgengi í Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Býður upp á marga valkosti fyrir auðveldað aðgengi í Nextcloud",
"High contrast theme" : "Þema með mikil birtuskil",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Þema með mikil birtuskil til að auðvelda vafur. Sjónræn gæði minnka en skýrleiki eykst",
"Dark theme (beta)" : "Dökkt þema (beta-prófunarútgáfa)",
"Web Content Accessibility Guidelines" : "Leiðbeiningar fyrir aukið aðgengi vefefnis",
"our issue tracker" : "villuskráningin okkar",
"our design team" : "hönnunarteymið okkar",

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema ad alto contrasto",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dark theme (beta)" : "Tema scuro (beta)",
"Dark theme" : "Tema scuro",
"Enable dark theme" : "Abilita il tema scuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema scuro per facilitare i tuoi occhi riducendo la luminosità complessiva. È ancora in fase di sviluppo, per cui ti chiediamo di segnalare qualsiasi problema tu possa trovare.",
"High contrast mode" : "Modalità ad alto contrasto",
"Enable high contrast mode" : "Abilita la modalità ad alto contrasto",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Una modalità ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dyslexia font" : "Carattere per dislessici",
"Enable dyslexia font" : "Abilita il carattere per dislessici",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic è un carattere libero progettato per mitigare alcuni dei comuni errori di lettura causati dalla dislessia.",
"Accessibility" : "Accessibilità",
"Accessibility options for nextcloud" : "Opzioni di accessibilità per Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornisce diverse opzioni di accessibilità per semplificare il tuo utilizzo di Nextcloud",
"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'accesso universale è molto importante per noi. Seguiamo gli standard web e cerchiamo di rendere tutto utilizzabile anche senza mouse, e programmi di assistenza come i lettori dello schermo. Il nostro obiettivo è la compatibilità con la {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA. ",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo sul {issuetracker}nostro sistema di segnalazione dei bug{linkend}. E se vuoi partecipare, unisciti alla {designteam}nostra squadra di progettazione{linkend}!",
"High contrast theme" : "Tema ad alto contrasto",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dark theme (beta)" : "Tema scuro (beta)",
"Web Content Accessibility Guidelines" : "Linee guida di accessibilità ai contenuti web",
"our issue tracker" : "il nostro sistema di tracciamento dei problemi",
"our design team" : "la nostra squadra di progetto",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accesso universale è molto importante per noi. Seguiamo gli standard web e i controlli per rendere tutto utilizzabile anche senza mouse, e programmi di assistenza come i lettori dello schermo. Il nostro obiettivo è la compatibilità con la {guidelines} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA. ",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo su {issuetracker}. E se vuoi partecipare, unisciti al {designteam}!",
"Enable" : "Abilita"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Tema ad alto contrasto",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dark theme (beta)" : "Tema scuro (beta)",
"Dark theme" : "Tema scuro",
"Enable dark theme" : "Abilita il tema scuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Un tema scuro per facilitare i tuoi occhi riducendo la luminosità complessiva. È ancora in fase di sviluppo, per cui ti chiediamo di segnalare qualsiasi problema tu possa trovare.",
"High contrast mode" : "Modalità ad alto contrasto",
"Enable high contrast mode" : "Abilita la modalità ad alto contrasto",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Una modalità ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dyslexia font" : "Carattere per dislessici",
"Enable dyslexia font" : "Abilita il carattere per dislessici",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic è un carattere libero progettato per mitigare alcuni dei comuni errori di lettura causati dalla dislessia.",
"Accessibility" : "Accessibilità",
"Accessibility options for nextcloud" : "Opzioni di accessibilità per Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornisce diverse opzioni di accessibilità per semplificare il tuo utilizzo di Nextcloud",
"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'accesso universale è molto importante per noi. Seguiamo gli standard web e cerchiamo di rendere tutto utilizzabile anche senza mouse, e programmi di assistenza come i lettori dello schermo. Il nostro obiettivo è la compatibilità con la {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA. ",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo sul {issuetracker}nostro sistema di segnalazione dei bug{linkend}. E se vuoi partecipare, unisciti alla {designteam}nostra squadra di progettazione{linkend}!",
"High contrast theme" : "Tema ad alto contrasto",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un tema ad alto contrasto per semplificare la tua navigazione. La qualità visiva sarà ridotta per incrementare la chiarezza.",
"Dark theme (beta)" : "Tema scuro (beta)",
"Web Content Accessibility Guidelines" : "Linee guida di accessibilità ai contenuti web",
"our issue tracker" : "il nostro sistema di tracciamento dei problemi",
"our design team" : "la nostra squadra di progetto",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "L'accesso universale è molto importante per noi. Seguiamo gli standard web e i controlli per rendere tutto utilizzabile anche senza mouse, e programmi di assistenza come i lettori dello schermo. Il nostro obiettivo è la compatibilità con la {guidelines} 2.1 a livello AA, con il tema ad alto contrasto anche a livello AAA. ",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se trovi qualsiasi problema, non esitare a segnalarlo su {issuetracker}. E se vuoi partecipare, unisciti al {designteam}!",
"Enable" : "Abilita"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,14 +1,23 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "ダークテーマ",
"Enable dark theme" : "ダークテーマを有効にする",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
"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." : "操作をわかりやすくするためのハイ・コントラストモード。\n見た目の美しさは低下しますが、明確さが向上します。",
"Dyslexia font" : "Dyslexia フォント",
"Enable dyslexia font" : "Dyslexia フォントを有効にする",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexicは、ディスレクシアによって引き起こされる一般的な読み間違いの一部を軽減するためにデザインされた、無料で利用できる書体/フォントです。",
"Accessibility" : "アクセシビリティ",
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "あなたのNextcloudの利用を簡単にするための複数のユーザー補助のオプションを提供します。",
"High contrast theme" : "ハイコントラストテーマ",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ハイコントラストテーマは表示の質は下がりますが、見やすさは上がります。",
"Dark theme (beta)" : "ダークテーマ (ベータ版)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
"Dyslexia font" : "Dyslexia フォント",
"Accessibility" : "アクセシビリティ",
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
"Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン",
"our issue tracker" : "問題追跡",
"our design team" : "デザインチーム",
"Enable" : "有効にする"
},

View file

@ -1,12 +1,21 @@
{ "translations": {
"Dark theme" : "ダークテーマ",
"Enable dark theme" : "ダークテーマを有効にする",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
"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." : "操作をわかりやすくするためのハイ・コントラストモード。\n見た目の美しさは低下しますが、明確さが向上します。",
"Dyslexia font" : "Dyslexia フォント",
"Enable dyslexia font" : "Dyslexia フォントを有効にする",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexicは、ディスレクシアによって引き起こされる一般的な読み間違いの一部を軽減するためにデザインされた、無料で利用できる書体/フォントです。",
"Accessibility" : "アクセシビリティ",
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "あなたのNextcloudの利用を簡単にするための複数のユーザー補助のオプションを提供します。",
"High contrast theme" : "ハイコントラストテーマ",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "ハイコントラストテーマは表示の質は下がりますが、見やすさは上がります。",
"Dark theme (beta)" : "ダークテーマ (ベータ版)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "ダークテーマは目の負担になりにくいです。このテーマは開発中のためバグを見つけたら報告してください。",
"Dyslexia font" : "Dyslexia フォント",
"Accessibility" : "アクセシビリティ",
"Accessibility options for nextcloud" : "nextcloudのアクセシビリティオプション",
"Web Content Accessibility Guidelines" : "Webコンテンツ アクセシビリティガイドライン",
"our issue tracker" : "問題追跡",
"our design team" : "デザインチーム",
"Enable" : "有効にする"
},"pluralForm" :"nplurals=1; plural=0;"

View file

@ -1,18 +1,24 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "어두운 테마",
"Enable dark theme" : "어두운 테마 활성화",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "어두운 테마는 전체적인 밝기를 낮춰 눈을 편안하게 해 줍니다. 아직 개발 중인 기능이니 문제가 있다면 보고해 주세요.",
"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." : "쉬운 탐색을 위한 고대비 테마입니다. 색감이 나빠지지만 더 선명해집니다.",
"Dyslexia font" : "난독증용 글꼴",
"Enable dyslexia font" : "난독증용 글꼴 활성화",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic은 난독증 때문에 읽기에 문제가 있는 사람들을 위해 디자인된 자유 글꼴입니다.",
"Accessibility" : "접근성",
"Accessibility options for nextcloud" : "Nextcloud 접근성 옵션",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud 사용을 편리하게 하는 여러 접근성 옵션",
"High contrast theme" : "고대비 테마",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "쉬운 탐색을 위한 고대비 테마입니다. 색감이 나빠지지만 더 선명해집니다.",
"Dark theme (beta)" : "어두운 테마(베타)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "어두운 테마는 전체적인 밝기를 낮춰 눈을 편안하게 해줍니다. 아직 개발중인 기능이니 문제가 있다면 보고해주세요.",
"Dyslexia font" : "난독증용 글꼴",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic은 난독증 때문에 읽기에 문제가 있는 사람들을 위해 디자인된 무료 폰트입니다.",
"Accessibility" : "접근성",
"Accessibility options for nextcloud" : "nextcloud를 위한 접근성 옵션",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud사용을 편리하게 하는 여러 접근성 옵션",
"Web Content Accessibility Guidelines" : "웹 콘텐츠 접근성 가이드라인",
"our issue tracker" : "우리의 이슈 트래커",
"our design team" : "우리의 디자인팀",
"our design team" : "우리의 디자인 팀",
"Enable" : "활성화"
},
"nplurals=1; plural=0;");

View file

@ -1,16 +1,22 @@
{ "translations": {
"Dark theme" : "어두운 테마",
"Enable dark theme" : "어두운 테마 활성화",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "어두운 테마는 전체적인 밝기를 낮춰 눈을 편안하게 해 줍니다. 아직 개발 중인 기능이니 문제가 있다면 보고해 주세요.",
"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." : "쉬운 탐색을 위한 고대비 테마입니다. 색감이 나빠지지만 더 선명해집니다.",
"Dyslexia font" : "난독증용 글꼴",
"Enable dyslexia font" : "난독증용 글꼴 활성화",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic은 난독증 때문에 읽기에 문제가 있는 사람들을 위해 디자인된 자유 글꼴입니다.",
"Accessibility" : "접근성",
"Accessibility options for nextcloud" : "Nextcloud 접근성 옵션",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud 사용을 편리하게 하는 여러 접근성 옵션",
"High contrast theme" : "고대비 테마",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "쉬운 탐색을 위한 고대비 테마입니다. 색감이 나빠지지만 더 선명해집니다.",
"Dark theme (beta)" : "어두운 테마(베타)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "어두운 테마는 전체적인 밝기를 낮춰 눈을 편안하게 해줍니다. 아직 개발중인 기능이니 문제가 있다면 보고해주세요.",
"Dyslexia font" : "난독증용 글꼴",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic은 난독증 때문에 읽기에 문제가 있는 사람들을 위해 디자인된 무료 폰트입니다.",
"Accessibility" : "접근성",
"Accessibility options for nextcloud" : "nextcloud를 위한 접근성 옵션",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud사용을 편리하게 하는 여러 접근성 옵션",
"Web Content Accessibility Guidelines" : "웹 콘텐츠 접근성 가이드라인",
"our issue tracker" : "우리의 이슈 트래커",
"our design team" : "우리의 디자인팀",
"our design team" : "우리의 디자인 팀",
"Enable" : "활성화"
},"pluralForm" :"nplurals=1; plural=0;"
}

View file

@ -0,0 +1,24 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tamsus apipavidalinimas",
"Enable dark theme" : "Įjungti tamsų apipavidalinimą",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamsus apipavidalinimas, skirtas nuraminti jūsų akis, sumažinant bendrą šviesingumą ir skaistį. Jis yra vis dar kuriamas, todėl prašome pranešti apie bet kokias randamas klaidas.",
"High contrast mode" : "Didelio kontrasto veiksena",
"Enable high contrast mode" : "Įjungti didelio kontrasto veikseną",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto veiksena, skirta palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
"Dyslexia font" : "Disleksijos šriftas",
"Enable dyslexia font" : "Įjungti disleksijos šriftą",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic yra laisvas šriftas, sukurtas sumažinti kai kurias dažniausias disleksijos sukeltas skaitymo klaidas.",
"Accessibility" : "Prieinamumas",
"Accessibility options for nextcloud" : "Nextcloud prieinamumo parinktys",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pateikia kelias prieinamumo parinktis, skirtas palengvinti jūsų naudojimąsi Nextcloud",
"High contrast theme" : "Didelio kontrasto apipavidalinimas",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto apipavidalinimas, skirtas palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
"Dark theme (beta)" : "Tamsus apipavidalinimas (beta)",
"Web Content Accessibility Guidelines" : "Saityno turinio prieinamumo gairės",
"our issue tracker" : "mūsų klaidų sekiklis",
"our design team" : "mūsų dizaino komanda",
"Enable" : "Įjungti"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

View file

@ -0,0 +1,22 @@
{ "translations": {
"Dark theme" : "Tamsus apipavidalinimas",
"Enable dark theme" : "Įjungti tamsų apipavidalinimą",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamsus apipavidalinimas, skirtas nuraminti jūsų akis, sumažinant bendrą šviesingumą ir skaistį. Jis yra vis dar kuriamas, todėl prašome pranešti apie bet kokias randamas klaidas.",
"High contrast mode" : "Didelio kontrasto veiksena",
"Enable high contrast mode" : "Įjungti didelio kontrasto veikseną",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto veiksena, skirta palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
"Dyslexia font" : "Disleksijos šriftas",
"Enable dyslexia font" : "Įjungti disleksijos šriftą",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic yra laisvas šriftas, sukurtas sumažinti kai kurias dažniausias disleksijos sukeltas skaitymo klaidas.",
"Accessibility" : "Prieinamumas",
"Accessibility options for nextcloud" : "Nextcloud prieinamumo parinktys",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Pateikia kelias prieinamumo parinktis, skirtas palengvinti jūsų naudojimąsi Nextcloud",
"High contrast theme" : "Didelio kontrasto apipavidalinimas",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Didelio kontrasto apipavidalinimas, skirtas palengvinti jūsų naršymą. Vaizdinė kokybė bus sumažinta, tačiau aiškumas bus padidintas.",
"Dark theme (beta)" : "Tamsus apipavidalinimas (beta)",
"Web Content Accessibility Guidelines" : "Saityno turinio prieinamumo gairės",
"our issue tracker" : "mūsų klaidų sekiklis",
"our design team" : "mūsų dizaino komanda",
"Enable" : "Įjungti"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tumšs motīvs",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumšais motīvs atslogo Tavas acis samazinot kopējo atspīdumu un spilgtumu. Tas joprojām atrodas izstrādes režīmā, tādēļ dod ziņu par jebkurām atrastajām problēmām.",
"High contrast mode" : "Augsta kontrasta režīms",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dyslexia font" : "Dislektisks fonts",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ir bezmaksas fonts, kas veidots, lai mazinātu tipiskākos lasīšanas traucējumus, ko izraisa disleksija.",
"Accessibility" : "Pieejamība",
"Accessibility options for nextcloud" : "nextcloud Pieejamības uzstādījumi",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Piedāvā vairākus pieejamības uzstādījumus, kas atvieglo Nextcloud lietošanu.",
"High contrast theme" : "Augsta kontrasta motīvs",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dark theme (beta)" : "Tumšs motīvs (beta)",
"Web Content Accessibility Guidelines" : "Web Satura Pieejamības Vadīklas",
"our issue tracker" : "mūsu problēmu izsekotājs",
"our design team" : "mūsu dizaina komanda",
"Enable" : "Iespējo"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Tumšs motīvs",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tumšais motīvs atslogo Tavas acis samazinot kopējo atspīdumu un spilgtumu. Tas joprojām atrodas izstrādes režīmā, tādēļ dod ziņu par jebkurām atrastajām problēmām.",
"High contrast mode" : "Augsta kontrasta režīms",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dyslexia font" : "Dislektisks fonts",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic ir bezmaksas fonts, kas veidots, lai mazinātu tipiskākos lasīšanas traucējumus, ko izraisa disleksija.",
"Accessibility" : "Pieejamība",
"Accessibility options for nextcloud" : "nextcloud Pieejamības uzstādījumi",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Piedāvā vairākus pieejamības uzstādījumus, kas atvieglo Nextcloud lietošanu.",
"High contrast theme" : "Augsta kontrasta motīvs",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Augsta kontrasta režīms atvieglo navigāciju. Vizuālā kvalitāte tiks samazināta, bet skaidrība paaugstināsies.",
"Dark theme (beta)" : "Tumšs motīvs (beta)",
"Web Content Accessibility Guidelines" : "Web Satura Pieejamības Vadīklas",
"our issue tracker" : "mūsu problēmu izsekotājs",
"our design team" : "mūsu dizaina komanda",
"Enable" : "Iespējo"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
}

View file

@ -0,0 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Темна тема",
"Enable dark theme" : "Овозможи темна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема за да ви го олесни гледањето преку намалување на вкупната осветленост. Сеуште е во развој, затоа ве молиме пријавете ги сите проблеми кои ќе ги најдете.",
"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." : "Режим со висок контраст за олеснување на навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
"Dyslexia font" : "Фонт за дислексија",
"Enable dyslexia font" : "Овозможи фонт за дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е бесплатен фонт дизајниран за ублажување на некои од честите грешки во читањето предизвикани од дислексија.",
"Accessibility" : "Достапност",
"Accessibility options for nextcloud" : "Опции за пристапност на Nextcloud. ",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud",
"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 на ниво АА, со висока контрастна тема дури и на ниво на ААА.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Тема со висок контраст",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема со висок контраст за да ја олесни навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
"Dark theme (beta)" : "Темна тема (бета)",
"Web Content Accessibility Guidelines" : "Упатства за пристапност на веб содржини",
"our issue tracker" : "нашиот следач на проблеми",
"our design team" : "нашиот тим за дизајн",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзалниот пристап е многу важен за нас. Ние ги следиме веб-стандардите и ги имплементираме за да го направиме користењето попристапно, како користење без маус, и помошни апликации за читање на екранот. Наша цел е да бидеме во согласност со {guidelines} 2.1 на ниво АА, со висока контрастна тема дури и на ниво на ААА.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Доколку наидете на некој проблем, не се двоумете и пријавете го на {issuetracker}. И доколку сакате можете да се приклучите кон нашиот {designteam}!",
"Enable" : "овозможи"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");

View file

@ -0,0 +1,26 @@
{ "translations": {
"Dark theme" : "Темна тема",
"Enable dark theme" : "Овозможи темна тема",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема за да ви го олесни гледањето преку намалување на вкупната осветленост. Сеуште е во развој, затоа ве молиме пријавете ги сите проблеми кои ќе ги најдете.",
"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." : "Режим со висок контраст за олеснување на навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
"Dyslexia font" : "Фонт за дислексија",
"Enable dyslexia font" : "Овозможи фонт за дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic е бесплатен фонт дизајниран за ублажување на некои од честите грешки во читањето предизвикани од дислексија.",
"Accessibility" : "Достапност",
"Accessibility options for nextcloud" : "Опции за пристапност на Nextcloud. ",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Овозможува повеќе опции за пристапност за да се олесни употребата на Nextcloud",
"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 на ниво АА, со висока контрастна тема дури и на ниво на ААА.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Тема со висок контраст",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема со висок контраст за да ја олесни навигацијата. Визуелниот квалитет ќе се намали, но јасноста ќе се зголеми.",
"Dark theme (beta)" : "Темна тема (бета)",
"Web Content Accessibility Guidelines" : "Упатства за пристапност на веб содржини",
"our issue tracker" : "нашиот следач на проблеми",
"our design team" : "нашиот тим за дизајн",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзалниот пристап е многу важен за нас. Ние ги следиме веб-стандардите и ги имплементираме за да го направиме користењето попристапно, како користење без маус, и помошни апликации за читање на екранот. Наша цел е да бидеме во согласност со {guidelines} 2.1 на ниво АА, со висока контрастна тема дури и на ниво на ААА.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Доколку наидете на некој проблем, не се двоумете и пријавете го на {issuetracker}. И доколку сакате можете да се приклучите кон нашиот {designteam}!",
"Enable" : "овозможи"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Mørkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Et mørkt tema for å lette på øynene ved å redusere lysstyrken. Den er fortsatt under utvikling, vennligst rapporter feilene som du finner.",
"High contrast mode" : "Høykontrast-modus",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En høykontrast modus for å få en lettere navigasjon. Den visuelle kvaliteten vil bli reusert men klarheten vil bli økt.",
"Dyslexia font" : "Dysleksi skrifttype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype egnet for å minske de mest vanligste lesefeilene som dysleksi forårsaker.",
"Accessibility" : "Tilgjengelighet",
"Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Gir muligheten for flere tilgjengelighetsvalg for å gjøre det lettere å bruke Nextcloud",
"High contrast theme" : "Høykontrast-tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En høykontrast tema for å få en lettere navigasjon. Den visuelle kvaliteten vil bli reusert men klarheten vil bli økt.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Web Content Accessibility Guidelines" : "Retningslinjer for tilgjengelighet på nettsider",
"our issue tracker" : "vår problemsporer",
"our design team" : "vårt designteam",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ikke nøl med å rapportere problemer du måtte finne på {issuetracker}. Og bli med i {designteam} hvis du vil bidra.",
"Enable" : "Aktiver"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Dark theme" : "Mørkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Et mørkt tema for å lette på øynene ved å redusere lysstyrken. Den er fortsatt under utvikling, vennligst rapporter feilene som du finner.",
"High contrast mode" : "Høykontrast-modus",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En høykontrast modus for å få en lettere navigasjon. Den visuelle kvaliteten vil bli reusert men klarheten vil bli økt.",
"Dyslexia font" : "Dysleksi skrifttype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype egnet for å minske de mest vanligste lesefeilene som dysleksi forårsaker.",
"Accessibility" : "Tilgjengelighet",
"Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Gir muligheten for flere tilgjengelighetsvalg for å gjøre det lettere å bruke Nextcloud",
"High contrast theme" : "Høykontrast-tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En høykontrast tema for å få en lettere navigasjon. Den visuelle kvaliteten vil bli reusert men klarheten vil bli økt.",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Web Content Accessibility Guidelines" : "Retningslinjer for tilgjengelighet på nettsider",
"our issue tracker" : "vår problemsporer",
"our design team" : "vårt designteam",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ikke nøl med å rapportere problemer du måtte finne på {issuetracker}. Og bli med i {designteam} hvis du vil bidra.",
"Enable" : "Aktiver"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Hoog contrast-thema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast maakt de navigatie makkelijker. De visuele kwaliteit kan verminderen, maar duidelijkheid neemt toe.",
"Dark theme (beta)" : "Donker thema (bèta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Een donker thema geeft je ogen rust door de hoeveelheid licht te verminderen. Dit thema is nog in ontwikkeling, dus we horen het graag als je fouten tegenkomt. ",
"Dark theme" : "Donker thema",
"Enable dark theme" : "Donker thema inschakelen",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Een donker thema dat je ogen minder vermoeit minder door de lichtsterkte en helderheid te verminderen. Dit thema is nog in ontwikkeling, dus we horen graag van je als je fouten tegenkomt.",
"High contrast mode" : "Hoog contrast modus",
"Enable high contrast mode" : "Hoog contrast modus inschakelen",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
"Dyslexia font" : "Dyslexie-lettertype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een gratis en open source lettertype dat is ontwikkeld om de meest voorkomende leesfouten te voorkomen die worden veroorzaakt door dyslexie.",
"Enable dyslexia font" : "Dyslexie-lettertype inschakelen",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een open source lettertype dat is ontwikkeld om de meest voorkomende leesfouten die worden veroorzaakt door dyslexie te voorkomen.",
"Accessibility" : "Toegankelijkheid",
"Accessibility options for nextcloud" : "Toegankelijkheidsopties voor Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Biedt verschillende opties om de toegankelijkheid van Nextcloud te verbeteren",
"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." : "Universele toegang is heel belangrijk voor ons. We volgen webstandaarden en controleren dat alles ook zonder muis en met ondersteunende software zoals schermlezers bruikbaar is. We streven om de {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 op AA-niveau te volgen, en met het hoge contrast thema zelfs op AAA-niveau.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Mocht je eventuele problemen vinden, aarzel dan niet om ze te melden op {issuetracker}onze issue tracker{linkend}. En mocht je mee willen helpen, wordt dan lid van {designteam} ons ontwikkelteam{linkend}!",
"High contrast theme" : "Hoog contrast-thema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
"Dark theme (beta)" : "Donker thema (bèta)",
"Web Content Accessibility Guidelines" : "Richtlijnen voor Toegankelijkheid van Webcontent (WCAG)",
"our issue tracker" : "onze issue tracker",
"our design team" : "ons ontwerpteam",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universele toegang is heel belangrijk voor ons. We volgen webstandaarden en controleren dat alles ook zonder muis en met ondersteunende software zoals schermlezers bruikbaar is. We streven om de {guidelines} 2.1 op AA-niveau te volgen, en met het hoge contrast thema zelfs op AAA-niveau.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Mocht je eventuele problemen vinden, aarzel dan niet om ze te melden op {issuetracker}. En mocht je mee willen helpen, wordt dan lid van het {designteam}!",
"Enable" : "Inschakelen"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Hoog contrast-thema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast maakt de navigatie makkelijker. De visuele kwaliteit kan verminderen, maar duidelijkheid neemt toe.",
"Dark theme (beta)" : "Donker thema (bèta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Een donker thema geeft je ogen rust door de hoeveelheid licht te verminderen. Dit thema is nog in ontwikkeling, dus we horen het graag als je fouten tegenkomt. ",
"Dark theme" : "Donker thema",
"Enable dark theme" : "Donker thema inschakelen",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Een donker thema dat je ogen minder vermoeit minder door de lichtsterkte en helderheid te verminderen. Dit thema is nog in ontwikkeling, dus we horen graag van je als je fouten tegenkomt.",
"High contrast mode" : "Hoog contrast modus",
"Enable high contrast mode" : "Hoog contrast modus inschakelen",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
"Dyslexia font" : "Dyslexie-lettertype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een gratis en open source lettertype dat is ontwikkeld om de meest voorkomende leesfouten te voorkomen die worden veroorzaakt door dyslexie.",
"Enable dyslexia font" : "Dyslexie-lettertype inschakelen",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een open source lettertype dat is ontwikkeld om de meest voorkomende leesfouten die worden veroorzaakt door dyslexie te voorkomen.",
"Accessibility" : "Toegankelijkheid",
"Accessibility options for nextcloud" : "Toegankelijkheidsopties voor Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Biedt verschillende opties om de toegankelijkheid van Nextcloud te verbeteren",
"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." : "Universele toegang is heel belangrijk voor ons. We volgen webstandaarden en controleren dat alles ook zonder muis en met ondersteunende software zoals schermlezers bruikbaar is. We streven om de {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 op AA-niveau te volgen, en met het hoge contrast thema zelfs op AAA-niveau.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Mocht je eventuele problemen vinden, aarzel dan niet om ze te melden op {issuetracker}onze issue tracker{linkend}. En mocht je mee willen helpen, wordt dan lid van {designteam} ons ontwikkelteam{linkend}!",
"High contrast theme" : "Hoog contrast-thema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
"Dark theme (beta)" : "Donker thema (bèta)",
"Web Content Accessibility Guidelines" : "Richtlijnen voor Toegankelijkheid van Webcontent (WCAG)",
"our issue tracker" : "onze issue tracker",
"our design team" : "ons ontwerpteam",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universele toegang is heel belangrijk voor ons. We volgen webstandaarden en controleren dat alles ook zonder muis en met ondersteunende software zoals schermlezers bruikbaar is. We streven om de {guidelines} 2.1 op AA-niveau te volgen, en met het hoge contrast thema zelfs op AAA-niveau.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Mocht je eventuele problemen vinden, aarzel dan niet om ze te melden op {issuetracker}. En mocht je mee willen helpen, wordt dan lid van het {designteam}!",
"Enable" : "Inschakelen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,18 @@
OC.L10N.register(
"accessibility",
{
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ei mørk drakt som er mildare mot augo ved å redusera utstråling og lysstyrke. Drakta vert framleis utvikla, så sei gjerne ifrå dersom du får vanskar.",
"Dyslexia font" : "Dysleksi-skrifttype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er ein gratis skrifttype som er laga for å redusera nokre vanlege lesefeil som kjem av dysleksi.",
"Accessibility" : "Tilgjenge",
"Accessibility options for nextcloud" : "Brukarval for tilgjenge i Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ulike innstillingar for å gjera Nextcloud lettare å bruka for funksjonshemma",
"High contrast theme" : "Høgkontrast-drakt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ei drakt med høg kontrast som gjer det lettare å navigera. Den visuelle kvaliteten er redusert, men innhaldet er klårare.",
"Dark theme (beta)" : "Mørk drakt (beta)",
"Web Content Accessibility Guidelines" : "Retningsliner for tilgjenge i vev-innhald",
"our issue tracker" : "feilsporings-systemet vårt",
"our design team" : "utformingsgruppa vår",
"Enable" : "Slå på"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,16 @@
{ "translations": {
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ei mørk drakt som er mildare mot augo ved å redusera utstråling og lysstyrke. Drakta vert framleis utvikla, så sei gjerne ifrå dersom du får vanskar.",
"Dyslexia font" : "Dysleksi-skrifttype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er ein gratis skrifttype som er laga for å redusera nokre vanlege lesefeil som kjem av dysleksi.",
"Accessibility" : "Tilgjenge",
"Accessibility options for nextcloud" : "Brukarval for tilgjenge i Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ulike innstillingar for å gjera Nextcloud lettare å bruka for funksjonshemma",
"High contrast theme" : "Høgkontrast-drakt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ei drakt med høg kontrast som gjer det lettare å navigera. Den visuelle kvaliteten er redusert, men innhaldet er klårare.",
"Dark theme (beta)" : "Mørk drakt (beta)",
"Web Content Accessibility Guidelines" : "Retningsliner for tilgjenge i vev-innhald",
"our issue tracker" : "feilsporings-systemet vårt",
"our design team" : "utformingsgruppa vår",
"Enable" : "Slå på"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Motyw o wysokim kontraście",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o wysokim kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dark theme (beta)" : "Ciemny motyw (beta)",
"Dark theme" : "Ciemny motyw",
"Enable dark theme" : "Włącz ciemny motyw",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ciemny motyw, który łagodzi zmęczenie oczu, zmniejszając ogólną jasność. Nadal jest w fazie rozwoju, więc proszę zgłaszać wszelkie zauważone błędy.",
"Dyslexia font" : "Czcionka dysleksji",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowa czcionka zaprojektowana w celu zmniejszenia niektórych typowych błędów odczytu spowodowanych dysleksją.",
"High contrast mode" : "Tryb dużego kontrastu",
"Enable high contrast mode" : "Włącz tryb dużego kontrastu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tryb o dużym kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dyslexia font" : "Czcionka dla dyslektyków",
"Enable dyslexia font" : "Włącz czcionkę dla dyslektyków",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowa czcionka zaprojektowana w celu zmniejszenia niektórych typowych błędów w czytaniu spowodowanych dysleksją.",
"Accessibility" : "Dostępność",
"Accessibility options for nextcloud" : "Opcje dostępności dla Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Zapewnia wiele opcji dostępu, aby ułatwić korzystanie z Nextcloud",
"Web Content Accessibility Guidelines" : "Wytyczne Dotyczące Dostępności Treści Internetowych",
"our issue tracker" : "nasz tracker do błędów",
"our design team" : "nasz zespół projektowy",
"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." : "Uniwersalny dostęp jest dla nas bardzo ważny. Przestrzegamy standardów internetowych i sprawdzamy, aby wszystko było użyteczne również bez myszy i oprogramowania pomocniczego, takiego jak czytniki ekranu. Naszym celem jest zgodność z {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na poziomie AA, z motywem o wysokim kontraście nawet na poziomie AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Jeśli znajdziesz jakieś problemy, nie wahaj się zgłosić je na {issuetracker}listę błędów{linkend}. A jeśli chcesz się zaangażować, dołącz do {designteam}!",
"High contrast theme" : "Motyw o dużym kontraście",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o dużym kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dark theme (beta)" : "Ciemny motyw (beta)",
"Web Content Accessibility Guidelines" : "Web Content Accessibility Guidelines",
"our issue tracker" : "na listę błędów",
"our design team" : "naszego zespołu projektowego",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Uniwersalny dostęp jest dla nas bardzo ważny. Przestrzegamy standardów internetowych i sprawdzamy, aby wszystko było użyteczne również bez myszy i oprogramowania pomocniczego, takiego jak czytniki ekranu. Naszym celem jest zgodność z {guidelines} 2.1 na poziomie AA, z motywem o wysokim kontraście nawet na poziomie AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Jeśli znajdziesz jakieś problemy, nie wahaj się zgłosić je na {issuetracker}. A jeśli chcesz się zaangażować, dołącz do {designteam}!",
"Enable" : "Włącz"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Motyw o wysokim kontraście",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o wysokim kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dark theme (beta)" : "Ciemny motyw (beta)",
"Dark theme" : "Ciemny motyw",
"Enable dark theme" : "Włącz ciemny motyw",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ciemny motyw, który łagodzi zmęczenie oczu, zmniejszając ogólną jasność. Nadal jest w fazie rozwoju, więc proszę zgłaszać wszelkie zauważone błędy.",
"Dyslexia font" : "Czcionka dysleksji",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowa czcionka zaprojektowana w celu zmniejszenia niektórych typowych błędów odczytu spowodowanych dysleksją.",
"High contrast mode" : "Tryb dużego kontrastu",
"Enable high contrast mode" : "Włącz tryb dużego kontrastu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tryb o dużym kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dyslexia font" : "Czcionka dla dyslektyków",
"Enable dyslexia font" : "Włącz czcionkę dla dyslektyków",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic to darmowa czcionka zaprojektowana w celu zmniejszenia niektórych typowych błędów w czytaniu spowodowanych dysleksją.",
"Accessibility" : "Dostępność",
"Accessibility options for nextcloud" : "Opcje dostępności dla Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Zapewnia wiele opcji dostępu, aby ułatwić korzystanie z Nextcloud",
"Web Content Accessibility Guidelines" : "Wytyczne Dotyczące Dostępności Treści Internetowych",
"our issue tracker" : "nasz tracker do błędów",
"our design team" : "nasz zespół projektowy",
"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." : "Uniwersalny dostęp jest dla nas bardzo ważny. Przestrzegamy standardów internetowych i sprawdzamy, aby wszystko było użyteczne również bez myszy i oprogramowania pomocniczego, takiego jak czytniki ekranu. Naszym celem jest zgodność z {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 na poziomie AA, z motywem o wysokim kontraście nawet na poziomie AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Jeśli znajdziesz jakieś problemy, nie wahaj się zgłosić je na {issuetracker}listę błędów{linkend}. A jeśli chcesz się zaangażować, dołącz do {designteam}!",
"High contrast theme" : "Motyw o dużym kontraście",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motyw o dużym kontraście ułatwiający nawigację. Jakość obrazu jest zmniejszona, ale za to poprawiona przejrzystość.",
"Dark theme (beta)" : "Ciemny motyw (beta)",
"Web Content Accessibility Guidelines" : "Web Content Accessibility Guidelines",
"our issue tracker" : "na listę błędów",
"our design team" : "naszego zespołu projektowego",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Uniwersalny dostęp jest dla nas bardzo ważny. Przestrzegamy standardów internetowych i sprawdzamy, aby wszystko było użyteczne również bez myszy i oprogramowania pomocniczego, takiego jak czytniki ekranu. Naszym celem jest zgodność z {guidelines} 2.1 na poziomie AA, z motywem o wysokim kontraście nawet na poziomie AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Jeśli znajdziesz jakieś problemy, nie wahaj się zgłosić je na {issuetracker}. A jeśli chcesz się zaangażować, dołącz do {designteam}!",
"Enable" : "Włącz"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"Enable dark theme" : "Ativar tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para aliviar os olhos, reduzindo a luminosidade e brilho geral. Ainda está em desenvolvimento, por isso, informe qualquer problema encontrado.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Ativar modo de alto contraste",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "O modo de alto contraste facilita a navegação. A qualidade visual será reduzida, mas a clareza será aumentada.",
"Dyslexia font" : "Fonte de dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "O OpenDyslexic é um tipo de letra/fonte grátis concebido para atenuar alguns dos erros comuns de leitura causados pela dislexia.",
"Enable dyslexia font" : "Ativar fonte dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é um tipo de letra/fonte grátis concebida para atenuar alguns dos erros comuns de leitura causados pela dislexia.",
"Accessibility" : "Acessibilidade",
"Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornece várias opções de acessibilidade para facilitar o uso do Nextcloud",
"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." : "O acesso universal é muito importante para nós. Seguimos os padrões da web e nos certificamos de tornar tudo utilizável também sem mouse e software auxiliar, como leitores de tela. Nosso objetivo é estar em conformidade com as {guidelines}Diretrizes de Acessibilidade para Conteúdo da Web{linkend} 2.1 no nível AA, com o tema de alto contraste, mesmo no nível AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se você encontrar algum problema, não hesite em reportá-lo no {issuetracker}nosso rastreador de problemas{linkend}. E se você quiser se envolver, junte-se à {designteam}nossa equipe de design{linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Diretrizes de Acessibilidade ao Conteúdo da Web",
"our issue tracker" : "nosso rastreador de problemas",
"our design team" : "nossa equipe de design",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "O acesso universal é muito importante para nós. Seguimos os padrões da web e nos certificamos de tornar tudo utilizável também sem mouse e software auxiliar, como leitores de tela. Nosso objetivo é estar em conformidade com as {guidelines} 2.1 no nível AA, com o tema de alto contraste, mesmo no nível AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se você encontrar algum problema, não hesite em reportá-lo no {issuetracker}. E se você quiser se envolver, junte-se ao {designteam}!",
"Enable" : "Ativar"
},
"nplurals=2; plural=(n > 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"Enable dark theme" : "Ativar tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para aliviar os olhos, reduzindo a luminosidade e brilho geral. Ainda está em desenvolvimento, por isso, informe qualquer problema encontrado.",
"High contrast mode" : "Modo de alto contraste",
"Enable high contrast mode" : "Ativar modo de alto contraste",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "O modo de alto contraste facilita a navegação. A qualidade visual será reduzida, mas a clareza será aumentada.",
"Dyslexia font" : "Fonte de dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "O OpenDyslexic é um tipo de letra/fonte grátis concebido para atenuar alguns dos erros comuns de leitura causados pela dislexia.",
"Enable dyslexia font" : "Ativar fonte dislexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é um tipo de letra/fonte grátis concebida para atenuar alguns dos erros comuns de leitura causados pela dislexia.",
"Accessibility" : "Acessibilidade",
"Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornece várias opções de acessibilidade para facilitar o uso do Nextcloud",
"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." : "O acesso universal é muito importante para nós. Seguimos os padrões da web e nos certificamos de tornar tudo utilizável também sem mouse e software auxiliar, como leitores de tela. Nosso objetivo é estar em conformidade com as {guidelines}Diretrizes de Acessibilidade para Conteúdo da Web{linkend} 2.1 no nível AA, com o tema de alto contraste, mesmo no nível AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Se você encontrar algum problema, não hesite em reportá-lo no {issuetracker}nosso rastreador de problemas{linkend}. E se você quiser se envolver, junte-se à {designteam}nossa equipe de design{linkend}!",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a navegação. A qualidade visual será reduzida, mas a clareza aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Diretrizes de Acessibilidade ao Conteúdo da Web",
"our issue tracker" : "nosso rastreador de problemas",
"our design team" : "nossa equipe de design",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "O acesso universal é muito importante para nós. Seguimos os padrões da web e nos certificamos de tornar tudo utilizável também sem mouse e software auxiliar, como leitores de tela. Nosso objetivo é estar em conformidade com as {guidelines} 2.1 no nível AA, com o tema de alto contraste, mesmo no nível AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Se você encontrar algum problema, não hesite em reportá-lo no {issuetracker}. E se você quiser se envolver, junte-se ao {designteam}!",
"Enable" : "Ativar"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -1,18 +1,20 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para ajudar na navegação. A qualidade visual será mais reduzida, mas haverá uma maior clareza.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para descansar os olhos reduzindo a luminosidade e o brilho. Ainda está em desenvolvimento, pelo que tenha a gentileza de reportar quaisquer erros que encontre.",
"High contrast mode" : "Modo de alto contraste",
"Dyslexia font" : "Fonte de texto \"Dyslexia\"",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é uma fonte de texto gratuita, desenhada para mitigar alguns dos problemas causados pela dislexia.",
"Accessibility" : "Acessibilidade",
"Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Providencia várias opções de acessibilidade para ajudar na navegação no Nextcloud",
"Web Content Accessibility Guidelines" : "Recomendações para acessibilidade a conteúdo WEB",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornece várias opções de acessibilidade para facilitar a sua utilização do Nextcloud",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a sua navegação. A qualidade visual será reduzida, mas a claridade será aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Recomendações de Acessibilidade de Conteúdo da Web",
"our issue tracker" : "o nosso registo de erros",
"our design team" : "a nossa equipa de design",
"our design team" : "a nossa equipa de desenho",
"Enable" : "Ativar"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,18 @@
{ "translations": {
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para ajudar na navegação. A qualidade visual será mais reduzida, mas haverá uma maior clareza.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Dark theme" : "Tema escuro",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Um tema escuro para descansar os olhos reduzindo a luminosidade e o brilho. Ainda está em desenvolvimento, pelo que tenha a gentileza de reportar quaisquer erros que encontre.",
"High contrast mode" : "Modo de alto contraste",
"Dyslexia font" : "Fonte de texto \"Dyslexia\"",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic é uma fonte de texto gratuita, desenhada para mitigar alguns dos problemas causados pela dislexia.",
"Accessibility" : "Acessibilidade",
"Accessibility options for nextcloud" : "Opções de acessibilidade para nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Providencia várias opções de acessibilidade para ajudar na navegação no Nextcloud",
"Web Content Accessibility Guidelines" : "Recomendações para acessibilidade a conteúdo WEB",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Fornece várias opções de acessibilidade para facilitar a sua utilização do Nextcloud",
"High contrast theme" : "Tema de alto contraste",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Um tema de alto contraste para facilitar a sua navegação. A qualidade visual será reduzida, mas a claridade será aumentada.",
"Dark theme (beta)" : "Tema escuro (beta)",
"Web Content Accessibility Guidelines" : "Recomendações de Acessibilidade de Conteúdo da Web",
"our issue tracker" : "o nosso registo de erros",
"our design team" : "a nossa equipa de design",
"our design team" : "a nossa equipa de desenho",
"Enable" : "Ativar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Temă întunecată",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temă întunecată pentru ușurarea ochilor prin reducerea generală a luminozității. Temă în curs de dezvoltare deci vă rugăm să raportați orice problemă găsită.",
"High contrast mode" : "Modul contrast puternic.",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un contrast puternic poate ușura utilizarea. Calitatea vizuală va fi redusă, dar claritatea va fi ridicată.",
"Dyslexia font" : "Font dislexic",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic este un tip de caractere / font gratuit destinat să atenueze unele erori comune de citire cauzate de dislexie.",
"Accessibility" : "Accesibilitate",
"Accessibility options for nextcloud" : "Opțiuni de accesibilitate pentru nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Vă oferă opțiuni multiple de accesibilitate pentru a simplifica utilizarea Nextcloud",
"High contrast theme" : "Temă cu contrast înalt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Temă cu contrast înalt pentru ușurarea navigării. Calitatea visuală va fi redusă dar claritatea va fi mărită.",
"Dark theme (beta)" : "Temă întunecată (beta)",
"Web Content Accessibility Guidelines" : "Instrucțiuni privind accesibilitatea conținutului web",
"our issue tracker" : "instrumentul nostru de urmărire a problemelor",
"our design team" : "echipa noastră de design",
"Enable" : "Activează"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Temă întunecată",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temă întunecată pentru ușurarea ochilor prin reducerea generală a luminozității. Temă în curs de dezvoltare deci vă rugăm să raportați orice problemă găsită.",
"High contrast mode" : "Modul contrast puternic.",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Un contrast puternic poate ușura utilizarea. Calitatea vizuală va fi redusă, dar claritatea va fi ridicată.",
"Dyslexia font" : "Font dislexic",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic este un tip de caractere / font gratuit destinat să atenueze unele erori comune de citire cauzate de dislexie.",
"Accessibility" : "Accesibilitate",
"Accessibility options for nextcloud" : "Opțiuni de accesibilitate pentru nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Vă oferă opțiuni multiple de accesibilitate pentru a simplifica utilizarea Nextcloud",
"High contrast theme" : "Temă cu contrast înalt",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Temă cu contrast înalt pentru ușurarea navigării. Calitatea visuală va fi redusă dar claritatea va fi mărită.",
"Dark theme (beta)" : "Temă întunecată (beta)",
"Web Content Accessibility Guidelines" : "Instrucțiuni privind accesibilitatea conținutului web",
"our issue tracker" : "instrumentul nostru de urmărire a problemelor",
"our design team" : "echipa noastră de design",
"Enable" : "Activează"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Высококонтрастная тема",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Данная высококонтрастная тема упростит Вашу навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dark theme (beta)" : "Тёмная тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Данная тёмная тема снимет напряжение с Ваших глаз за счёт уменьшения общей яркости. Тема находится в разработке. Сообщайте о всех найденных ошибках и недочетах.",
"Dark theme" : "Тёмное оформление",
"Enable dark theme" : "Использовать тёмное оформление",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тёмное оформление снижает напряжение глаз за счёт уменьшения общей яркости. Тема находится в разработке. Сообщайте о всех найденных ошибках и недочётах.",
"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." : "Этот высококонтрастный режим упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dyslexia font" : "Шрифт Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - бесплатный шрифт, который смягчает некоторые распространённые ошибки при чтении, вызываемые дислексией.",
"Accessibility" : "Удобство",
"Accessibility options for nextcloud" : "Настройки удобства для Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет множество настроек удобства для упрощения Вашего использования Nextcloud",
"Enable dyslexia font" : "Использовать шрифт Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic — бесплатный шрифт, который смягчает некоторые распространённые ошибки чтения, вызываемые дислексией.",
"Accessibility" : "Доступность",
"Accessibility options for nextcloud" : "Настройки доступности для Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет несколько вариантов доступности, чтобы облегчить использование Nextcloud",
"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." : "Nextcloud разрабатывается с возможностью его использования всеми. При разработке учитываются веб-стандарты и выполняются проверки возможности использования без мыши, а также при помощи специальных программ, например, выполняющих чтение с экрана. Nextcloud стремиться к выполнению предписаний {guidelines}Руководства доступности веб-контента{linkend} версии 2.1 на уровне АА, а при использованием режима высокой контрастности — даже на уровне ААА.",
"If you find any issues, dont 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} чтобы участвовать в разработке.",
"High contrast theme" : "Режим высокой контрастности",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Это высококонтрастное оформление упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dark theme (beta)" : "Тёмное оформление (бета)",
"Web Content Accessibility Guidelines" : "Руководство по обеспечению доступности Web-контента WGAG",
"our issue tracker" : "Сообщить об ошибке",
"our design team" : "Команда разработчиков",
"Enable" : "Включено"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Nextcloud разрабатывается с возможностью его использования всеми. При разработке учитываются веб-стандарты и выполняются проверки возможности использования без мыши, а также при помощи специальных программ, например, выполняющих чтение с экрана. Nextcloud стремиться к выполнению предписаний {guidelines} версии 2.1 на уровне АА, а при использованием режима высокой контрастности — даже на уровне ААА.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Сообщайте об обнаруженных проблемах в {issuetracker} системе отслеживания ошибок{linkend}. Присоединяйтесь к {designteam} чтобы участвовать в разработке.",
"Enable" : "Включить"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Высококонтрастная тема",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Данная высококонтрастная тема упростит Вашу навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dark theme (beta)" : "Тёмная тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Данная тёмная тема снимет напряжение с Ваших глаз за счёт уменьшения общей яркости. Тема находится в разработке. Сообщайте о всех найденных ошибках и недочетах.",
"Dark theme" : "Тёмное оформление",
"Enable dark theme" : "Использовать тёмное оформление",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тёмное оформление снижает напряжение глаз за счёт уменьшения общей яркости. Тема находится в разработке. Сообщайте о всех найденных ошибках и недочётах.",
"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." : "Этот высококонтрастный режим упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dyslexia font" : "Шрифт Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - бесплатный шрифт, который смягчает некоторые распространённые ошибки при чтении, вызываемые дислексией.",
"Accessibility" : "Удобство",
"Accessibility options for nextcloud" : "Настройки удобства для Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет множество настроек удобства для упрощения Вашего использования Nextcloud",
"Enable dyslexia font" : "Использовать шрифт Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic — бесплатный шрифт, который смягчает некоторые распространённые ошибки чтения, вызываемые дислексией.",
"Accessibility" : "Доступность",
"Accessibility options for nextcloud" : "Настройки доступности для Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет несколько вариантов доступности, чтобы облегчить использование Nextcloud",
"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." : "Nextcloud разрабатывается с возможностью его использования всеми. При разработке учитываются веб-стандарты и выполняются проверки возможности использования без мыши, а также при помощи специальных программ, например, выполняющих чтение с экрана. Nextcloud стремиться к выполнению предписаний {guidelines}Руководства доступности веб-контента{linkend} версии 2.1 на уровне АА, а при использованием режима высокой контрастности — даже на уровне ААА.",
"If you find any issues, dont 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} чтобы участвовать в разработке.",
"High contrast theme" : "Режим высокой контрастности",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Это высококонтрастное оформление упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.",
"Dark theme (beta)" : "Тёмное оформление (бета)",
"Web Content Accessibility Guidelines" : "Руководство по обеспечению доступности Web-контента WGAG",
"our issue tracker" : "Сообщить об ошибке",
"our design team" : "Команда разработчиков",
"Enable" : "Включено"
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Nextcloud разрабатывается с возможностью его использования всеми. При разработке учитываются веб-стандарты и выполняются проверки возможности использования без мыши, а также при помощи специальных программ, например, выполняющих чтение с экрана. Nextcloud стремиться к выполнению предписаний {guidelines} версии 2.1 на уровне АА, а при использованием режима высокой контрастности — даже на уровне ААА.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Сообщайте об обнаруженных проблемах в {issuetracker} системе отслеживания ошибок{linkend}. Присоединяйтесь к {designteam} чтобы участвовать в разработке.",
"Enable" : "Включить"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Motív vzhľadu s vysokým kontrastom",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motív vzhľadu s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dark theme (beta)" : "Tmavý motív vzhľadu (beta)",
"Dark theme" : "Tmavý motív vzhľadu",
"Enable dark theme" : "Zapnúť tmavý motív vzhľadu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motív vzhľadu pre úľavu vašim očiam znížením celkovej svietivosti a jasu. Je ešte stále vo vývoji, ak náhodou narazíte na nejaký problém, tak nám ho prosím nahláste.",
"High contrast mode" : "Režim vysokého kontrastu",
"Enable high contrast mode" : "Zapnúť režim vysokého kontrastu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mód s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dyslexia font" : "Písmo pre dyslektikov",
"Enable dyslexia font" : "Povoliť písmo pre dyslektikov",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je slobodný typ písma navrhnutý priamo pre obmedzenie vplyvu niektorých bežných porúch čítania spôsobených dyslexiou.",
"Accessibility" : "Prístupnosť",
"Accessibility options for nextcloud" : "Možnosti prístupnosti pre Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Poskytuje viac možností prístupnosti pre uľahčenie používania Nextcloud",
"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." : "Univerzálny prístup je pre nás veľmi dôležitý. Dodržiavame webové štandardy a kontrolujeme, aby bolo všetko použiteľné aj bez myši a pomocného softvéru, ako sú čítačky obrazovky. Naším cieľom je byť v súlade s {guidelines}pokynmi pre prístup k webovému obsahu {linkend} 2.1 na úrovni AA, v režime vysokého kontrastu dokonca na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ak nájdete nejaký problém, neváhajte a nahláste ho na {issuetracker}nástroj na sledovanie problémov{linkend}. A ak sa chcete zapojiť, pripojte sa k {designteam}nášmu dizajnérskemu tímu{linkend}!",
"High contrast theme" : "Motív vzhľadu s vysokým kontrastom",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motív vzhľadu s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dark theme (beta)" : "Tmavý motív vzhľadu (beta)",
"Web Content Accessibility Guidelines" : "Usmernenia o prístupnosti webového obsahu",
"our issue tracker" : "náš systém evidencie hlásenia chýb",
"our design team" : "náš tím dizajnérov",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Univerzálny prístup je pre nás veľmi dôležitý. Dodržiavame webové štandardy a kontrolujeme, aby bolo všetko použiteľné aj bez myši a pomocného softvéru, ako sú čítačky obrazovky. Naším cieľom je byť v súlade s {guidelines} 2.1 na úrovni AA, v režime vysokého kontrastu dokonca na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ak nájdete nejaký problém, neváhajte a nahláste ho na {issuetracker}. A ak sa chcete zapojiť, pripojte sa k {designteam}!",
"Enable" : "Zapnúť"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Motív vzhľadu s vysokým kontrastom",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motív vzhľadu s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dark theme (beta)" : "Tmavý motív vzhľadu (beta)",
"Dark theme" : "Tmavý motív vzhľadu",
"Enable dark theme" : "Zapnúť tmavý motív vzhľadu",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tmavý motív vzhľadu pre úľavu vašim očiam znížením celkovej svietivosti a jasu. Je ešte stále vo vývoji, ak náhodou narazíte na nejaký problém, tak nám ho prosím nahláste.",
"High contrast mode" : "Režim vysokého kontrastu",
"Enable high contrast mode" : "Zapnúť režim vysokého kontrastu",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Mód s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dyslexia font" : "Písmo pre dyslektikov",
"Enable dyslexia font" : "Povoliť písmo pre dyslektikov",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic je slobodný typ písma navrhnutý priamo pre obmedzenie vplyvu niektorých bežných porúch čítania spôsobených dyslexiou.",
"Accessibility" : "Prístupnosť",
"Accessibility options for nextcloud" : "Možnosti prístupnosti pre Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Poskytuje viac možností prístupnosti pre uľahčenie používania Nextcloud",
"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." : "Univerzálny prístup je pre nás veľmi dôležitý. Dodržiavame webové štandardy a kontrolujeme, aby bolo všetko použiteľné aj bez myši a pomocného softvéru, ako sú čítačky obrazovky. Naším cieľom je byť v súlade s {guidelines}pokynmi pre prístup k webovému obsahu {linkend} 2.1 na úrovni AA, v režime vysokého kontrastu dokonca na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Ak nájdete nejaký problém, neváhajte a nahláste ho na {issuetracker}nástroj na sledovanie problémov{linkend}. A ak sa chcete zapojiť, pripojte sa k {designteam}nášmu dizajnérskemu tímu{linkend}!",
"High contrast theme" : "Motív vzhľadu s vysokým kontrastom",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Motív vzhľadu s vysokým kontrastom pre uľahčenie navigácie. Zníži sa síce vizuálna kvalita, ale zvýši sa čitateľnosť.",
"Dark theme (beta)" : "Tmavý motív vzhľadu (beta)",
"Web Content Accessibility Guidelines" : "Usmernenia o prístupnosti webového obsahu",
"our issue tracker" : "náš systém evidencie hlásenia chýb",
"our design team" : "náš tím dizajnérov",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Univerzálny prístup je pre nás veľmi dôležitý. Dodržiavame webové štandardy a kontrolujeme, aby bolo všetko použiteľné aj bez myši a pomocného softvéru, ako sú čítačky obrazovky. Naším cieľom je byť v súlade s {guidelines} 2.1 na úrovni AA, v režime vysokého kontrastu dokonca na úrovni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Ak nájdete nejaký problém, neváhajte a nahláste ho na {issuetracker}. A ak sa chcete zapojiť, pripojte sa k {designteam}!",
"Enable" : "Zapnúť"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

View file

@ -0,0 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Temna tema",
"Enable dark theme" : "Omogoči temno temo",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temna tema zmanjša splošno svetlost vmesnika. Tema je še v razvoju, zato je priporočljivo poslati tudi poročila o napakah, ki jih opazite.",
"High contrast mode" : "Visoko kontrastna tema",
"Enable high contrast mode" : "Omogoči visoko kontrastno temo",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, poveča pa se jasnost prikaza.",
"Dyslexia font" : "Pisava za posameznike z disleksijo",
"Enable dyslexia font" : "Omogoči pisavo za posameznike z disleksijo",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Pisava OpenDyslexic je brezplačna pisava, zasnovana in oblikovana po priporočilih za posameznike z disleksijo. Zmanjša nekatere splošne težave pri branju.",
"Accessibility" : "Dostopnost",
"Accessibility options for nextcloud" : "Možnosti dostopnosti za okolje Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Omogoča več možnosti dostopnosti za lažje delo v okolju Nextcloud.",
"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." : "Splošno enostavni dostop je za nas zelo pomemben. Sledimo spletnim standardom in preverjamo, da je vse uporabno tudi brez miške in brez podporne programske opreme, kot so zaslonski bralniki. Zagotavljamo skladnost z vodili {guidelines}Dostopnosti spletne vsebine{linkend} 2.1 na ravni AA, pri visoko kontrastni temi pa tudi na ravni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Če naletite na težave, ne odlašajte in takoj pošljite poročilo na {issuetracker}sledilnik{linkend}, če želite sodelovati, pa se pridružite {designteam}skupini oblikovalcev{linkend}!",
"High contrast theme" : "Visoko kontrastna tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, povečajo pa se možnosti hitre uporabe.",
"Dark theme (beta)" : "Temna tema (preizkusno)",
"Web Content Accessibility Guidelines" : "Priporočila dostopnosti za spletno vsebino",
"our issue tracker" : "sledilnik napak",
"our design team" : "oblikovalska skupina",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Splošno enostavni dostop je za nas zelo pomemben. Sledimo spletnim standardom in preverjamo, da je vse uporabno tudi brez miške in brez podporne programske opreme, kot so zaslonski bralniki. Zagotavljamo skladnost z vodili {guidelines} 2.1 na ravni AA, pri visoko kontrastni temi pa tudi na ravni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Če naletite na težave, ne odlašajte in takoj pošljite poročilo na sledilnik {issuetracker}, če želite sodelovati, pa se pridružite skupini {designteam}!",
"Enable" : "Omogoči"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View file

@ -0,0 +1,26 @@
{ "translations": {
"Dark theme" : "Temna tema",
"Enable dark theme" : "Omogoči temno temo",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Temna tema zmanjša splošno svetlost vmesnika. Tema je še v razvoju, zato je priporočljivo poslati tudi poročila o napakah, ki jih opazite.",
"High contrast mode" : "Visoko kontrastna tema",
"Enable high contrast mode" : "Omogoči visoko kontrastno temo",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, poveča pa se jasnost prikaza.",
"Dyslexia font" : "Pisava za posameznike z disleksijo",
"Enable dyslexia font" : "Omogoči pisavo za posameznike z disleksijo",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "Pisava OpenDyslexic je brezplačna pisava, zasnovana in oblikovana po priporočilih za posameznike z disleksijo. Zmanjša nekatere splošne težave pri branju.",
"Accessibility" : "Dostopnost",
"Accessibility options for nextcloud" : "Možnosti dostopnosti za okolje Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Omogoča več možnosti dostopnosti za lažje delo v okolju Nextcloud.",
"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." : "Splošno enostavni dostop je za nas zelo pomemben. Sledimo spletnim standardom in preverjamo, da je vse uporabno tudi brez miške in brez podporne programske opreme, kot so zaslonski bralniki. Zagotavljamo skladnost z vodili {guidelines}Dostopnosti spletne vsebine{linkend} 2.1 na ravni AA, pri visoko kontrastni temi pa tudi na ravni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Če naletite na težave, ne odlašajte in takoj pošljite poročilo na {issuetracker}sledilnik{linkend}, če želite sodelovati, pa se pridružite {designteam}skupini oblikovalcev{linkend}!",
"High contrast theme" : "Visoko kontrastna tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Visoko kontrastna tema omogoča nazornejši prikaz vmesnika. Pogled se poenostavi, povečajo pa se možnosti hitre uporabe.",
"Dark theme (beta)" : "Temna tema (preizkusno)",
"Web Content Accessibility Guidelines" : "Priporočila dostopnosti za spletno vsebino",
"our issue tracker" : "sledilnik napak",
"our design team" : "oblikovalska skupina",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Splošno enostavni dostop je za nas zelo pomemben. Sledimo spletnim standardom in preverjamo, da je vse uporabno tudi brez miške in brez podporne programske opreme, kot so zaslonski bralniki. Zagotavljamo skladnost z vodili {guidelines} 2.1 na ravni AA, pri visoko kontrastni temi pa tudi na ravni AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Če naletite na težave, ne odlašajte in takoj pošljite poročilo na sledilnik {issuetracker}, če želite sodelovati, pa se pridružite skupini {designteam}!",
"Enable" : "Omogoči"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Temë e errët",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Një temë e errët për të lehtësuar sytë duke ulur shkëlqimin dhe ndritshmërinë e përgjithshme. Është ende në zhvillim, prandaj ju lutemi raportoni çdo çështje që mund të gjeni.",
"High contrast mode" : "Modalitet me kontrast të lartë",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një modalitet me kontrast të lartë për të lehtësuar lundrimin. Cilësia vizuale do të reduktohet por qartësia do të rritet",
"Dyslexia font" : "Fonti Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic është një font / karakter tipografik i lirë i dizajnuar për të zbutur disa nga gabimet e zakonshme të leximit të shkaktuara nga disleksija.",
"Accessibility" : "Aksesueshmëria",
"Accessibility options for nextcloud" : "Opsionet e aksesueshmërisë për nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Mundëson shumë opsione të aksesueshmërisë që t'ju lehtësojë përdorimin e Nextcloud",
"High contrast theme" : "Temë me kontrast të lartë",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një temë e kontrastit të lartë për të lehtësuar navigimin tuaj. Cilësia vizuale do të reduktohet, por qartësia do të rritet.",
"Dark theme (beta)" : "Tema e errët (beta)",
"Web Content Accessibility Guidelines" : "Udhëzimet për Aksesueshmërinë e Përmbajtjes së Rrjetit",
"our issue tracker" : "gjurmuesi ynë i çështjeve",
"our design team" : "ekipi jonë i dizajnit",
"Enable" : "Aktivizo"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Temë e errët",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Një temë e errët për të lehtësuar sytë duke ulur shkëlqimin dhe ndritshmërinë e përgjithshme. Është ende në zhvillim, prandaj ju lutemi raportoni çdo çështje që mund të gjeni.",
"High contrast mode" : "Modalitet me kontrast të lartë",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një modalitet me kontrast të lartë për të lehtësuar lundrimin. Cilësia vizuale do të reduktohet por qartësia do të rritet",
"Dyslexia font" : "Fonti Dyslexia",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic është një font / karakter tipografik i lirë i dizajnuar për të zbutur disa nga gabimet e zakonshme të leximit të shkaktuara nga disleksija.",
"Accessibility" : "Aksesueshmëria",
"Accessibility options for nextcloud" : "Opsionet e aksesueshmërisë për nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Mundëson shumë opsione të aksesueshmërisë që t'ju lehtësojë përdorimin e Nextcloud",
"High contrast theme" : "Temë me kontrast të lartë",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Një temë e kontrastit të lartë për të lehtësuar navigimin tuaj. Cilësia vizuale do të reduktohet, por qartësia do të rritet.",
"Dark theme (beta)" : "Tema e errët (beta)",
"Web Content Accessibility Guidelines" : "Udhëzimet për Aksesueshmërinë e Përmbajtjes së Rrjetit",
"our issue tracker" : "gjurmuesi ynë i çështjeve",
"our design team" : "ekipi jonë i dizajnit",
"Enable" : "Aktivizo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Тема високог контраста",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста да олакша навигацију. Визуелни квалитет ће се смањити, али ће се повећати јасност.",
"Dark theme (beta)" : "Тамна тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема да помогне очима смањујући осветљење и јачину светлости. Још увек се развија, па пријавите све грешке уколико их нађете.",
"Dark theme" : "Тамна тема",
"Enable dark theme" : "укључи тамну тему",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема олакшава очима смањујући укупну осветљеност. Још је у развоју, па пријавите све грешке, уколико их нађете.",
"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." : "Режим високог контраста за лакшу навигацију. Визуелни доживљај биће лошији али ће јасноћа бити боља.",
"Dyslexia font" : "Фонт Дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
"Enable dyslexia font" : "укључи фонт Дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
"Accessibility" : "Приступачност",
"Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
"Accessibility options for nextcloud" : "Опције приступачности за Некстлауд",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Нуди више опција за приступачност да олакша употребу Некстклауда",
"Web Content Accessibility Guidelines" : "Препоруке за приступачност веб садржаја",
"our issue tracker" : "наш пратилац проблема",
"our design team" : "наши тим дизајнера",
"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 на АА нивоу а са темом високог контраста и на ААА нивоу.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Тема високог контраста",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста олакшава навигацију. Биће мање лепа али јаснија и читљивија.",
"Dark theme (beta)" : "Тамна тема (бета)",
"Web Content Accessibility Guidelines" : "Смернице приступачности веб садржаја",
"our issue tracker" : "нашем пратиоцу проблема",
"our design team" : "нашем тиму",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзални приступ нам је веома важан. Пратимо веб стандарде и проверавамо да све буде употребљиво и без миша а и са помоћним софтвером попут читача екрана. Циљ нам је да будемо усклађени са документом {guidelines} 2.1 на АА нивоу а са темом високог контраста и на ААА нивоу.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Наиђете ли на било какве проблеме, не оклевајте да их пријавите на {issuetracker}. А ако пожелите да се укључите, придружите се {designteam}!",
"Enable" : "Укључи"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Тема високог контраста",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста да олакша навигацију. Визуелни квалитет ће се смањити, али ће се повећати јасност.",
"Dark theme (beta)" : "Тамна тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема да помогне очима смањујући осветљење и јачину светлости. Још увек се развија, па пријавите све грешке уколико их нађете.",
"Dark theme" : "Тамна тема",
"Enable dark theme" : "укључи тамну тему",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Тамна тема олакшава очима смањујући укупну осветљеност. Још је у развоју, па пријавите све грешке, уколико их нађете.",
"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." : "Режим високог контраста за лакшу навигацију. Визуелни доживљај биће лошији али ће јасноћа бити боља.",
"Dyslexia font" : "Фонт Дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
"Enable dyslexia font" : "укључи фонт Дислексија",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ је бесплатни фонт дизајниран да умањи честе грешке у читању изазване дислексијом.",
"Accessibility" : "Приступачност",
"Accessibility options for nextcloud" : "Опције приступачности Некстлауда",
"Accessibility options for nextcloud" : "Опције приступачности за Некстлауд",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Нуди више опција за приступачност да олакша употребу Некстклауда",
"Web Content Accessibility Guidelines" : "Препоруке за приступачност веб садржаја",
"our issue tracker" : "наш пратилац проблема",
"our design team" : "наши тим дизајнера",
"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 на АА нивоу а са темом високог контраста и на ААА нивоу.",
"If you find any issues, dont 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}!",
"High contrast theme" : "Тема високог контраста",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Тема високог контраста олакшава навигацију. Биће мање лепа али јаснија и читљивија.",
"Dark theme (beta)" : "Тамна тема (бета)",
"Web Content Accessibility Guidelines" : "Смернице приступачности веб садржаја",
"our issue tracker" : "нашем пратиоцу проблема",
"our design team" : "нашем тиму",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Универзални приступ нам је веома важан. Пратимо веб стандарде и проверавамо да све буде употребљиво и без миша а и са помоћним софтвером попут читача екрана. Циљ нам је да будемо усклађени са документом {guidelines} 2.1 на АА нивоу а са темом високог контраста и на ААА нивоу.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Наиђете ли на било какве проблеме, не оклевајте да их пријавите на {issuetracker}. А ако пожелите да се укључите, придружите се {designteam}!",
"Enable" : "Укључи"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Tamna tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamna tema olakšava očima smanjujući ukupnu osvetljenost. Još je u razvoju, pa prijavite sve greške, ukoliko ih nađete.",
"High contrast mode" : "Režim visokog kontrasta",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Režim visokog kontrasta da olakša navigaciju. Vizuelni kvalitet će biti smanjen, ali će se poboljšati jasnost.",
"Dyslexia font" : "Font Disleksija",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ je besplatni font dizajniran da umanji česte greške u čitanju izazvane disleksijom.",
"Accessibility" : "Pristupačnost",
"Accessibility options for nextcloud" : "Opcije pristupačnosti za Nekstlaud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nudi više opcija za pristupačnost da olakša upotrebu Nekstklauda",
"High contrast theme" : "Tema visokog kontrasta",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema visokog kontrasta olakšava navigaciju. Biće manje lepa ali jasnija i čitljivija.",
"Dark theme (beta)" : "Tamna tema (beta)",
"Web Content Accessibility Guidelines" : "Smernice pristupačnosti veb sadržaja",
"our issue tracker" : "naš pratilac problema",
"our design team" : "naši tim dizajnera",
"Enable" : "Uključi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Dark theme" : "Tamna tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Tamna tema olakšava očima smanjujući ukupnu osvetljenost. Još je u razvoju, pa prijavite sve greške, ukoliko ih nađete.",
"High contrast mode" : "Režim visokog kontrasta",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Režim visokog kontrasta da olakša navigaciju. Vizuelni kvalitet će biti smanjen, ali će se poboljšati jasnost.",
"Dyslexia font" : "Font Disleksija",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "„OpenDyslexic“ je besplatni font dizajniran da umanji česte greške u čitanju izazvane disleksijom.",
"Accessibility" : "Pristupačnost",
"Accessibility options for nextcloud" : "Opcije pristupačnosti za Nekstlaud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nudi više opcija za pristupačnost da olakša upotrebu Nekstklauda",
"High contrast theme" : "Tema visokog kontrasta",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Tema visokog kontrasta olakšava navigaciju. Biće manje lepa ali jasnija i čitljivija.",
"Dark theme (beta)" : "Tamna tema (beta)",
"Web Content Accessibility Guidelines" : "Smernice pristupačnosti veb sadržaja",
"our issue tracker" : "naš pratilac problema",
"our design team" : "naši tim dizajnera",
"Enable" : "Uključi"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "Högkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.",
"Dark theme (beta)" : "Mörkt tema (beta)",
"Dark theme" : "Mörkt tema",
"Enable dark theme" : "Aktivera mörkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ett mörkt tema för att lätta dina ögon genom att minska den allmänna ljusstyrkan. Det är fortfarande under utveckling, så rapportera gärna eventuella problem ni hittar.",
"High contrast mode" : "Läge med hög kontrast",
"Enable high contrast mode" : "Aktivera läge med hög kontrast",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett läge med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minska men tydligheten ökar.",
"Dyslexia font" : "Dyslexi-typsnitt",
"Enable dyslexia font" : "Aktivera dyslexi-typsnitt",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt typsnitt/font som är utformat för att mildra några av de vanligaste lässvårigheterna som orsakas av dyslexi.",
"Accessibility" : "Tillgänglighet",
"Accessibility options for nextcloud" : "Tillgänglighetsalternativ för Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ger flera tillgänglighetsalternativ för att underlätta din användning av Nextcloud",
"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." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår issue tracker{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt design team{linkend}!",
"High contrast theme" : "Högkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.",
"Dark theme (beta)" : "Mörkt tema (beta)",
"Web Content Accessibility Guidelines" : "Riktlinjer för webbinnehåll ur tillgänglighetssynpunkt",
"our issue tracker" : "vår felrapportering",
"our design team" : "vårt designteam",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}. Och om du vill engagera dig, gå med i {designteam}!",
"Enable" : "Aktivera"
},
"nplurals=2; plural=(n != 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"High contrast theme" : "Högkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.",
"Dark theme (beta)" : "Mörkt tema (beta)",
"Dark theme" : "Mörkt tema",
"Enable dark theme" : "Aktivera mörkt tema",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Ett mörkt tema för att lätta dina ögon genom att minska den allmänna ljusstyrkan. Det är fortfarande under utveckling, så rapportera gärna eventuella problem ni hittar.",
"High contrast mode" : "Läge med hög kontrast",
"Enable high contrast mode" : "Aktivera läge med hög kontrast",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett läge med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minska men tydligheten ökar.",
"Dyslexia font" : "Dyslexi-typsnitt",
"Enable dyslexia font" : "Aktivera dyslexi-typsnitt",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt typsnitt/font som är utformat för att mildra några av de vanligaste lässvårigheterna som orsakas av dyslexi.",
"Accessibility" : "Tillgänglighet",
"Accessibility options for nextcloud" : "Tillgänglighetsalternativ för Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Ger flera tillgänglighetsalternativ för att underlätta din användning av Nextcloud",
"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." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår issue tracker{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt design team{linkend}!",
"High contrast theme" : "Högkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett tema med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minskas men klarhet kommer att ökas.",
"Dark theme (beta)" : "Mörkt tema (beta)",
"Web Content Accessibility Guidelines" : "Riktlinjer för webbinnehåll ur tillgänglighetssynpunkt",
"our issue tracker" : "vår felrapportering",
"our design team" : "vårt designteam",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}. Och om du vill engagera dig, gå med i {designteam}!",
"Enable" : "Aktivera"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Koyu tema",
"Enable dark theme" : "Koyu tema kullanılsın",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Koyu tema genel parlaklık ve canlılığı zayıflatarak göz yorgunluğunu azaltır. Bu tema henüz geliştirme aşamasında olduğundan karşılaşabileceğiniz sorunları bize iletmenizi rica ediyoruz.",
"High contrast mode" : "Yüksek renk karşıtlığı kipi",
"Enable high contrast mode" : "Yüksek karşıtlık kipi kullanılsın",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Yüksek renk karşıtlığı kipi gezinmeyi kolaylaştırır. Görsel kalite azalır ancak netlik artar.",
"Dyslexia font" : "Disleksik yazı türü",
"Enable dyslexia font" : "Disleksik yazı türü kullanılsın",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic, disleksi nedeniyle sık karşılaşılan sorunları aşmak için geliştirilmiş ücretsiz bir yazı türüdür.",
"Accessibility" : "Erişilebilirlik",
"Accessibility options for nextcloud" : "Nextcloud erişebilirlik ayarları",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud kullanımınızı kolaylaştıracak çeşitli erişebilirlik seçenekleri sunar",
"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." : "Uygulamalarımızı herkesin kullanabilmesini çok önemsiyoruz. Web standartlarını izleyerek, işlemlerin fare olmadan da yapılabilmesini ve ekran okuyucular gibi yardımcı yazılımların kullanılabilmesini sağlıyoruz. AAA düzeyinde yüksek karşıtlık teması ile AA düzeyinde {guidelines}Web İçeriği Erişilebilirlik Kuralları{linkend} 2.1 ile uyumlu olmayı amaçladık.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Bir sorunla karşılaşırsanız, bunları {issuetracker}sorun izleyicimiz{linkend} üzerinden bildirmekten çekinmeyin. Katkıda bulunmak istiyorsanız {designteam}tasarım ekibimize{linkend} katılın!",
"High contrast theme" : "Yüksek renk karşıtlıklı tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Yüksek renk karşıtlıklı tema gezinmeyi kolaylaştırır. Görsel kalite azalır ancak netlik artar.",
"Dark theme (beta)" : "Koyu tema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Koyu tema genel parlaklık ve canlılığı zayıflatarak göz yorgunluğunu azaltır. Bu tema henüz geliştirme aşamasında olduğundan karşılaşabileceğiniz sorunları bize iletmenizi rica ediyoruz.",
"Dyslexia font" : "Disleksik yazı türü",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic, disleksi nedeniyle sık karşılaşılan sorunları aşmak için geliştirilmiş ücretsiz bir yazı türüdür.",
"Accessibility" : "Engelli Desteği",
"Accessibility options for nextcloud" : "Nextcloud engelli desteği ayarları",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Engellilerin Nextcloud kullanmasına yardımcı olan çeşitli engelli desteği seçenekleri sunar",
"Web Content Accessibility Guidelines" : "Web İçeriği Engelli Desteği Rehberleri",
"Web Content Accessibility Guidelines" : "Web İçeriği Erişebilirlik Kılavuzları",
"our issue tracker" : "sorun kayıt sistemimiz",
"our design team" : "geliştirme ekibimiz",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Uygulamalarımızı herkesin kullanabilmesini çok önemsiyoruz. Web standartlarını izleyerek, işlemlerin fare olmadan da yapılabilmesini ve ekran okuyucular gibi yardımcı yazılımların kullanılabilmesini sağlıyoruz. AAA düzeyinde yüksek karşıtlık teması ile {guidelines}AA 2.1 düzeyinde {linkend} uyumlu olmayı amaçladık.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Bir sorunla karşılaşırsanız, bunları {issuetracker}sorun üzerinden bildirmekten çekinmeyin. Katkıda bulunmak istiyorsanız {designteam} katılın!",
"Enable" : "Etkinleştir"
},
"nplurals=2; plural=(n > 1);");

View file

@ -1,16 +1,26 @@
{ "translations": {
"Dark theme" : "Koyu tema",
"Enable dark theme" : "Koyu tema kullanılsın",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Koyu tema genel parlaklık ve canlılığı zayıflatarak göz yorgunluğunu azaltır. Bu tema henüz geliştirme aşamasında olduğundan karşılaşabileceğiniz sorunları bize iletmenizi rica ediyoruz.",
"High contrast mode" : "Yüksek renk karşıtlığı kipi",
"Enable high contrast mode" : "Yüksek karşıtlık kipi kullanılsın",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Yüksek renk karşıtlığı kipi gezinmeyi kolaylaştırır. Görsel kalite azalır ancak netlik artar.",
"Dyslexia font" : "Disleksik yazı türü",
"Enable dyslexia font" : "Disleksik yazı türü kullanılsın",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic, disleksi nedeniyle sık karşılaşılan sorunları aşmak için geliştirilmiş ücretsiz bir yazı türüdür.",
"Accessibility" : "Erişilebilirlik",
"Accessibility options for nextcloud" : "Nextcloud erişebilirlik ayarları",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Nextcloud kullanımınızı kolaylaştıracak çeşitli erişebilirlik seçenekleri sunar",
"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." : "Uygulamalarımızı herkesin kullanabilmesini çok önemsiyoruz. Web standartlarını izleyerek, işlemlerin fare olmadan da yapılabilmesini ve ekran okuyucular gibi yardımcı yazılımların kullanılabilmesini sağlıyoruz. AAA düzeyinde yüksek karşıtlık teması ile AA düzeyinde {guidelines}Web İçeriği Erişilebilirlik Kuralları{linkend} 2.1 ile uyumlu olmayı amaçladık.",
"If you find any issues, dont hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Bir sorunla karşılaşırsanız, bunları {issuetracker}sorun izleyicimiz{linkend} üzerinden bildirmekten çekinmeyin. Katkıda bulunmak istiyorsanız {designteam}tasarım ekibimize{linkend} katılın!",
"High contrast theme" : "Yüksek renk karşıtlıklı tema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Yüksek renk karşıtlıklı tema gezinmeyi kolaylaştırır. Görsel kalite azalır ancak netlik artar.",
"Dark theme (beta)" : "Koyu tema (beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Koyu tema genel parlaklık ve canlılığı zayıflatarak göz yorgunluğunu azaltır. Bu tema henüz geliştirme aşamasında olduğundan karşılaşabileceğiniz sorunları bize iletmenizi rica ediyoruz.",
"Dyslexia font" : "Disleksik yazı türü",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic, disleksi nedeniyle sık karşılaşılan sorunları aşmak için geliştirilmiş ücretsiz bir yazı türüdür.",
"Accessibility" : "Engelli Desteği",
"Accessibility options for nextcloud" : "Nextcloud engelli desteği ayarları",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Engellilerin Nextcloud kullanmasına yardımcı olan çeşitli engelli desteği seçenekleri sunar",
"Web Content Accessibility Guidelines" : "Web İçeriği Engelli Desteği Rehberleri",
"Web Content Accessibility Guidelines" : "Web İçeriği Erişebilirlik Kılavuzları",
"our issue tracker" : "sorun kayıt sistemimiz",
"our design team" : "geliştirme ekibimiz",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Uygulamalarımızı herkesin kullanabilmesini çok önemsiyoruz. Web standartlarını izleyerek, işlemlerin fare olmadan da yapılabilmesini ve ekran okuyucular gibi yardımcı yazılımların kullanılabilmesini sağlıyoruz. AAA düzeyinde yüksek karşıtlık teması ile {guidelines}AA 2.1 düzeyinde {linkend} uyumlu olmayı amaçladık.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Bir sorunla karşılaşırsanız, bunları {issuetracker}sorun üzerinden bildirmekten çekinmeyin. Katkıda bulunmak istiyorsanız {designteam} katılın!",
"Enable" : "Etkinleştir"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -1,13 +1,22 @@
OC.L10N.register(
"accessibility",
{
"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." : "Контрастна тема спрощує Вашу навігацію. Знижена візуальна якість, проте підвищена ясність і зрозумілість.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією.",
"Accessibility" : "Доступність",
"Accessibility options for nextcloud" : "Опції доступності для nextcloud",
"If you find any issues, dont 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}! ",
"High contrast theme" : "Висококонтрастна тема",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастна тема для того, щоб полегшити користування. Візуальні ефекти буде погіршено, однак чіткість - покращено.",
"Dark theme (beta)" : "Темна тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема зменшує навантаження для очей шляхом зменшення загального світлового випромінення і яскравості. Вона все ще перебуває на стадії розробки, тож якщо знайдете якісь проблеми, будь ласка, сповістіть нас про це.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"Accessibility" : "Доступність",
"Accessibility options for nextcloud" : "Опції доступності для nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Надає кілька опцій доступності для полегшення вашого користування Nextcloud"
"Web Content Accessibility Guidelines" : "Вказівки щодо доступності веб контенту",
"our issue tracker" : "наш баґ-трекер",
"our design team" : "наша команда дизайнерів",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Доступ для всіх дуже важливий для нас. Ми намагаємося відповідати веб-стандартам і відслідковуємо, щоб всі функції були доступні також без використання миші, а також щоб було доступним допоміжне програмне забезпечення, наприклад читач екрану. Наша мета - відповідати {guidelines} 2.1 на рівні AA, а з висококонтрастною темою - на рівні AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Якщо ви знайшли будь-які проблеми, будь-ласка повідомте про них на {issuetracker}. Якщо ж ви бажаєте стати учасником - будь-ласка приєднуйтесь до {designteam}!",
"Enable" : "Увімкнути"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

View file

@ -1,11 +1,20 @@
{ "translations": {
"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." : "Контрастна тема спрощує Вашу навігацію. Знижена візуальна якість, проте підвищена ясність і зрозумілість.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією.",
"Accessibility" : "Доступність",
"Accessibility options for nextcloud" : "Опції доступності для nextcloud",
"If you find any issues, dont 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}! ",
"High contrast theme" : "Висококонтрастна тема",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастна тема для того, щоб полегшити користування. Візуальні ефекти буде погіршено, однак чіткість - покращено.",
"Dark theme (beta)" : "Темна тема (бета)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема зменшує навантаження для очей шляхом зменшення загального світлового випромінення і яскравості. Вона все ще перебуває на стадії розробки, тож якщо знайдете якісь проблеми, будь ласка, сповістіть нас про це.",
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
"Accessibility" : "Доступність",
"Accessibility options for nextcloud" : "Опції доступності для nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Надає кілька опцій доступності для полегшення вашого користування Nextcloud"
"Web Content Accessibility Guidelines" : "Вказівки щодо доступності веб контенту",
"our issue tracker" : "наш баґ-трекер",
"our design team" : "наша команда дизайнерів",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "Доступ для всіх дуже важливий для нас. Ми намагаємося відповідати веб-стандартам і відслідковуємо, щоб всі функції були доступні також без використання миші, а також щоб було доступним допоміжне програмне забезпечення, наприклад читач екрану. Наша мета - відповідати {guidelines} 2.1 на рівні AA, а з висококонтрастною темою - на рівні AAA.",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "Якщо ви знайшли будь-які проблеми, будь-ласка повідомте про них на {issuetracker}. Якщо ж ви бажаєте стати учасником - будь-ласка приєднуйтесь до {designteam}!",
"Enable" : "Увімкнути"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

View file

@ -0,0 +1,24 @@
OC.L10N.register(
"accessibility",
{
"Dark theme" : "Chế độ ban đêm",
"Enable dark theme" : "Bật chế độ ban đêm",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Chế độ ban đêm giúp giảm mỏi mắt bằng cách giảm tương phản ở các màu chói và giảm độ sáng. Chế độ này đang được phát triển, vì vậy, xin hãy báo cáo nếu bạn gặp bất kỳ vấn đề nào trong lúc sử dụng.",
"High contrast mode" : "Chế độ tương phản cao",
"Enable high contrast mode" : "Bật chế độ tương phản cao",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Chế độ tương phản cao giúp bạn dễ dàng điều hướng và phân biệt vị trí các mục chính xác hơn. Chất lượng hình ảnh sẽ giảm nhưng độ rõ sẽ được tăng lên.",
"Dyslexia font" : "Chứng khó đọc",
"Enable dyslexia font" : "Bật chế độ dành cho người gặp chứng khó đọc",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic là một kiểu chữ / phông chữ miễn phí được thiết kế để giảm thiểu một số lỗi đọc phổ biến do chứng khó đọc gây ra.",
"Accessibility" : "Khả năng tiếp cận",
"Accessibility options for nextcloud" : "Tùy chọn truy cập cho nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Cung cấp nhiều tùy chọn truy cập để dễ dàng sử dụng Nextcloud",
"High contrast theme" : "Chủ đề tương phản cao",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Một chủ đề tương phản cao để dễ dàng điều hướng của bạn. Chất lượng hình ảnh sẽ giảm nhưng độ rõ sẽ được tăng lên.",
"Dark theme (beta)" : "Chủ đề tối (beta)",
"Web Content Accessibility Guidelines" : "Nguyên tắc truy cập nội dung web",
"our issue tracker" : "theo dõi vấn đề của chúng tôi",
"our design team" : "đội ngũ thiết kế của chúng tôi",
"Enable" : "Kích hoạt"
},
"nplurals=1; plural=0;");

View file

@ -0,0 +1,22 @@
{ "translations": {
"Dark theme" : "Chế độ ban đêm",
"Enable dark theme" : "Bật chế độ ban đêm",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Chế độ ban đêm giúp giảm mỏi mắt bằng cách giảm tương phản ở các màu chói và giảm độ sáng. Chế độ này đang được phát triển, vì vậy, xin hãy báo cáo nếu bạn gặp bất kỳ vấn đề nào trong lúc sử dụng.",
"High contrast mode" : "Chế độ tương phản cao",
"Enable high contrast mode" : "Bật chế độ tương phản cao",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Chế độ tương phản cao giúp bạn dễ dàng điều hướng và phân biệt vị trí các mục chính xác hơn. Chất lượng hình ảnh sẽ giảm nhưng độ rõ sẽ được tăng lên.",
"Dyslexia font" : "Chứng khó đọc",
"Enable dyslexia font" : "Bật chế độ dành cho người gặp chứng khó đọc",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic là một kiểu chữ / phông chữ miễn phí được thiết kế để giảm thiểu một số lỗi đọc phổ biến do chứng khó đọc gây ra.",
"Accessibility" : "Khả năng tiếp cận",
"Accessibility options for nextcloud" : "Tùy chọn truy cập cho nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Cung cấp nhiều tùy chọn truy cập để dễ dàng sử dụng Nextcloud",
"High contrast theme" : "Chủ đề tương phản cao",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Một chủ đề tương phản cao để dễ dàng điều hướng của bạn. Chất lượng hình ảnh sẽ giảm nhưng độ rõ sẽ được tăng lên.",
"Dark theme (beta)" : "Chủ đề tối (beta)",
"Web Content Accessibility Guidelines" : "Nguyên tắc truy cập nội dung web",
"our issue tracker" : "theo dõi vấn đề của chúng tôi",
"our design team" : "đội ngũ thiết kế của chúng tôi",
"Enable" : "Kích hoạt"
},"pluralForm" :"nplurals=1; plural=0;"
}

View file

@ -1,18 +1,28 @@
OC.L10N.register(
"accessibility",
{
"High contrast theme" : "高对比度主题",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "便于您浏览的高对比度主题。图像质量会下降但清晰度会提升。",
"Dark theme (beta)" : "暗色主题(beta)",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的暗色主题。它仍在开发中,所以请报告您可能遇到的问题。",
"Dark theme" : "深色主题",
"Enable dark theme" : "启用深色主题",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "一款通过降低整体亮度来使您的眼睛放松的深色主题。它仍在开发中,所以请报告您发现的问题。",
"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." : "使用高对比度模式。图像质量会下降但清晰度会提升。",
"Dyslexia font" : "阅读障碍字体",
"Enable dyslexia font" : "启用阅读障碍字体",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic是一款免费的字样/字体,这款字体的设计目的是缓解由阅读障碍引起的一些常见阅读错误。",
"Accessibility" : "易用性",
"Accessibility options for nextcloud" : "nextcloud的易用性选项",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "提供多种易用性选项以便于您使用Nextcloud",
"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} Web 内容可访问性指南 {linkend} 2.1 能达到 AA 级别,具有高对比度主题甚至能达到 AAA 级别。",
"If you find any issues, dont 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}",
"High contrast theme" : "高对比度主题",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "便于您浏览的高对比度主题。图像质量会下降但清晰度会提升。",
"Dark theme (beta)" : "深色主题beta",
"Web Content Accessibility Guidelines" : "万维网内容易用性指导原则",
"our issue tracker" : "我们的问题跟踪",
"our design team" : "我们的设计团队",
"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} 2.1 on AA level, with the high contrast theme even on AAA level." : "通用访问对于我们来说很重要。我们遵循万维网标准,通过检查确保所有功能即使没有鼠标或像屏幕阅读器这样的辅助软件也能使用。我们的目标是符合{guidelines} 2.1的AA级别使用高对比度主题甚至能达到AAA级别。",
"If you find any issues, dont hesitate to report them on {issuetracker}. And if you want to get involved, come join {designteam}!" : "如果您发现任何问题,请积极在{issuetracker}上报告他们。如果您想参与进来,请加入{designteam}",
"Enable" : "启用"
},
"nplurals=1; plural=0;");

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