Merge remote-tracking branch 'origin/master' into filecache-extension
This commit is contained in:
commit
a184e350d7
109 changed files with 686 additions and 367 deletions
198
.drone.yml
198
.drone.yml
|
@ -52,7 +52,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: checkers
|
- name: checkers
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- ./autotest-checkers.sh
|
- ./autotest-checkers.sh
|
||||||
secrets: [ github_token ]
|
secrets: [ github_token ]
|
||||||
|
@ -93,11 +93,6 @@ steps:
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: syntax-php7.1
|
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
|
||||||
commands:
|
|
||||||
- composer install
|
|
||||||
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
|
|
||||||
- name: syntax-php7.2
|
- name: syntax-php7.2
|
||||||
image: nextcloudci/php7.2:php7.2-12
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
|
@ -134,7 +129,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: litmus-v1
|
- name: litmus-v1
|
||||||
image: nextcloudci/litmus-php7.1:1
|
image: nextcloudci/litmus-php7.2:1
|
||||||
commands:
|
commands:
|
||||||
- bash tests/travis/install.sh sqlite
|
- bash tests/travis/install.sh sqlite
|
||||||
- bash apps/dav/tests/travis/litmus-v1/script.sh
|
- bash apps/dav/tests/travis/litmus-v1/script.sh
|
||||||
|
@ -162,7 +157,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: caldavtester-new-endpoint
|
- name: caldavtester-new-endpoint
|
||||||
image: nextcloudci/litmus-php7.1:1
|
image: nextcloudci/litmus-php7.2:1
|
||||||
commands:
|
commands:
|
||||||
- bash tests/travis/install.sh sqlite
|
- bash tests/travis/install.sh sqlite
|
||||||
- bash apps/dav/tests/travis/caldav/install.sh
|
- bash apps/dav/tests/travis/caldav/install.sh
|
||||||
|
@ -186,7 +181,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: caldavtester-old-endpoint
|
- name: caldavtester-old-endpoint
|
||||||
image: nextcloudci/litmus-php7.1:1
|
image: nextcloudci/litmus-php7.2:1
|
||||||
commands:
|
commands:
|
||||||
- bash tests/travis/install.sh sqlite
|
- bash tests/travis/install.sh sqlite
|
||||||
- bash apps/dav/tests/travis/caldav/install.sh
|
- bash apps/dav/tests/travis/caldav/install.sh
|
||||||
|
@ -210,7 +205,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: carddavtester-new-endpoint
|
- name: carddavtester-new-endpoint
|
||||||
image: nextcloudci/litmus-php7.1:1
|
image: nextcloudci/litmus-php7.2:1
|
||||||
commands:
|
commands:
|
||||||
- bash tests/travis/install.sh sqlite
|
- bash tests/travis/install.sh sqlite
|
||||||
- bash apps/dav/tests/travis/carddav/install.sh
|
- bash apps/dav/tests/travis/carddav/install.sh
|
||||||
|
@ -234,7 +229,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: carddavtester-old-endpoint
|
- name: carddavtester-old-endpoint
|
||||||
image: nextcloudci/litmus-php7.1:1
|
image: nextcloudci/litmus-php7.2:1
|
||||||
commands:
|
commands:
|
||||||
- bash tests/travis/install.sh sqlite
|
- bash tests/travis/install.sh sqlite
|
||||||
- bash apps/dav/tests/travis/carddav/install.sh
|
- bash apps/dav/tests/travis/carddav/install.sh
|
||||||
|
@ -327,10 +322,6 @@ steps:
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: nodb-php7.1
|
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
|
||||||
commands:
|
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
|
||||||
- name: nodb-php7.2
|
- name: nodb-php7.2
|
||||||
image: nextcloudci/php7.2:php7.2-11
|
image: nextcloudci/php7.2:php7.2-11
|
||||||
commands:
|
commands:
|
||||||
|
@ -361,10 +352,6 @@ steps:
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: sqlite-php7.1
|
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
|
||||||
commands:
|
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
|
||||||
- name: sqlite-php7.2
|
- name: sqlite-php7.2
|
||||||
image: nextcloudci/php7.2:php7.2-12
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
|
@ -388,15 +375,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mariadb10.1-php7.1
|
name: mariadb10.1-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.1-php7.1
|
- name: mariadb10.1-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
||||||
|
|
||||||
|
@ -423,15 +410,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mariadb10.2-php7.1
|
name: mariadb10.2-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.2-php7.1
|
- name: mariadb10.2-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
||||||
|
|
||||||
|
@ -457,15 +444,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mariadb10.3-php7.1
|
name: mariadb10.3-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mariadb10.3-php7.1
|
- name: mariadb10.3-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
|
||||||
|
|
||||||
|
@ -560,40 +547,6 @@ trigger:
|
||||||
- pull_request
|
- pull_request
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: mysql5.7-php7.1
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: submodules
|
|
||||||
image: docker:git
|
|
||||||
commands:
|
|
||||||
- git submodule update --init
|
|
||||||
- name: mysql-php7.1
|
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
|
||||||
commands:
|
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
|
||||||
|
|
||||||
services:
|
|
||||||
- name: cache
|
|
||||||
image: redis
|
|
||||||
- name: mysql
|
|
||||||
image: mysql:5.7
|
|
||||||
environment:
|
|
||||||
MYSQL_ROOT_PASSWORD: owncloud
|
|
||||||
MYSQL_USER: oc_autotest
|
|
||||||
MYSQL_PASSWORD: owncloud
|
|
||||||
MYSQL_DATABASE: oc_autotest
|
|
||||||
tmpfs:
|
|
||||||
- /var/lib/mysql
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
- stable*
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mysql5.7-php7.2
|
name: mysql5.7-php7.2
|
||||||
|
@ -660,15 +613,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mysql5.6-php7.1
|
name: mysql5.6-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: mysql5.6-php7.1
|
- name: mysql5.6-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
|
|
||||||
|
@ -729,15 +682,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: postgres10-php7.1
|
name: postgres10-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.1
|
- name: postgres-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
- POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
- POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
||||||
|
@ -763,15 +716,15 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: postgres11-php7.1
|
name: postgres11-php7.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: postgres-php7.1
|
- name: postgres-php7.2
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- sleep 10 # gives the database enough time to initialize
|
- sleep 10 # gives the database enough time to initialize
|
||||||
- POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
- POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
|
||||||
|
@ -796,41 +749,6 @@ trigger:
|
||||||
- pull_request
|
- pull_request
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: mysqlmb4-php7.1
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: submodules
|
|
||||||
image: docker:git
|
|
||||||
commands:
|
|
||||||
- git submodule update --init
|
|
||||||
- name: mysqlmb4-php7.1
|
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
|
||||||
commands:
|
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
|
|
||||||
|
|
||||||
services:
|
|
||||||
- name: cache
|
|
||||||
image: redis
|
|
||||||
- name: mysqlmb4
|
|
||||||
image: mysql:5.7.22
|
|
||||||
environment:
|
|
||||||
MYSQL_ROOT_PASSWORD: owncloud
|
|
||||||
MYSQL_USER: oc_autotest
|
|
||||||
MYSQL_PASSWORD: owncloud
|
|
||||||
MYSQL_DATABASE: oc_autotest
|
|
||||||
command: [ "--innodb_large_prefix=true", "--innodb_file_format=barracuda", "--innodb_file_per_table=true" ]
|
|
||||||
tmpfs:
|
|
||||||
- /var/lib/mysql
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
- stable*
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: mysqlmb4-php7.2
|
name: mysqlmb4-php7.2
|
||||||
|
@ -2123,7 +2041,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: nodb-codecov
|
- name: nodb-codecov
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- phpenmod xdebug
|
- phpenmod xdebug
|
||||||
- TEST_SELECTION=NODB ./autotest.sh sqlite
|
- TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
|
@ -2152,7 +2070,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: db-codecov
|
- name: db-codecov
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- phpenmod xdebug
|
- phpenmod xdebug
|
||||||
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
|
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
|
||||||
|
@ -2181,7 +2099,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: object-store
|
- name: object-store
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- phpenmod xdebug
|
- phpenmod xdebug
|
||||||
- ./tests/drone-wait-objectstore.sh
|
- ./tests/drone-wait-objectstore.sh
|
||||||
|
@ -2212,7 +2130,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- name: object-store
|
- name: object-store
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
commands:
|
||||||
- phpenmod xdebug
|
- phpenmod xdebug
|
||||||
- ./tests/drone-wait-objectstore.sh
|
- ./tests/drone-wait-objectstore.sh
|
||||||
|
@ -2334,34 +2252,34 @@ trigger:
|
||||||
- pull_request
|
- pull_request
|
||||||
- push
|
- push
|
||||||
|
|
||||||
---
|
#---
|
||||||
kind: pipeline
|
#kind: pipeline
|
||||||
name: memcache-redis-cluster
|
#name: memcache-redis-cluster
|
||||||
|
#
|
||||||
steps:
|
#steps:
|
||||||
- name: submodules
|
#- name: submodules
|
||||||
image: docker:git
|
# image: docker:git
|
||||||
commands:
|
# commands:
|
||||||
- git submodule update --init
|
# - git submodule update --init
|
||||||
- name: memcache-redis-cluster
|
#- name: memcache-redis-cluster
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
# image: nextcloudci/php7.2:php7.2-12
|
||||||
commands:
|
# commands:
|
||||||
- phpenmod xdebug
|
# - phpenmod xdebug
|
||||||
- sleep 20
|
# - sleep 20
|
||||||
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
|
# - ENABLE_REDIS_CLUSTER=true ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
|
||||||
- wget https://codecov.io/bash -O codecov.sh
|
# - 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 -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"
|
# - 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"
|
||||||
|
#
|
||||||
services:
|
#services:
|
||||||
- name: cache-cluster
|
#- name: cache-cluster
|
||||||
image: morrisjobke/redis-cluster
|
# image: morrisjobke/redis-cluster
|
||||||
|
#
|
||||||
trigger:
|
#trigger:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
- stable*
|
# - stable*
|
||||||
event:
|
# event:
|
||||||
- pull_request
|
# - pull_request
|
||||||
- push
|
# - push
|
||||||
|
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
|
@ -5,16 +5,18 @@ labels: enhancement, 0. Needs triage
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Thanks for reporting issues back to Nextcloud! This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
|
Thanks for reporting issues back to Nextcloud!
|
||||||
|
|
||||||
|
Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been debugged. You can find help debugging your system on our home user forums: https://help.nextcloud.com or, if you use Nextcloud in a large organization, ask our engineers on https://portal.nextcloud.com. See also https://nextcloud.com/support for support options.
|
||||||
|
|
||||||
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
|
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
|
||||||
|
|
||||||
For reporting potential security issues please see https://nextcloud.com/security/
|
For reporting potential security issues please see https://nextcloud.com/security/
|
||||||
|
|
||||||
To make it possible for us to help you please fill out below information carefully.
|
To make it possible for us to best accommodate your use case, please fill out the information below carefully.
|
||||||
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
|
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
|
||||||
|
|
||||||
If you are a customer, please submit your issue directly in the Nextcloud Portal https://portal.nextcloud.com so it gets resolved more quickly by our dedicated engineers.
|
If you are a customer and are using Nextcloud Enterprise, please submit your issue directly in the Nextcloud Portal https://portal.nextcloud.com so it gets resolved more quickly by our dedicated engineers.
|
||||||
|
|
||||||
Note that Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
|
Note that Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -3,6 +3,8 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Dark theme" : "Temë e errët",
|
"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.",
|
"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",
|
"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.",
|
"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" : "Aksesueshmëria",
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Dark theme" : "Temë e errët",
|
"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.",
|
"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",
|
"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.",
|
"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" : "Aksesueshmëria",
|
||||||
|
|
|
@ -252,10 +252,22 @@ class File extends Node implements IFile {
|
||||||
try {
|
try {
|
||||||
$this->changeLock(ILockingProvider::LOCK_EXCLUSIVE);
|
$this->changeLock(ILockingProvider::LOCK_EXCLUSIVE);
|
||||||
} catch (LockedException $e) {
|
} catch (LockedException $e) {
|
||||||
if ($needsPartFile) {
|
// during very large uploads, the shared lock we got at the start might have been expired
|
||||||
$partStorage->unlink($internalPartPath);
|
// meaning that the above lock can fail not just only because somebody else got a shared lock
|
||||||
|
// or because there is no existing shared lock to make exclusive
|
||||||
|
//
|
||||||
|
// Thus we try to get a new exclusive lock, if the original lock failed because of a different shared
|
||||||
|
// lock this will still fail, if our original shared lock expired the new lock will be successful and
|
||||||
|
// the entire operation will be safe
|
||||||
|
|
||||||
|
try {
|
||||||
|
$this->acquireLock(ILockingProvider::LOCK_EXCLUSIVE);
|
||||||
|
} catch (LockedException $e) {
|
||||||
|
if ($needsPartFile) {
|
||||||
|
$partStorage->unlink($internalPartPath);
|
||||||
|
}
|
||||||
|
throw new FileLocked($e->getMessage(), $e->getCode(), $e);
|
||||||
}
|
}
|
||||||
throw new FileLocked($e->getMessage(), $e->getCode(), $e);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// rename to correct path
|
// rename to correct path
|
||||||
|
|
|
@ -1201,4 +1201,25 @@ class FileTest extends TestCase {
|
||||||
|
|
||||||
$this->assertEquals('new content', $view->file_get_contents('root/file.txt'));
|
$this->assertEquals('new content', $view->file_get_contents('root/file.txt'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testPutLockExpired() {
|
||||||
|
$view = new \OC\Files\View('/' . $this->user . '/files/');
|
||||||
|
|
||||||
|
$path = 'test-locking.txt';
|
||||||
|
$info = new \OC\Files\FileInfo(
|
||||||
|
'/' . $this->user . '/files/' . $path,
|
||||||
|
$this->getMockStorage(),
|
||||||
|
null,
|
||||||
|
['permissions' => \OCP\Constants::PERMISSION_ALL],
|
||||||
|
null
|
||||||
|
);
|
||||||
|
|
||||||
|
$file = new \OCA\DAV\Connector\Sabre\File($view, $info);
|
||||||
|
|
||||||
|
// don't lock before the PUT to simulate an expired shared lock
|
||||||
|
$this->assertNotEmpty($file->put($this->getStream('test data')));
|
||||||
|
|
||||||
|
// afterMethod unlocks
|
||||||
|
$view->unlockFile($path, ILockingProvider::LOCK_SHARED);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"federatedfilesharing",
|
"federatedfilesharing",
|
||||||
{
|
{
|
||||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeni delež {ime} od {lastnika}@{daljinsko}?",
|
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto uporabe {name} uporabnika {owner}@{remote}?",
|
||||||
"Remote share" : "Oddaljeno mesto za souporabo",
|
"Remote share" : "Oddaljeno mesto za souporabo",
|
||||||
"Remote share password" : "Geslo za oddaljeno souporabo",
|
"Remote share password" : "Geslo za oddaljeno souporabo",
|
||||||
"Cancel" : "Prekliči",
|
"Cancel" : "Prekliči",
|
||||||
|
@ -9,30 +9,33 @@ OC.L10N.register(
|
||||||
"Copy" : "Kopiraj",
|
"Copy" : "Kopiraj",
|
||||||
"Copied!" : "Kopirano!",
|
"Copied!" : "Kopirano!",
|
||||||
"Not supported!" : "Ni podprto!",
|
"Not supported!" : "Ni podprto!",
|
||||||
"Press ⌘-C to copy." : "Pritisni ⌘-C za kopiranje.",
|
"Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
|
||||||
"Press Ctrl-C to copy." : "Pritisni Ctrl-C za kopiranje.",
|
"Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
|
||||||
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka Nextcloud",
|
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka",
|
||||||
"Server to server sharing is not enabled on this server" : "Na tem strežniku souporaba strežnik na strežnik ni omogočena.",
|
"Server to server sharing is not enabled on this server" : "Na tem strežniku souporaba s strežnika na strežnik ni omogočena.",
|
||||||
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
||||||
"Couldn't establish a federated share, maybe the password was wrong." : "Zvezne povezave za souporabo ni mogoče ustvariti. Morda je navedeno napačno geslo.",
|
"Couldn't establish a federated share, maybe the password was wrong." : "Zvezne povezave za souporabo ni mogoče ustvariti. Morda je navedeno napačno geslo.",
|
||||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Zvezne povezave za souporabo ni mogoče ustvariti. Kaže, da je podana zahteva za povezavo z nepodprto staro različico oblaka (Nextzcloud ≤ 9).",
|
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Zvezne povezave za souporabo ni mogoče ustvariti. Kaže, da je podana zahteva za povezavo z nepodprto staro različico oblaka (Nextzcloud ≤ 9).",
|
||||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti mesta souporabe zveznega oblaka z istim uporabnikom",
|
||||||
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
||||||
"Could not find share" : "Ni mogoče najti mape v souporabi",
|
"Could not find share" : "Mape v souporabi ni mogoče najti",
|
||||||
"Federated sharing" : "Souporaba v zveznem oblaku",
|
"Federated sharing" : "Souporaba v zveznem oblaku",
|
||||||
"Accept" : "Sprejmi",
|
"Accept" : "Sprejmi",
|
||||||
"Decline" : "Zavrni",
|
"Decline" : "Zavrni",
|
||||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka, več na %s",
|
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Določila ID zveznega oblaka Nextcloud; več na %s",
|
||||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka",
|
"Share with me through my #Nextcloud Federated Cloud ID" : "Omogoči souporabo prek #Določila ID zveznega oblaka Nextcloud",
|
||||||
"Sharing" : "Souporaba",
|
"Sharing" : "Souporaba",
|
||||||
"Federated file sharing" : "Souporaba v zveznem oblaku",
|
"Federated file sharing" : "Souporaba v zveznem oblaku",
|
||||||
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
||||||
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
||||||
"Open documentation" : "Odpri dokumentacijo",
|
"Open documentation" : "Odpri dokumentacijo",
|
||||||
|
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||||
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike.",
|
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike.",
|
||||||
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map za souporabo z drugih strežnikov.",
|
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map za souporabo z drugih strežnikov.",
|
||||||
|
"Allow users on this server to send shares to groups on other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo za skupine na drugih strežnikih.",
|
||||||
|
"Search global and public address book for users" : "Preišči javne in splošne imenike za uporabnike",
|
||||||
"Federated Cloud" : "Zvezni oblak",
|
"Federated Cloud" : "Zvezni oblak",
|
||||||
"Your Federated Cloud ID:" : "Vaš ID zveznega oblaka:",
|
"Your Federated Cloud ID:" : "ID zveznega oblaka:",
|
||||||
"Add to your website" : "Dodaj na spletišče",
|
"Add to your website" : "Dodaj na spletišče",
|
||||||
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
||||||
"HTML Code:" : "Koda HTML:"
|
"HTML Code:" : "Koda HTML:"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeni delež {ime} od {lastnika}@{daljinsko}?",
|
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ali želite dodati oddaljeno mesto uporabe {name} uporabnika {owner}@{remote}?",
|
||||||
"Remote share" : "Oddaljeno mesto za souporabo",
|
"Remote share" : "Oddaljeno mesto za souporabo",
|
||||||
"Remote share password" : "Geslo za oddaljeno souporabo",
|
"Remote share password" : "Geslo za oddaljeno souporabo",
|
||||||
"Cancel" : "Prekliči",
|
"Cancel" : "Prekliči",
|
||||||
|
@ -7,30 +7,33 @@
|
||||||
"Copy" : "Kopiraj",
|
"Copy" : "Kopiraj",
|
||||||
"Copied!" : "Kopirano!",
|
"Copied!" : "Kopirano!",
|
||||||
"Not supported!" : "Ni podprto!",
|
"Not supported!" : "Ni podprto!",
|
||||||
"Press ⌘-C to copy." : "Pritisni ⌘-C za kopiranje.",
|
"Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
|
||||||
"Press Ctrl-C to copy." : "Pritisni Ctrl-C za kopiranje.",
|
"Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
|
||||||
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka Nextcloud",
|
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka",
|
||||||
"Server to server sharing is not enabled on this server" : "Na tem strežniku souporaba strežnik na strežnik ni omogočena.",
|
"Server to server sharing is not enabled on this server" : "Na tem strežniku souporaba s strežnika na strežnik ni omogočena.",
|
||||||
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
"Couldn't establish a federated share." : "Ni mogoče vzpostaviti zveznega mesta za souporabo.",
|
||||||
"Couldn't establish a federated share, maybe the password was wrong." : "Zvezne povezave za souporabo ni mogoče ustvariti. Morda je navedeno napačno geslo.",
|
"Couldn't establish a federated share, maybe the password was wrong." : "Zvezne povezave za souporabo ni mogoče ustvariti. Morda je navedeno napačno geslo.",
|
||||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Zvezne povezave za souporabo ni mogoče ustvariti. Kaže, da je podana zahteva za povezavo z nepodprto staro različico oblaka (Nextzcloud ≤ 9).",
|
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Zvezne povezave za souporabo ni mogoče ustvariti. Kaže, da je podana zahteva za povezavo z nepodprto staro različico oblaka (Nextzcloud ≤ 9).",
|
||||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti mesta souporabe zveznega oblaka z istim uporabnikom",
|
||||||
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
"File is already shared with %s" : "Datoteka je že v souporabi pri %s",
|
||||||
"Could not find share" : "Ni mogoče najti mape v souporabi",
|
"Could not find share" : "Mape v souporabi ni mogoče najti",
|
||||||
"Federated sharing" : "Souporaba v zveznem oblaku",
|
"Federated sharing" : "Souporaba v zveznem oblaku",
|
||||||
"Accept" : "Sprejmi",
|
"Accept" : "Sprejmi",
|
||||||
"Decline" : "Zavrni",
|
"Decline" : "Zavrni",
|
||||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka, več na %s",
|
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Omogoči souporabo prek #Določila ID zveznega oblaka Nextcloud; več na %s",
|
||||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Omogoči souporabo prek #Nextcloud ID zveznega oblaka",
|
"Share with me through my #Nextcloud Federated Cloud ID" : "Omogoči souporabo prek #Določila ID zveznega oblaka Nextcloud",
|
||||||
"Sharing" : "Souporaba",
|
"Sharing" : "Souporaba",
|
||||||
"Federated file sharing" : "Souporaba v zveznem oblaku",
|
"Federated file sharing" : "Souporaba v zveznem oblaku",
|
||||||
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
||||||
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
||||||
"Open documentation" : "Odpri dokumentacijo",
|
"Open documentation" : "Odpri dokumentacijo",
|
||||||
|
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||||
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike.",
|
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike.",
|
||||||
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map za souporabo z drugih strežnikov.",
|
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map za souporabo z drugih strežnikov.",
|
||||||
|
"Allow users on this server to send shares to groups on other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo za skupine na drugih strežnikih.",
|
||||||
|
"Search global and public address book for users" : "Preišči javne in splošne imenike za uporabnike",
|
||||||
"Federated Cloud" : "Zvezni oblak",
|
"Federated Cloud" : "Zvezni oblak",
|
||||||
"Your Federated Cloud ID:" : "Vaš ID zveznega oblaka:",
|
"Your Federated Cloud ID:" : "ID zveznega oblaka:",
|
||||||
"Add to your website" : "Dodaj na spletišče",
|
"Add to your website" : "Dodaj na spletišče",
|
||||||
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
||||||
"HTML Code:" : "Koda HTML:"
|
"HTML Code:" : "Koda HTML:"
|
||||||
|
|
BIN
apps/files/js/dist/sidebar.js
vendored
BIN
apps/files/js/dist/sidebar.js
vendored
Binary file not shown.
BIN
apps/files/js/dist/sidebar.js.map
vendored
BIN
apps/files/js/dist/sidebar.js.map
vendored
Binary file not shown.
|
@ -708,7 +708,7 @@
|
||||||
// close sidebar on delete
|
// close sidebar on delete
|
||||||
const path = context.dir + '/' + fileName
|
const path = context.dir + '/' + fileName
|
||||||
if (OCA.Files.Sidebar && OCA.Files.Sidebar.file === path) {
|
if (OCA.Files.Sidebar && OCA.Files.Sidebar.file === path) {
|
||||||
OCA.Files.Sidebar.file = undefined
|
OCA.Files.Sidebar.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -613,7 +613,7 @@
|
||||||
console.warn('showDetailsView is deprecated! Use OCA.Files.Sidebar.activeTab. It will be removed in nextcloud 20.');
|
console.warn('showDetailsView is deprecated! Use OCA.Files.Sidebar.activeTab. It will be removed in nextcloud 20.');
|
||||||
this._updateDetailsView(fileName);
|
this._updateDetailsView(fileName);
|
||||||
if (tabId) {
|
if (tabId) {
|
||||||
OCA.Files.Sidebar.activeTab = tabId;
|
OCA.Files.Sidebar.setActiveTab(tabId);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -630,7 +630,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!fileName) {
|
if (!fileName) {
|
||||||
OCA.Files.Sidebar.file = null
|
OCA.Files.Sidebar.close()
|
||||||
return
|
return
|
||||||
} else if (typeof fileName !== 'string') {
|
} else if (typeof fileName !== 'string') {
|
||||||
fileName = ''
|
fileName = ''
|
||||||
|
@ -644,7 +644,7 @@
|
||||||
var path = model.attributes.path + '/' + model.attributes.name
|
var path = model.attributes.path + '/' + model.attributes.name
|
||||||
|
|
||||||
// open sidebar and set file
|
// open sidebar and set file
|
||||||
OCA.Files.Sidebar.file = path.replace('//', '/')
|
OCA.Files.Sidebar.open(path.replace('//', '/'))
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
7
apps/files/js/operationprogressbar.js
Normal file → Executable file
7
apps/files/js/operationprogressbar.js
Normal file → Executable file
|
@ -63,9 +63,10 @@
|
||||||
$('#uploadprogressbar .ui-progressbar-value>em').addClass('inner');
|
$('#uploadprogressbar .ui-progressbar-value>em').addClass('inner');
|
||||||
$('#uploadprogressbar>em').replaceWith(labelHtml);
|
$('#uploadprogressbar>em').replaceWith(labelHtml);
|
||||||
$('#uploadprogressbar>em').addClass('outer');
|
$('#uploadprogressbar>em').addClass('outer');
|
||||||
$('#uploadprogressbar').tooltip({placement: 'bottom'});
|
$('#uploadprogressbar').tooltip({placement: 'bottom', container: '#uploadprogresswrapper'});
|
||||||
if(title) {
|
if (title) {
|
||||||
$('#uploadprogressbar').attr('original-title', title);
|
$('#uploadprogressbar').attr('data-original-title', title);
|
||||||
|
$('#uploadprogresswrapper .tooltip-inner').text(title);
|
||||||
}
|
}
|
||||||
if(textDesktop || textMobile) {
|
if(textDesktop || textMobile) {
|
||||||
$('#uploadprogresswrapper .stop').show();
|
$('#uploadprogresswrapper .stop').show();
|
||||||
|
|
|
@ -140,6 +140,7 @@ OC.L10N.register(
|
||||||
"Error while loading the file data" : "Chyba při načítání dat souboru",
|
"Error while loading the file data" : "Chyba při načítání dat souboru",
|
||||||
"Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru",
|
"Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru",
|
||||||
"%s used" : "%s použito",
|
"%s used" : "%s použito",
|
||||||
|
"%s%% of %s used" : "%s%% z %s použito",
|
||||||
"%1$s of %2$s used" : "%1$s z %2$s použito",
|
"%1$s of %2$s used" : "%1$s z %2$s použito",
|
||||||
"Settings" : "Nastavení",
|
"Settings" : "Nastavení",
|
||||||
"Show hidden files" : "Zobrazit skryté soubory",
|
"Show hidden files" : "Zobrazit skryté soubory",
|
||||||
|
|
|
@ -138,6 +138,7 @@
|
||||||
"Error while loading the file data" : "Chyba při načítání dat souboru",
|
"Error while loading the file data" : "Chyba při načítání dat souboru",
|
||||||
"Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru",
|
"Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru",
|
||||||
"%s used" : "%s použito",
|
"%s used" : "%s použito",
|
||||||
|
"%s%% of %s used" : "%s%% z %s použito",
|
||||||
"%1$s of %2$s used" : "%1$s z %2$s použito",
|
"%1$s of %2$s used" : "%1$s z %2$s použito",
|
||||||
"Settings" : "Nastavení",
|
"Settings" : "Nastavení",
|
||||||
"Show hidden files" : "Zobrazit skryté soubory",
|
"Show hidden files" : "Zobrazit skryté soubory",
|
||||||
|
|
|
@ -26,6 +26,7 @@ OC.L10N.register(
|
||||||
"Error when assembling chunks, status code {status}" : "조각을 모으는 중 오류 발생, 상태 코드 {status}",
|
"Error when assembling chunks, status code {status}" : "조각을 모으는 중 오류 발생, 상태 코드 {status}",
|
||||||
"Actions" : "작업",
|
"Actions" : "작업",
|
||||||
"Rename" : "이름 바꾸기",
|
"Rename" : "이름 바꾸기",
|
||||||
|
"Delete folder" : "폴더 삭제",
|
||||||
"Disconnect storage" : "저장소 연결 해제",
|
"Disconnect storage" : "저장소 연결 해제",
|
||||||
"Unshare" : "공유 해제",
|
"Unshare" : "공유 해제",
|
||||||
"Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음",
|
"Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음",
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
"Error when assembling chunks, status code {status}" : "조각을 모으는 중 오류 발생, 상태 코드 {status}",
|
"Error when assembling chunks, status code {status}" : "조각을 모으는 중 오류 발생, 상태 코드 {status}",
|
||||||
"Actions" : "작업",
|
"Actions" : "작업",
|
||||||
"Rename" : "이름 바꾸기",
|
"Rename" : "이름 바꾸기",
|
||||||
|
"Delete folder" : "폴더 삭제",
|
||||||
"Disconnect storage" : "저장소 연결 해제",
|
"Disconnect storage" : "저장소 연결 해제",
|
||||||
"Unshare" : "공유 해제",
|
"Unshare" : "공유 해제",
|
||||||
"Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음",
|
"Could not load info for file \"{file}\"" : "파일 \"{file}\"의 정보를 가져올 수 없음",
|
||||||
|
|
|
@ -15,15 +15,15 @@ OC.L10N.register(
|
||||||
"Close" : "Закрыть",
|
"Close" : "Закрыть",
|
||||||
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
|
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
|
||||||
"This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ",
|
"This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ",
|
||||||
"Upload cancelled." : "Выгрузка отменена.",
|
"Upload cancelled." : "Отправка отменена.",
|
||||||
"Processing files …" : "Обработка файлов…",
|
"Processing files …" : "Обработка файлов…",
|
||||||
"…" : "…",
|
"…" : "…",
|
||||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера",
|
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно передать «{filename}», так как это либо каталог, либо файл нулевого размера",
|
||||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы передаёте на сервер {size1}, но доступно только {size2}",
|
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы передаёте на сервер {size1}, но доступно только {size2}",
|
||||||
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
||||||
"Not enough free space" : "Недостаточно свободного места",
|
"Not enough free space" : "Недостаточно свободного места",
|
||||||
"An unknown error has occurred" : "Произошла неизвестная ошибка",
|
"An unknown error has occurred" : "Произошла неизвестная ошибка",
|
||||||
"Uploading …" : "Загрузка…",
|
"Uploading …" : "Передача…",
|
||||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
||||||
"Uploading that item is not supported" : "Загрузка этого элемента не поддерживается",
|
"Uploading that item is not supported" : "Загрузка этого элемента не поддерживается",
|
||||||
"Target folder does not exist any more" : "Каталог больше не существует",
|
"Target folder does not exist any more" : "Каталог больше не существует",
|
||||||
|
@ -68,8 +68,8 @@ OC.L10N.register(
|
||||||
"_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"],
|
"_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"],
|
||||||
"{dirs} and {files}" : "{dirs} и {files}",
|
"{dirs} and {files}" : "{dirs} и {files}",
|
||||||
"_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"],
|
"_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"],
|
||||||
"You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или загрузку файлов в эту папку.",
|
"You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или отправку файлов в эту папку.",
|
||||||
"_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Загружаются %n файлов"],
|
"_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Отправляются %n файлов"],
|
||||||
"New" : "Новый",
|
"New" : "Новый",
|
||||||
"Select file range" : "Выбор диапазона файлов",
|
"Select file range" : "Выбор диапазона файлов",
|
||||||
"{used} of {quota} used" : "использовано {used} из {quota}",
|
"{used} of {quota} used" : "использовано {used} из {quota}",
|
||||||
|
@ -92,7 +92,7 @@ OC.L10N.register(
|
||||||
"Favorite" : "Добавить в избранное",
|
"Favorite" : "Добавить в избранное",
|
||||||
"You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку",
|
"You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку",
|
||||||
"New folder" : "Новый каталог",
|
"New folder" : "Новый каталог",
|
||||||
"Upload file" : "Загрузить файл",
|
"Upload file" : "Отправить файл",
|
||||||
"Not favorited" : "Не избранное",
|
"Not favorited" : "Не избранное",
|
||||||
"Remove from favorites" : "Удалить из избранных",
|
"Remove from favorites" : "Удалить из избранных",
|
||||||
"Add to favorites" : "Добавить в избранное",
|
"Add to favorites" : "Добавить в избранное",
|
||||||
|
@ -135,7 +135,7 @@ OC.L10N.register(
|
||||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>",
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>",
|
||||||
"A file or folder has been <strong>restored</strong>" : "Файл или каталог <strong>восстановлен</strong>",
|
"A file or folder has been <strong>restored</strong>" : "Файл или каталог <strong>восстановлен</strong>",
|
||||||
"Unlimited" : "Неограничено",
|
"Unlimited" : "Неограничено",
|
||||||
"Upload (max. %s)" : "Загрузка (максимум %s)",
|
"Upload (max. %s)" : "Отправка (максимум %s)",
|
||||||
"File Management" : "Управление файлами",
|
"File Management" : "Управление файлами",
|
||||||
"%s used" : "%s использовано",
|
"%s used" : "%s использовано",
|
||||||
"%s%% of %s used" : "использовано %s%% из %s",
|
"%s%% of %s used" : "использовано %s%% из %s",
|
||||||
|
@ -150,7 +150,7 @@ OC.L10N.register(
|
||||||
"No entries found in this folder" : "В этом каталоге ничего не найдено",
|
"No entries found in this folder" : "В этом каталоге ничего не найдено",
|
||||||
"Select all" : "Выбрать все",
|
"Select all" : "Выбрать все",
|
||||||
"Upload too large" : "Файл слишком велик",
|
"Upload too large" : "Файл слишком велик",
|
||||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.",
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь передать, превышают лимит максимального размера на этом сервере.",
|
||||||
"No favorites yet" : "В избранное ещё ничего не добавлено ",
|
"No favorites yet" : "В избранное ещё ничего не добавлено ",
|
||||||
"Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные",
|
"Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные",
|
||||||
"Tags" : "Метки",
|
"Tags" : "Метки",
|
||||||
|
@ -163,12 +163,12 @@ OC.L10N.register(
|
||||||
"Text file" : "Текстовый файл",
|
"Text file" : "Текстовый файл",
|
||||||
"New text file.txt" : "Новый текстовый файл.txt",
|
"New text file.txt" : "Новый текстовый файл.txt",
|
||||||
"File handling" : "Управление файлами",
|
"File handling" : "Управление файлами",
|
||||||
"Maximum upload size" : "Максимальный размер загружаемого файла",
|
"Maximum upload size" : "Максимальный размер выгружаемого файла",
|
||||||
"max. possible: " : "макс. возможно: ",
|
"max. possible: " : "макс. возможно: ",
|
||||||
"Save" : "Сохранить",
|
"Save" : "Сохранить",
|
||||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
|
||||||
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
|
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
|
||||||
"Cancel upload" : "Отменить загрузку",
|
"Cancel upload" : "Отменить передачу",
|
||||||
"%s of %s used" : "использовано %s из %s",
|
"%s of %s used" : "использовано %s из %s",
|
||||||
"%1$s%% of %2$s used" : "использовано %1$s%% из %2$s"
|
"%1$s%% of %2$s used" : "использовано %1$s%% из %2$s"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,15 +13,15 @@
|
||||||
"Close" : "Закрыть",
|
"Close" : "Закрыть",
|
||||||
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
|
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
|
||||||
"This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ",
|
"This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ",
|
||||||
"Upload cancelled." : "Выгрузка отменена.",
|
"Upload cancelled." : "Отправка отменена.",
|
||||||
"Processing files …" : "Обработка файлов…",
|
"Processing files …" : "Обработка файлов…",
|
||||||
"…" : "…",
|
"…" : "…",
|
||||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера",
|
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно передать «{filename}», так как это либо каталог, либо файл нулевого размера",
|
||||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы передаёте на сервер {size1}, но доступно только {size2}",
|
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы передаёте на сервер {size1}, но доступно только {size2}",
|
||||||
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
||||||
"Not enough free space" : "Недостаточно свободного места",
|
"Not enough free space" : "Недостаточно свободного места",
|
||||||
"An unknown error has occurred" : "Произошла неизвестная ошибка",
|
"An unknown error has occurred" : "Произошла неизвестная ошибка",
|
||||||
"Uploading …" : "Загрузка…",
|
"Uploading …" : "Передача…",
|
||||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
||||||
"Uploading that item is not supported" : "Загрузка этого элемента не поддерживается",
|
"Uploading that item is not supported" : "Загрузка этого элемента не поддерживается",
|
||||||
"Target folder does not exist any more" : "Каталог больше не существует",
|
"Target folder does not exist any more" : "Каталог больше не существует",
|
||||||
|
@ -66,8 +66,8 @@
|
||||||
"_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"],
|
"_%n file_::_%n files_" : ["%n файл","%n файла","%n файлов","%n файлов"],
|
||||||
"{dirs} and {files}" : "{dirs} и {files}",
|
"{dirs} and {files}" : "{dirs} и {files}",
|
||||||
"_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"],
|
"_including %n hidden_::_including %n hidden_" : ["включая %n скрытый","включая %n скрытых","включая %n скрытых","включая %n скрытых"],
|
||||||
"You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или загрузку файлов в эту папку.",
|
"You don’t have permission to upload or create files here" : "У вас нет разрешений на создание или отправку файлов в эту папку.",
|
||||||
"_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Загружаются %n файлов"],
|
"_Uploading %n file_::_Uploading %n files_" : ["Выгружа%nется файл","Выгружаются %n файла","Выгружаются %n файлов","Отправляются %n файлов"],
|
||||||
"New" : "Новый",
|
"New" : "Новый",
|
||||||
"Select file range" : "Выбор диапазона файлов",
|
"Select file range" : "Выбор диапазона файлов",
|
||||||
"{used} of {quota} used" : "использовано {used} из {quota}",
|
"{used} of {quota} used" : "использовано {used} из {quota}",
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
"Favorite" : "Добавить в избранное",
|
"Favorite" : "Добавить в избранное",
|
||||||
"You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку",
|
"You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку",
|
||||||
"New folder" : "Новый каталог",
|
"New folder" : "Новый каталог",
|
||||||
"Upload file" : "Загрузить файл",
|
"Upload file" : "Отправить файл",
|
||||||
"Not favorited" : "Не избранное",
|
"Not favorited" : "Не избранное",
|
||||||
"Remove from favorites" : "Удалить из избранных",
|
"Remove from favorites" : "Удалить из избранных",
|
||||||
"Add to favorites" : "Добавить в избранное",
|
"Add to favorites" : "Добавить в избранное",
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>",
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>",
|
||||||
"A file or folder has been <strong>restored</strong>" : "Файл или каталог <strong>восстановлен</strong>",
|
"A file or folder has been <strong>restored</strong>" : "Файл или каталог <strong>восстановлен</strong>",
|
||||||
"Unlimited" : "Неограничено",
|
"Unlimited" : "Неограничено",
|
||||||
"Upload (max. %s)" : "Загрузка (максимум %s)",
|
"Upload (max. %s)" : "Отправка (максимум %s)",
|
||||||
"File Management" : "Управление файлами",
|
"File Management" : "Управление файлами",
|
||||||
"%s used" : "%s использовано",
|
"%s used" : "%s использовано",
|
||||||
"%s%% of %s used" : "использовано %s%% из %s",
|
"%s%% of %s used" : "использовано %s%% из %s",
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
"No entries found in this folder" : "В этом каталоге ничего не найдено",
|
"No entries found in this folder" : "В этом каталоге ничего не найдено",
|
||||||
"Select all" : "Выбрать все",
|
"Select all" : "Выбрать все",
|
||||||
"Upload too large" : "Файл слишком велик",
|
"Upload too large" : "Файл слишком велик",
|
||||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь загрузить, превышают лимит максимального размера на этом сервере.",
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файлы, которые вы пытаетесь передать, превышают лимит максимального размера на этом сервере.",
|
||||||
"No favorites yet" : "В избранное ещё ничего не добавлено ",
|
"No favorites yet" : "В избранное ещё ничего не добавлено ",
|
||||||
"Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные",
|
"Files and folders you mark as favorite will show up here" : "Здесь будут показаны файлы и каталоги, отмеченные как избранные",
|
||||||
"Tags" : "Метки",
|
"Tags" : "Метки",
|
||||||
|
@ -161,12 +161,12 @@
|
||||||
"Text file" : "Текстовый файл",
|
"Text file" : "Текстовый файл",
|
||||||
"New text file.txt" : "Новый текстовый файл.txt",
|
"New text file.txt" : "Новый текстовый файл.txt",
|
||||||
"File handling" : "Управление файлами",
|
"File handling" : "Управление файлами",
|
||||||
"Maximum upload size" : "Максимальный размер загружаемого файла",
|
"Maximum upload size" : "Максимальный размер выгружаемого файла",
|
||||||
"max. possible: " : "макс. возможно: ",
|
"max. possible: " : "макс. возможно: ",
|
||||||
"Save" : "Сохранить",
|
"Save" : "Сохранить",
|
||||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
|
||||||
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
|
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
|
||||||
"Cancel upload" : "Отменить загрузку",
|
"Cancel upload" : "Отменить передачу",
|
||||||
"%s of %s used" : "использовано %s из %s",
|
"%s of %s used" : "использовано %s из %s",
|
||||||
"%1$s%% of %2$s used" : "использовано %1$s%% из %2$s"
|
"%1$s%% of %2$s used" : "использовано %1$s%% из %2$s"
|
||||||
},"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);"
|
},"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);"
|
||||||
|
|
|
@ -58,7 +58,7 @@ OC.L10N.register(
|
||||||
"Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati",
|
"Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati",
|
||||||
"Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.",
|
"Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.",
|
||||||
"Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.",
|
"Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.",
|
||||||
"Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape \"{dir}\", ker že obstaja",
|
"Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape »{dir}«, ker ta že obstaja",
|
||||||
"Error deleting file \"{fileName}\"." : "Prišli je do napake med brisanjem datoteke »{fileName}«.",
|
"Error deleting file \"{fileName}\"." : "Prišli je do napake med brisanjem datoteke »{fileName}«.",
|
||||||
"No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
|
"No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
|
||||||
"Name" : "Ime",
|
"Name" : "Ime",
|
||||||
|
@ -99,7 +99,7 @@ OC.L10N.register(
|
||||||
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
|
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
|
||||||
"Added to favorites" : "Dodano med priljubljene",
|
"Added to favorites" : "Dodano med priljubljene",
|
||||||
"Removed from favorites" : "Odstranjeno iz priljubljenih",
|
"Removed from favorites" : "Odstranjeno iz priljubljenih",
|
||||||
"You added {file} to your favorites" : "Med priljubljene je dodana je datoteka {file}",
|
"You added {file} to your favorites" : "Med priljubljene dodate datoteko {file}",
|
||||||
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
|
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
|
||||||
"File changes" : "Spremembe datoteke",
|
"File changes" : "Spremembe datoteke",
|
||||||
"Created by {user}" : "Ustvarjeno od {user}",
|
"Created by {user}" : "Ustvarjeno od {user}",
|
||||||
|
@ -108,15 +108,15 @@ OC.L10N.register(
|
||||||
"Restored by {user}" : "Obnovljeno od {user}",
|
"Restored by {user}" : "Obnovljeno od {user}",
|
||||||
"Renamed by {user}" : "Preimenovano od {user}",
|
"Renamed by {user}" : "Preimenovano od {user}",
|
||||||
"Moved by {user}" : "Premaknjeno od {user}",
|
"Moved by {user}" : "Premaknjeno od {user}",
|
||||||
"\"remote user\"" : "\"oddaljeni uporabnik\"",
|
"\"remote user\"" : "»oddaljeni uporabnik«",
|
||||||
"You created {file}" : "Ustvarite datoteko {file}",
|
"You created {file}" : "Ustvarite datoteko {file}",
|
||||||
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
|
"You created an encrypted file in {file}" : "Ustvarite šifrirano datoteko v {file}",
|
||||||
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
||||||
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko {file}",
|
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko v {file}",
|
||||||
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
|
"{file} was created in a public folder" : "Datoteka {file} je ustvarjena v javni mapi",
|
||||||
"You changed {file}" : "Spremenite datoteko {file}",
|
"You changed {file}" : "Spremenite datoteko {file}",
|
||||||
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
||||||
"{user} changed {file}" : "{user} spremenil/a {file}",
|
"{user} changed {file}" : "{user} spremeni datoteko {file}",
|
||||||
"{user} changed an encrypted file in {file}" : "Uporabnik {user} spremeni šifrirano datoteko {file}",
|
"{user} changed an encrypted file in {file}" : "Uporabnik {user} spremeni šifrirano datoteko {file}",
|
||||||
"You deleted {file}" : "Izbrišete datoteko {file}",
|
"You deleted {file}" : "Izbrišete datoteko {file}",
|
||||||
"You deleted an encrypted file in {file}" : "Izbrišete šifrirano datoteko {file}",
|
"You deleted an encrypted file in {file}" : "Izbrišete šifrirano datoteko {file}",
|
||||||
|
@ -124,15 +124,15 @@ OC.L10N.register(
|
||||||
"{user} deleted an encrypted file in {file}" : "{user} izbriše šifrirano datoteko {file}",
|
"{user} deleted an encrypted file in {file}" : "{user} izbriše šifrirano datoteko {file}",
|
||||||
"You restored {file}" : "Obnovite datoteko {file}",
|
"You restored {file}" : "Obnovite datoteko {file}",
|
||||||
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
||||||
"You renamed {oldfile} to {newfile}" : "Preimenujete {oldfile} v {newfile}",
|
"You renamed {oldfile} to {newfile}" : "Preimenujete datoteko {oldfile} v {newfile}",
|
||||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje {oldfile} v {newfile}",
|
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje datoteko {oldfile} v {newfile}",
|
||||||
"You moved {oldfile} to {newfile}" : "Premaknete {oldfile} v {newfile}",
|
"You moved {oldfile} to {newfile}" : "Premaknete datoteko {oldfile} v {newfile}",
|
||||||
"{user} moved {oldfile} to {newfile}" : "{user} premakne {oldfile} v {newfile}",
|
"{user} moved {oldfile} to {newfile}" : "{user} premakne datoteko {oldfile} v {newfile}",
|
||||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila, ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
||||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
||||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
||||||
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
||||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih </strong> datotek <em>(omogoči pretok)</em>",
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih</strong> datotek <em>(le za pretok)</em>",
|
||||||
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
||||||
"Unlimited" : "Neomejeno",
|
"Unlimited" : "Neomejeno",
|
||||||
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
||||||
|
@ -158,12 +158,12 @@ OC.L10N.register(
|
||||||
"Tags" : "Oznake",
|
"Tags" : "Oznake",
|
||||||
"Deleted files" : "Izbrisane datoteke",
|
"Deleted files" : "Izbrisane datoteke",
|
||||||
"Shares" : "Souporaba",
|
"Shares" : "Souporaba",
|
||||||
"Shared with others" : "V skupni rabi z ostalimi",
|
"Shared with others" : "V souporabi z drugimi",
|
||||||
"Shared with you" : "V skupni rabi z vami",
|
"Shared with you" : "V skupni rabi z vami",
|
||||||
"Shared by link" : "Deljeno s povezavo",
|
"Shared by link" : "V souporabi prek povezave",
|
||||||
"Deleted shares" : "Izbrisane povezave za souporabo",
|
"Deleted shares" : "Izbrisana mesta souporabe",
|
||||||
"Text file" : "Besedilna datoteka",
|
"Text file" : "Besedilna datoteka",
|
||||||
"New text file.txt" : "Nova datoteka.txt",
|
"New text file.txt" : "nova_datoteka.txt",
|
||||||
"File handling" : "Upravljanje z datotekami",
|
"File handling" : "Upravljanje z datotekami",
|
||||||
"Maximum upload size" : "Največja velikost za pošiljanje",
|
"Maximum upload size" : "Največja velikost za pošiljanje",
|
||||||
"max. possible: " : "največ mogoče:",
|
"max. possible: " : "največ mogoče:",
|
||||||
|
@ -171,7 +171,7 @@ OC.L10N.register(
|
||||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Uveljavljanje sprememb prek PHP-FPM lahko traja tudi 5 minut.",
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Uveljavljanje sprememb prek PHP-FPM lahko traja tudi 5 minut.",
|
||||||
"Missing permissions to edit from here." : "Ni ustreznih dovoljenj za urejanje na tej ravni.",
|
"Missing permissions to edit from here." : "Ni ustreznih dovoljenj za urejanje na tej ravni.",
|
||||||
"Cancel upload" : "Prekliči pošiljanje",
|
"Cancel upload" : "Prekliči pošiljanje",
|
||||||
"%s of %s used" : "%s od %s uporabljeno",
|
"%s of %s used" : "Uporabljeno %s od %s",
|
||||||
"%1$s%% of %2$s used" : "Uporabljeno %1$s%% od %2$s"
|
"%1$s%% of %2$s used" : "Uporabljeno %1$s%% od %2$s"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati",
|
"Could not rename \"{fileName}\"" : "Datoteke »{fileName}« ni mogoče preimenovati",
|
||||||
"Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.",
|
"Could not create file \"{file}\"" : "Datoteke »{file}« ni mogoče ustvariti.",
|
||||||
"Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.",
|
"Could not create file \"{file}\" because it already exists" : "Datoteke »{file}« ni mogoče ustvariti, ker datoteka z istim imenom že obstaja.",
|
||||||
"Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape \"{dir}\", ker že obstaja",
|
"Could not create folder \"{dir}\" because it already exists" : "Ni mogoče ustvariti mape »{dir}«, ker ta že obstaja",
|
||||||
"Error deleting file \"{fileName}\"." : "Prišli je do napake med brisanjem datoteke »{fileName}«.",
|
"Error deleting file \"{fileName}\"." : "Prišli je do napake med brisanjem datoteke »{fileName}«.",
|
||||||
"No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
|
"No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi",
|
||||||
"Name" : "Ime",
|
"Name" : "Ime",
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
|
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
|
||||||
"Added to favorites" : "Dodano med priljubljene",
|
"Added to favorites" : "Dodano med priljubljene",
|
||||||
"Removed from favorites" : "Odstranjeno iz priljubljenih",
|
"Removed from favorites" : "Odstranjeno iz priljubljenih",
|
||||||
"You added {file} to your favorites" : "Med priljubljene je dodana je datoteka {file}",
|
"You added {file} to your favorites" : "Med priljubljene dodate datoteko {file}",
|
||||||
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
|
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
|
||||||
"File changes" : "Spremembe datoteke",
|
"File changes" : "Spremembe datoteke",
|
||||||
"Created by {user}" : "Ustvarjeno od {user}",
|
"Created by {user}" : "Ustvarjeno od {user}",
|
||||||
|
@ -106,15 +106,15 @@
|
||||||
"Restored by {user}" : "Obnovljeno od {user}",
|
"Restored by {user}" : "Obnovljeno od {user}",
|
||||||
"Renamed by {user}" : "Preimenovano od {user}",
|
"Renamed by {user}" : "Preimenovano od {user}",
|
||||||
"Moved by {user}" : "Premaknjeno od {user}",
|
"Moved by {user}" : "Premaknjeno od {user}",
|
||||||
"\"remote user\"" : "\"oddaljeni uporabnik\"",
|
"\"remote user\"" : "»oddaljeni uporabnik«",
|
||||||
"You created {file}" : "Ustvarite datoteko {file}",
|
"You created {file}" : "Ustvarite datoteko {file}",
|
||||||
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
|
"You created an encrypted file in {file}" : "Ustvarite šifrirano datoteko v {file}",
|
||||||
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
"{user} created {file}" : "{user} ustvari datoteko {file}",
|
||||||
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko {file}",
|
"{user} created an encrypted file in {file}" : "{user} ustvari šifrirano datoteko v {file}",
|
||||||
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
|
"{file} was created in a public folder" : "Datoteka {file} je ustvarjena v javni mapi",
|
||||||
"You changed {file}" : "Spremenite datoteko {file}",
|
"You changed {file}" : "Spremenite datoteko {file}",
|
||||||
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
"You changed an encrypted file in {file}" : "Spremenite šifrirano datoteko v {file}",
|
||||||
"{user} changed {file}" : "{user} spremenil/a {file}",
|
"{user} changed {file}" : "{user} spremeni datoteko {file}",
|
||||||
"{user} changed an encrypted file in {file}" : "Uporabnik {user} spremeni šifrirano datoteko {file}",
|
"{user} changed an encrypted file in {file}" : "Uporabnik {user} spremeni šifrirano datoteko {file}",
|
||||||
"You deleted {file}" : "Izbrišete datoteko {file}",
|
"You deleted {file}" : "Izbrišete datoteko {file}",
|
||||||
"You deleted an encrypted file in {file}" : "Izbrišete šifrirano datoteko {file}",
|
"You deleted an encrypted file in {file}" : "Izbrišete šifrirano datoteko {file}",
|
||||||
|
@ -122,15 +122,15 @@
|
||||||
"{user} deleted an encrypted file in {file}" : "{user} izbriše šifrirano datoteko {file}",
|
"{user} deleted an encrypted file in {file}" : "{user} izbriše šifrirano datoteko {file}",
|
||||||
"You restored {file}" : "Obnovite datoteko {file}",
|
"You restored {file}" : "Obnovite datoteko {file}",
|
||||||
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
"{user} restored {file}" : "{user} obnovi datoteko {file}",
|
||||||
"You renamed {oldfile} to {newfile}" : "Preimenujete {oldfile} v {newfile}",
|
"You renamed {oldfile} to {newfile}" : "Preimenujete datoteko {oldfile} v {newfile}",
|
||||||
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje {oldfile} v {newfile}",
|
"{user} renamed {oldfile} to {newfile}" : "{user} preimenuje datoteko {oldfile} v {newfile}",
|
||||||
"You moved {oldfile} to {newfile}" : "Premaknete {oldfile} v {newfile}",
|
"You moved {oldfile} to {newfile}" : "Premaknete datoteko {oldfile} v {newfile}",
|
||||||
"{user} moved {oldfile} to {newfile}" : "{user} premakne {oldfile} v {newfile}",
|
"{user} moved {oldfile} to {newfile}" : "{user} premakne datoteko {oldfile} v {newfile}",
|
||||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila, ali dodana ali umaknjena iz <strong>priljubljenih</strong>",
|
||||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Datoteka ali mapa je bila <strong>spremenjena</strong> ali <strong>preimenovana</strong>",
|
||||||
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
"A new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je bila <strong>ustvarjena</strong>",
|
||||||
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>izbrisana</strong>",
|
||||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih </strong> datotek <em>(omogoči pretok)</em>",
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omeji obvestila o ustvarjanju in spreminjanju <strong>najpogosteje uporabljenih</strong> datotek <em>(le za pretok)</em>",
|
||||||
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
"A file or folder has been <strong>restored</strong>" : "Datoteka ali mapa je bila <strong>obnovljena</strong>",
|
||||||
"Unlimited" : "Neomejeno",
|
"Unlimited" : "Neomejeno",
|
||||||
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
|
||||||
|
@ -156,12 +156,12 @@
|
||||||
"Tags" : "Oznake",
|
"Tags" : "Oznake",
|
||||||
"Deleted files" : "Izbrisane datoteke",
|
"Deleted files" : "Izbrisane datoteke",
|
||||||
"Shares" : "Souporaba",
|
"Shares" : "Souporaba",
|
||||||
"Shared with others" : "V skupni rabi z ostalimi",
|
"Shared with others" : "V souporabi z drugimi",
|
||||||
"Shared with you" : "V skupni rabi z vami",
|
"Shared with you" : "V skupni rabi z vami",
|
||||||
"Shared by link" : "Deljeno s povezavo",
|
"Shared by link" : "V souporabi prek povezave",
|
||||||
"Deleted shares" : "Izbrisane povezave za souporabo",
|
"Deleted shares" : "Izbrisana mesta souporabe",
|
||||||
"Text file" : "Besedilna datoteka",
|
"Text file" : "Besedilna datoteka",
|
||||||
"New text file.txt" : "Nova datoteka.txt",
|
"New text file.txt" : "nova_datoteka.txt",
|
||||||
"File handling" : "Upravljanje z datotekami",
|
"File handling" : "Upravljanje z datotekami",
|
||||||
"Maximum upload size" : "Največja velikost za pošiljanje",
|
"Maximum upload size" : "Največja velikost za pošiljanje",
|
||||||
"max. possible: " : "največ mogoče:",
|
"max. possible: " : "največ mogoče:",
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Uveljavljanje sprememb prek PHP-FPM lahko traja tudi 5 minut.",
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Uveljavljanje sprememb prek PHP-FPM lahko traja tudi 5 minut.",
|
||||||
"Missing permissions to edit from here." : "Ni ustreznih dovoljenj za urejanje na tej ravni.",
|
"Missing permissions to edit from here." : "Ni ustreznih dovoljenj za urejanje na tej ravni.",
|
||||||
"Cancel upload" : "Prekliči pošiljanje",
|
"Cancel upload" : "Prekliči pošiljanje",
|
||||||
"%s of %s used" : "%s od %s uporabljeno",
|
"%s of %s used" : "Uporabljeno %s od %s",
|
||||||
"%1$s%% of %2$s used" : "Uporabljeno %1$s%% od %2$s"
|
"%1$s%% of %2$s used" : "Uporabljeno %1$s%% od %2$s"
|
||||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||||
}
|
}
|
|
@ -32,6 +32,7 @@ use OC\Files\Filesystem;
|
||||||
use OC\Files\View;
|
use OC\Files\View;
|
||||||
use OCP\Files\FileInfo;
|
use OCP\Files\FileInfo;
|
||||||
use OCP\Files\IHomeStorage;
|
use OCP\Files\IHomeStorage;
|
||||||
|
use OCP\Files\IRootFolder;
|
||||||
use OCP\Files\Mount\IMountManager;
|
use OCP\Files\Mount\IMountManager;
|
||||||
use OCP\IUser;
|
use OCP\IUser;
|
||||||
use OCP\IUserManager;
|
use OCP\IUserManager;
|
||||||
|
@ -76,7 +77,10 @@ class TransferOwnership extends Command {
|
||||||
/** @var string */
|
/** @var string */
|
||||||
private $finalTarget;
|
private $finalTarget;
|
||||||
|
|
||||||
public function __construct(IUserManager $userManager, IManager $shareManager, IMountManager $mountManager) {
|
public function __construct(IUserManager $userManager,
|
||||||
|
IManager $shareManager,
|
||||||
|
IMountManager $mountManager,
|
||||||
|
IRootFolder $rootFolder) {
|
||||||
$this->userManager = $userManager;
|
$this->userManager = $userManager;
|
||||||
$this->shareManager = $shareManager;
|
$this->shareManager = $shareManager;
|
||||||
$this->mountManager = $mountManager;
|
$this->mountManager = $mountManager;
|
||||||
|
@ -174,6 +178,15 @@ class TransferOwnership extends Command {
|
||||||
*/
|
*/
|
||||||
protected function analyse(OutputInterface $output) {
|
protected function analyse(OutputInterface $output) {
|
||||||
$view = new View();
|
$view = new View();
|
||||||
|
|
||||||
|
$output->writeln('Validating quota');
|
||||||
|
$size = $view->getFileInfo($this->sourcePath, false)->getSize(false);
|
||||||
|
$freeSpace = $view->free_space($this->destinationUser . '/files/');
|
||||||
|
if ($size > $freeSpace) {
|
||||||
|
$output->writeln('<error>Target user does not have enough free space available</error>');
|
||||||
|
throw new \Exception('Execution terminated');
|
||||||
|
}
|
||||||
|
|
||||||
$output->writeln("Analysing files of $this->sourceUser ...");
|
$output->writeln("Analysing files of $this->sourceUser ...");
|
||||||
$progress = new ProgressBar($output);
|
$progress = new ProgressBar($output);
|
||||||
$progress->start();
|
$progress->start();
|
||||||
|
@ -207,7 +220,6 @@ class TransferOwnership extends Command {
|
||||||
}
|
}
|
||||||
throw new \Exception('Execution terminated.');
|
throw new \Exception('Execution terminated.');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -49,11 +49,10 @@ export default class Sidebar {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @memberof Sidebar
|
|
||||||
* Register a new tab view
|
* Register a new tab view
|
||||||
*
|
*
|
||||||
* @param {Object} tab a new unregistered tab
|
|
||||||
* @memberof Sidebar
|
* @memberof Sidebar
|
||||||
|
* @param {Object} tab a new unregistered tab
|
||||||
* @returns {Boolean}
|
* @returns {Boolean}
|
||||||
*/
|
*/
|
||||||
registerTab(tab) {
|
registerTab(tab) {
|
||||||
|
@ -77,32 +76,41 @@ export default class Sidebar {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the current sidebar file data
|
* Open the sidebar for the given file
|
||||||
*
|
*
|
||||||
* @param {string} path the file path to load
|
|
||||||
* @memberof Sidebar
|
* @memberof Sidebar
|
||||||
|
* @param {string} path the file path to load
|
||||||
*/
|
*/
|
||||||
set file(path) {
|
open(path) {
|
||||||
this.#state.file = path
|
this.#state.file = path
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the current sidebar file data
|
* Close the sidebar
|
||||||
*
|
*
|
||||||
* @returns {String} the current opened file
|
|
||||||
* @memberof Sidebar
|
* @memberof Sidebar
|
||||||
*/
|
*/
|
||||||
|
close() {
|
||||||
|
this.#state.file = ''
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return current opened file
|
||||||
|
*
|
||||||
|
* @memberof Sidebar
|
||||||
|
* @returns {String} the current opened file
|
||||||
|
*/
|
||||||
get file() {
|
get file() {
|
||||||
return this.#state.file
|
return this.#state.file
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the current sidebar tab
|
* Set the current visible sidebar tab
|
||||||
*
|
*
|
||||||
* @param {string} id the tab unique id
|
|
||||||
* @memberof Sidebar
|
* @memberof Sidebar
|
||||||
|
* @param {string} id the tab unique id
|
||||||
*/
|
*/
|
||||||
set activeTab(id) {
|
setActiveTab(id) {
|
||||||
this.#state.activeTab = id
|
this.#state.activeTab = id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -261,7 +261,7 @@ export default {
|
||||||
},
|
},
|
||||||
onClose() {
|
onClose() {
|
||||||
this.resetData()
|
this.resetData()
|
||||||
OCA.Files.Sidebar.file = ''
|
OCA.Files.Sidebar.close()
|
||||||
},
|
},
|
||||||
resetData() {
|
resetData() {
|
||||||
this.error = null
|
this.error = null
|
||||||
|
@ -297,7 +297,7 @@ export default {
|
||||||
* @param {string} id tab unique id
|
* @param {string} id tab unique id
|
||||||
*/
|
*/
|
||||||
setActiveTab(id) {
|
setActiveTab(id) {
|
||||||
OCA.Files.Sidebar.activeTab = id
|
OCA.Files.Sidebar.setActiveTab(id)
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -55,6 +55,7 @@ class SMB extends Backend {
|
||||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||||
(new DefinitionParameter('timeout', $l->t('Timeout')))
|
(new DefinitionParameter('timeout', $l->t('Timeout')))
|
||||||
->setType(DefinitionParameter::VALUE_HIDDEN)
|
->setType(DefinitionParameter::VALUE_HIDDEN)
|
||||||
|
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||||
])
|
])
|
||||||
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
|
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
|
||||||
->addAuthScheme(AuthMechanism::SCHEME_SMB)
|
->addAuthScheme(AuthMechanism::SCHEME_SMB)
|
||||||
|
|
|
@ -95,8 +95,8 @@ OC.L10N.register(
|
||||||
"Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором",
|
"Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором",
|
||||||
"Please specify a valid group" : "Укажите верную группу",
|
"Please specify a valid group" : "Укажите верную группу",
|
||||||
"Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором",
|
"Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором",
|
||||||
"Public upload disabled by the administrator" : "Загрузка в общедоступную папку запрещена администратором",
|
"Public upload disabled by the administrator" : "Выгрузка в общедоступную папку запрещена администратором",
|
||||||
"Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в общедоступные папки",
|
"Public upload is only possible for publicly shared folders" : "Общедоступная выгрузка возможна только в общедоступные папки",
|
||||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.",
|
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД",
|
"Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД",
|
||||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s",
|
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s",
|
||||||
|
@ -133,7 +133,7 @@ OC.L10N.register(
|
||||||
"Share note" : "Комментарий к общему ресурсу",
|
"Share note" : "Комментарий к общему ресурсу",
|
||||||
"Toggle grid view" : "Включить или отключить режим просмотра сеткой",
|
"Toggle grid view" : "Включить или отключить режим просмотра сеткой",
|
||||||
"Download %s" : "Скачать %s",
|
"Download %s" : "Скачать %s",
|
||||||
"Upload files to %s" : "Загрузка файлов пользователю %s",
|
"Upload files to %s" : "Отправка файлов пользователю %s",
|
||||||
"Note" : "Примечание",
|
"Note" : "Примечание",
|
||||||
"Select or drop files" : "Выберите или перетащите файлы",
|
"Select or drop files" : "Выберите или перетащите файлы",
|
||||||
"Uploading files…" : "Файлы передаются на сервер…",
|
"Uploading files…" : "Файлы передаются на сервер…",
|
||||||
|
|
|
@ -93,8 +93,8 @@
|
||||||
"Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором",
|
"Group sharing is disabled by the administrator" : "Возможность делиться с группами отключена администратором",
|
||||||
"Please specify a valid group" : "Укажите верную группу",
|
"Please specify a valid group" : "Укажите верную группу",
|
||||||
"Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором",
|
"Public link sharing is disabled by the administrator" : "Возможность предоставления общего доступа созданием общедоступных ссылок отключена администратором",
|
||||||
"Public upload disabled by the administrator" : "Загрузка в общедоступную папку запрещена администратором",
|
"Public upload disabled by the administrator" : "Выгрузка в общедоступную папку запрещена администратором",
|
||||||
"Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в общедоступные папки",
|
"Public upload is only possible for publicly shared folders" : "Общедоступная выгрузка возможна только в общедоступные папки",
|
||||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.",
|
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Не удалось отправить пароль для доступа к «%s»: приложение Nextcloud Talk отключено.",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД",
|
"Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД",
|
||||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s",
|
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Не удалось предоставить общий доступ к «%1$s», поскольку механизм удалённого обмена не разрешает публикации типа %2$s",
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"Share note" : "Комментарий к общему ресурсу",
|
"Share note" : "Комментарий к общему ресурсу",
|
||||||
"Toggle grid view" : "Включить или отключить режим просмотра сеткой",
|
"Toggle grid view" : "Включить или отключить режим просмотра сеткой",
|
||||||
"Download %s" : "Скачать %s",
|
"Download %s" : "Скачать %s",
|
||||||
"Upload files to %s" : "Загрузка файлов пользователю %s",
|
"Upload files to %s" : "Отправка файлов пользователю %s",
|
||||||
"Note" : "Примечание",
|
"Note" : "Примечание",
|
||||||
"Select or drop files" : "Выберите или перетащите файлы",
|
"Select or drop files" : "Выберите или перетащите файлы",
|
||||||
"Uploading files…" : "Файлы передаются на сервер…",
|
"Uploading files…" : "Файлы передаются на сервер…",
|
||||||
|
|
|
@ -115,9 +115,9 @@ OC.L10N.register(
|
||||||
"Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin",
|
"Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin",
|
||||||
"Share API is disabled" : "Paylaşım API arayüzü devre dışı",
|
"Share API is disabled" : "Paylaşım API arayüzü devre dışı",
|
||||||
"Files sharing" : "Dosya paylaşımı",
|
"Files sharing" : "Dosya paylaşımı",
|
||||||
"Share will expire tomorrow" : "Paylaşım yarın sona erecektir",
|
"Share will expire tomorrow" : "Paylaşımın süresi yarın dolacak",
|
||||||
"One or more of your shares will expire tomorrow" : "Bir veya daha fazla paylaşımınız yarın sonra erecektir",
|
"One or more of your shares will expire tomorrow" : "Bir ya da daha çok paylaşımınızın süresi yarın dolacak",
|
||||||
"Your share of {node} will expire tomorrow" : "{node} paylaşımınız yarın sona erecektir",
|
"Your share of {node} will expire tomorrow" : "{node} paylaşımınızın süresi yarın dolacak",
|
||||||
"File sharing" : "Dosya paylaşımı",
|
"File sharing" : "Dosya paylaşımı",
|
||||||
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Bu uygulama kullanıcıların Nextcloud üzerinde dosya paylaşabilmesini sağlar. Etkinleştirildiğinde, yöneticiler dosya paylaşabilecek grupları belirleyebilir. Seçilmiş gruplardaki kullanıcılar Nextcloud üzerindeki diğer kullanıcı ve gruplar ile dosya ve klasör paylaşabilir. Ek olarak, yönetici bağlantı paylaşımı özelliğini etkinleştirmiş ise, Nextcloud üzerinde olmayan kullanıcılar ile dosya paylaşımı bağlantıları kullanılabilir. Yöneticiler ayrıca parola ve son kullanma tarihi kullanımını zorunlu kılmanın yanında, paylaşım bağlantıları ile sunucudan sunucuya paylaşım ve mobil aygıtlar ile paylaşım gibi özellikleri etkinleştirebilir.\nBu özellik devre dışı bırakıldığında, sunucu, eşitleme istemcileri ve mobil uygulamalar üzerinden alıcılar ile paylaşılmış dosya ve klasörler kaldırılır. Ayrıntılı bilgi almak için Nextcloud belgelerine bakabilirsiniz.",
|
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Bu uygulama kullanıcıların Nextcloud üzerinde dosya paylaşabilmesini sağlar. Etkinleştirildiğinde, yöneticiler dosya paylaşabilecek grupları belirleyebilir. Seçilmiş gruplardaki kullanıcılar Nextcloud üzerindeki diğer kullanıcı ve gruplar ile dosya ve klasör paylaşabilir. Ek olarak, yönetici bağlantı paylaşımı özelliğini etkinleştirmiş ise, Nextcloud üzerinde olmayan kullanıcılar ile dosya paylaşımı bağlantıları kullanılabilir. Yöneticiler ayrıca parola ve son kullanma tarihi kullanımını zorunlu kılmanın yanında, paylaşım bağlantıları ile sunucudan sunucuya paylaşım ve mobil aygıtlar ile paylaşım gibi özellikleri etkinleştirebilir.\nBu özellik devre dışı bırakıldığında, sunucu, eşitleme istemcileri ve mobil uygulamalar üzerinden alıcılar ile paylaşılmış dosya ve klasörler kaldırılır. Ayrıntılı bilgi almak için Nextcloud belgelerine bakabilirsiniz.",
|
||||||
"Allow editing" : "Düzenlemeye izin ver",
|
"Allow editing" : "Düzenlemeye izin ver",
|
||||||
|
@ -178,7 +178,7 @@ OC.L10N.register(
|
||||||
"Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın",
|
"Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın",
|
||||||
"Shared" : "Paylaşılan",
|
"Shared" : "Paylaşılan",
|
||||||
"Share" : "Paylaş",
|
"Share" : "Paylaş",
|
||||||
"Shared with" : "Paylaşılan",
|
"Shared with" : "Şunlarla paylaşılmış",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} gubu ile paylaşılmış",
|
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} gubu ile paylaşılmış",
|
||||||
"Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} çevresi ile paylaşılmış",
|
"Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} çevresi ile paylaşılmış",
|
||||||
"Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
|
"Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
"Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin",
|
"Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin",
|
||||||
"Share API is disabled" : "Paylaşım API arayüzü devre dışı",
|
"Share API is disabled" : "Paylaşım API arayüzü devre dışı",
|
||||||
"Files sharing" : "Dosya paylaşımı",
|
"Files sharing" : "Dosya paylaşımı",
|
||||||
"Share will expire tomorrow" : "Paylaşım yarın sona erecektir",
|
"Share will expire tomorrow" : "Paylaşımın süresi yarın dolacak",
|
||||||
"One or more of your shares will expire tomorrow" : "Bir veya daha fazla paylaşımınız yarın sonra erecektir",
|
"One or more of your shares will expire tomorrow" : "Bir ya da daha çok paylaşımınızın süresi yarın dolacak",
|
||||||
"Your share of {node} will expire tomorrow" : "{node} paylaşımınız yarın sona erecektir",
|
"Your share of {node} will expire tomorrow" : "{node} paylaşımınızın süresi yarın dolacak",
|
||||||
"File sharing" : "Dosya paylaşımı",
|
"File sharing" : "Dosya paylaşımı",
|
||||||
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Bu uygulama kullanıcıların Nextcloud üzerinde dosya paylaşabilmesini sağlar. Etkinleştirildiğinde, yöneticiler dosya paylaşabilecek grupları belirleyebilir. Seçilmiş gruplardaki kullanıcılar Nextcloud üzerindeki diğer kullanıcı ve gruplar ile dosya ve klasör paylaşabilir. Ek olarak, yönetici bağlantı paylaşımı özelliğini etkinleştirmiş ise, Nextcloud üzerinde olmayan kullanıcılar ile dosya paylaşımı bağlantıları kullanılabilir. Yöneticiler ayrıca parola ve son kullanma tarihi kullanımını zorunlu kılmanın yanında, paylaşım bağlantıları ile sunucudan sunucuya paylaşım ve mobil aygıtlar ile paylaşım gibi özellikleri etkinleştirebilir.\nBu özellik devre dışı bırakıldığında, sunucu, eşitleme istemcileri ve mobil uygulamalar üzerinden alıcılar ile paylaşılmış dosya ve klasörler kaldırılır. Ayrıntılı bilgi almak için Nextcloud belgelerine bakabilirsiniz.",
|
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Bu uygulama kullanıcıların Nextcloud üzerinde dosya paylaşabilmesini sağlar. Etkinleştirildiğinde, yöneticiler dosya paylaşabilecek grupları belirleyebilir. Seçilmiş gruplardaki kullanıcılar Nextcloud üzerindeki diğer kullanıcı ve gruplar ile dosya ve klasör paylaşabilir. Ek olarak, yönetici bağlantı paylaşımı özelliğini etkinleştirmiş ise, Nextcloud üzerinde olmayan kullanıcılar ile dosya paylaşımı bağlantıları kullanılabilir. Yöneticiler ayrıca parola ve son kullanma tarihi kullanımını zorunlu kılmanın yanında, paylaşım bağlantıları ile sunucudan sunucuya paylaşım ve mobil aygıtlar ile paylaşım gibi özellikleri etkinleştirebilir.\nBu özellik devre dışı bırakıldığında, sunucu, eşitleme istemcileri ve mobil uygulamalar üzerinden alıcılar ile paylaşılmış dosya ve klasörler kaldırılır. Ayrıntılı bilgi almak için Nextcloud belgelerine bakabilirsiniz.",
|
||||||
"Allow editing" : "Düzenlemeye izin ver",
|
"Allow editing" : "Düzenlemeye izin ver",
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
"Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın",
|
"Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın",
|
||||||
"Shared" : "Paylaşılan",
|
"Shared" : "Paylaşılan",
|
||||||
"Share" : "Paylaş",
|
"Share" : "Paylaş",
|
||||||
"Shared with" : "Paylaşılan",
|
"Shared with" : "Şunlarla paylaşılmış",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} gubu ile paylaşılmış",
|
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} gubu ile paylaşılmış",
|
||||||
"Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} çevresi ile paylaşılmış",
|
"Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} çevresi ile paylaşılmış",
|
||||||
"Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
|
"Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Uložit změny",
|
"Save changes" : "Uložit změny",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného Nextcloud.",
|
||||||
"Supported" : "Podporováno",
|
"Supported" : "Podporováno",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Doporučené aplikace jsou vyvíjeny komunitou. Jsou propojeny do zbytkem nextcloudu a připraveny na produkční nasazení.",
|
||||||
|
"Featured" : "Doporučené",
|
||||||
"by" : "od",
|
"by" : "od",
|
||||||
"Update to {version}" : "Aktualizovat na {version}",
|
"Update to {version}" : "Aktualizovat na {version}",
|
||||||
"Remove" : "Odstranit",
|
"Remove" : "Odstranit",
|
||||||
|
@ -206,9 +208,11 @@ OC.L10N.register(
|
||||||
"Enable user" : "Zpřístupnit uživatelský účet",
|
"Enable user" : "Zpřístupnit uživatelský účet",
|
||||||
"Resend welcome email" : "Znovu poslat uvítací e-mail",
|
"Resend welcome email" : "Znovu poslat uvítací e-mail",
|
||||||
"{size} used" : "{size} použito",
|
"{size} used" : "{size} použito",
|
||||||
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V případě ztráty zařízení, nebo např. odchodu z firmy, toto může vzdáleně vymazat Nextcloud data ze všech zařízení asociovaných s uživatelem {userid}. Funguje jen pokud se zařízení připojí k internetu.",
|
||||||
"Remote wipe of devices" : "Vymazat obsah zařízení na dálku",
|
"Remote wipe of devices" : "Vymazat obsah zařízení na dálku",
|
||||||
"Wipe {userid}'s devices" : "Vymazat zařízení {userid}",
|
"Wipe {userid}'s devices" : "Vymazat zařízení {userid}",
|
||||||
"Cancel" : "Storno",
|
"Cancel" : "Storno",
|
||||||
|
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Naprosto vymazat účet {userid}, všechny osobní soubory, data atd.",
|
||||||
"Account deletion" : "Smazání účtu",
|
"Account deletion" : "Smazání účtu",
|
||||||
"Delete {userid}'s account" : "Smazat účet {userid}",
|
"Delete {userid}'s account" : "Smazat účet {userid}",
|
||||||
"Welcome mail sent!" : "Uvítací e-mail odeslán!",
|
"Welcome mail sent!" : "Uvítací e-mail odeslán!",
|
||||||
|
@ -384,19 +388,26 @@ OC.L10N.register(
|
||||||
"Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘-C.",
|
"Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘-C.",
|
||||||
"Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl-C.",
|
"Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl-C.",
|
||||||
"Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje",
|
"Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje",
|
||||||
|
"Afrikaans (Namibia)" : "Afrikánština (Namibie)",
|
||||||
"Afrikaans (South Africa)" : "afrikánština (Jihoafrická republika)",
|
"Afrikaans (South Africa)" : "afrikánština (Jihoafrická republika)",
|
||||||
"Afrikaans" : "Afrikánština",
|
"Afrikaans" : "Afrikánština",
|
||||||
|
"Akan (Ghana)" : "Akanština (Ghana)",
|
||||||
|
"Akan" : "Akanština",
|
||||||
"Albanian (Albania)" : "albánština (Albánie)",
|
"Albanian (Albania)" : "albánština (Albánie)",
|
||||||
"Albanian" : "Albánština",
|
"Albanian" : "Albánština",
|
||||||
"Amharic (Ethiopia)" : "amharština (Etiopie)",
|
"Amharic (Ethiopia)" : "amharština (Etiopie)",
|
||||||
"Arabic (Algeria)" : "arabština (Alžír)",
|
"Arabic (Algeria)" : "arabština (Alžír)",
|
||||||
|
"Arabic (Bahrain)" : "Arabština (Bahrain)",
|
||||||
"Arabic (Egypt)" : "Arabština (Egypt)",
|
"Arabic (Egypt)" : "Arabština (Egypt)",
|
||||||
"Arabic (Iraq)" : "Arabština (Irák)",
|
"Arabic (Iraq)" : "Arabština (Irák)",
|
||||||
"Arabic (Jordan)" : "Arabština (Jordán)",
|
"Arabic (Jordan)" : "Arabština (Jordán)",
|
||||||
"Arabic (Kuwait)" : "Arabština (Kuvajt)",
|
"Arabic (Kuwait)" : "Arabština (Kuvajt)",
|
||||||
"Arabic (Lebanon)" : "Arabština (Libanon)",
|
"Arabic (Lebanon)" : "Arabština (Libanon)",
|
||||||
"Arabic (Libya)" : "Arabština (Libye)",
|
"Arabic (Libya)" : "Arabština (Libye)",
|
||||||
|
"Arabic (Morocco)" : "Arabština (Moroko)",
|
||||||
|
"Arabic (Oman)" : "Arabština (Omán)",
|
||||||
"Arabic (Qatar)" : "arabština (Katar)",
|
"Arabic (Qatar)" : "arabština (Katar)",
|
||||||
|
"Arabic (Saudi Arabia)" : "Arabština (Saudská Arábie)",
|
||||||
"Arabic (Yemen)" : "arabština (Jemen)",
|
"Arabic (Yemen)" : "arabština (Jemen)",
|
||||||
"Arabic" : "arabština",
|
"Arabic" : "arabština",
|
||||||
"Armenian" : "arménština",
|
"Armenian" : "arménština",
|
||||||
|
@ -563,6 +574,7 @@ OC.L10N.register(
|
||||||
"Vietnamese" : "Vietnamština",
|
"Vietnamese" : "Vietnamština",
|
||||||
"Welsh" : "Velština",
|
"Welsh" : "Velština",
|
||||||
"Yoruba" : "jorubština",
|
"Yoruba" : "jorubština",
|
||||||
|
"Zulu (South Africa)" : "Zuluština (Jihoafrická republika)",
|
||||||
"Zulu" : "zuluština",
|
"Zulu" : "zuluština",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčové funkce a jsou připravené na produkční nasazení.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčové funkce a jsou připravené na produkční nasazení.",
|
||||||
"Official" : "Oficiální",
|
"Official" : "Oficiální",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Uložit změny",
|
"Save changes" : "Uložit změny",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného Nextcloud.",
|
||||||
"Supported" : "Podporováno",
|
"Supported" : "Podporováno",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Doporučené aplikace jsou vyvíjeny komunitou. Jsou propojeny do zbytkem nextcloudu a připraveny na produkční nasazení.",
|
||||||
|
"Featured" : "Doporučené",
|
||||||
"by" : "od",
|
"by" : "od",
|
||||||
"Update to {version}" : "Aktualizovat na {version}",
|
"Update to {version}" : "Aktualizovat na {version}",
|
||||||
"Remove" : "Odstranit",
|
"Remove" : "Odstranit",
|
||||||
|
@ -204,9 +206,11 @@
|
||||||
"Enable user" : "Zpřístupnit uživatelský účet",
|
"Enable user" : "Zpřístupnit uživatelský účet",
|
||||||
"Resend welcome email" : "Znovu poslat uvítací e-mail",
|
"Resend welcome email" : "Znovu poslat uvítací e-mail",
|
||||||
"{size} used" : "{size} použito",
|
"{size} used" : "{size} použito",
|
||||||
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V případě ztráty zařízení, nebo např. odchodu z firmy, toto může vzdáleně vymazat Nextcloud data ze všech zařízení asociovaných s uživatelem {userid}. Funguje jen pokud se zařízení připojí k internetu.",
|
||||||
"Remote wipe of devices" : "Vymazat obsah zařízení na dálku",
|
"Remote wipe of devices" : "Vymazat obsah zařízení na dálku",
|
||||||
"Wipe {userid}'s devices" : "Vymazat zařízení {userid}",
|
"Wipe {userid}'s devices" : "Vymazat zařízení {userid}",
|
||||||
"Cancel" : "Storno",
|
"Cancel" : "Storno",
|
||||||
|
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Naprosto vymazat účet {userid}, všechny osobní soubory, data atd.",
|
||||||
"Account deletion" : "Smazání účtu",
|
"Account deletion" : "Smazání účtu",
|
||||||
"Delete {userid}'s account" : "Smazat účet {userid}",
|
"Delete {userid}'s account" : "Smazat účet {userid}",
|
||||||
"Welcome mail sent!" : "Uvítací e-mail odeslán!",
|
"Welcome mail sent!" : "Uvítací e-mail odeslán!",
|
||||||
|
@ -382,19 +386,26 @@
|
||||||
"Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘-C.",
|
"Press ⌘-C to copy." : "Zkopírujete stisknutím ⌘-C.",
|
||||||
"Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl-C.",
|
"Press Ctrl-C to copy." : "Zkopírujete stisknutím Ctrl-C.",
|
||||||
"Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje",
|
"Error while loading browser sessions and device tokens" : "Chyba při načítání sezení prohlížeče a tokenů přístroje",
|
||||||
|
"Afrikaans (Namibia)" : "Afrikánština (Namibie)",
|
||||||
"Afrikaans (South Africa)" : "afrikánština (Jihoafrická republika)",
|
"Afrikaans (South Africa)" : "afrikánština (Jihoafrická republika)",
|
||||||
"Afrikaans" : "Afrikánština",
|
"Afrikaans" : "Afrikánština",
|
||||||
|
"Akan (Ghana)" : "Akanština (Ghana)",
|
||||||
|
"Akan" : "Akanština",
|
||||||
"Albanian (Albania)" : "albánština (Albánie)",
|
"Albanian (Albania)" : "albánština (Albánie)",
|
||||||
"Albanian" : "Albánština",
|
"Albanian" : "Albánština",
|
||||||
"Amharic (Ethiopia)" : "amharština (Etiopie)",
|
"Amharic (Ethiopia)" : "amharština (Etiopie)",
|
||||||
"Arabic (Algeria)" : "arabština (Alžír)",
|
"Arabic (Algeria)" : "arabština (Alžír)",
|
||||||
|
"Arabic (Bahrain)" : "Arabština (Bahrain)",
|
||||||
"Arabic (Egypt)" : "Arabština (Egypt)",
|
"Arabic (Egypt)" : "Arabština (Egypt)",
|
||||||
"Arabic (Iraq)" : "Arabština (Irák)",
|
"Arabic (Iraq)" : "Arabština (Irák)",
|
||||||
"Arabic (Jordan)" : "Arabština (Jordán)",
|
"Arabic (Jordan)" : "Arabština (Jordán)",
|
||||||
"Arabic (Kuwait)" : "Arabština (Kuvajt)",
|
"Arabic (Kuwait)" : "Arabština (Kuvajt)",
|
||||||
"Arabic (Lebanon)" : "Arabština (Libanon)",
|
"Arabic (Lebanon)" : "Arabština (Libanon)",
|
||||||
"Arabic (Libya)" : "Arabština (Libye)",
|
"Arabic (Libya)" : "Arabština (Libye)",
|
||||||
|
"Arabic (Morocco)" : "Arabština (Moroko)",
|
||||||
|
"Arabic (Oman)" : "Arabština (Omán)",
|
||||||
"Arabic (Qatar)" : "arabština (Katar)",
|
"Arabic (Qatar)" : "arabština (Katar)",
|
||||||
|
"Arabic (Saudi Arabia)" : "Arabština (Saudská Arábie)",
|
||||||
"Arabic (Yemen)" : "arabština (Jemen)",
|
"Arabic (Yemen)" : "arabština (Jemen)",
|
||||||
"Arabic" : "arabština",
|
"Arabic" : "arabština",
|
||||||
"Armenian" : "arménština",
|
"Armenian" : "arménština",
|
||||||
|
@ -561,6 +572,7 @@
|
||||||
"Vietnamese" : "Vietnamština",
|
"Vietnamese" : "Vietnamština",
|
||||||
"Welsh" : "Velština",
|
"Welsh" : "Velština",
|
||||||
"Yoruba" : "jorubština",
|
"Yoruba" : "jorubština",
|
||||||
|
"Zulu (South Africa)" : "Zuluština (Jihoafrická republika)",
|
||||||
"Zulu" : "zuluština",
|
"Zulu" : "zuluština",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčové funkce a jsou připravené na produkční nasazení.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčové funkce a jsou připravené na produkční nasazení.",
|
||||||
"Official" : "Oficiální",
|
"Official" : "Oficiální",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Änderungen speichern",
|
"Save changes" : "Änderungen speichern",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Deinem aktuellen Nextcloud-Abonnement unterstützt.",
|
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Deinem aktuellen Nextcloud-Abonnement unterstützt.",
|
||||||
"Supported" : "Unterstützt",
|
"Supported" : "Unterstützt",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.",
|
||||||
|
"Featured" : "Offiziell",
|
||||||
"by" : "von",
|
"by" : "von",
|
||||||
"Update to {version}" : "Aktualisieren auf {version}",
|
"Update to {version}" : "Aktualisieren auf {version}",
|
||||||
"Remove" : "Entfernen",
|
"Remove" : "Entfernen",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Änderungen speichern",
|
"Save changes" : "Änderungen speichern",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Deinem aktuellen Nextcloud-Abonnement unterstützt.",
|
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Deinem aktuellen Nextcloud-Abonnement unterstützt.",
|
||||||
"Supported" : "Unterstützt",
|
"Supported" : "Unterstützt",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.",
|
||||||
|
"Featured" : "Offiziell",
|
||||||
"by" : "von",
|
"by" : "von",
|
||||||
"Update to {version}" : "Aktualisieren auf {version}",
|
"Update to {version}" : "Aktualisieren auf {version}",
|
||||||
"Remove" : "Entfernen",
|
"Remove" : "Entfernen",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Änderungen speichern ",
|
"Save changes" : "Änderungen speichern ",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Ihrem aktuellen Nextcloud-Abonnement unterstützt.",
|
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Ihrem aktuellen Nextcloud-Abonnement unterstützt.",
|
||||||
"Supported" : "Unterstützt",
|
"Supported" : "Unterstützt",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.",
|
||||||
|
"Featured" : "Offiziell",
|
||||||
"by" : "von",
|
"by" : "von",
|
||||||
"Update to {version}" : "Aktualisieren auf {version}",
|
"Update to {version}" : "Aktualisieren auf {version}",
|
||||||
"Remove" : "Entfernen",
|
"Remove" : "Entfernen",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Änderungen speichern ",
|
"Save changes" : "Änderungen speichern ",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Ihrem aktuellen Nextcloud-Abonnement unterstützt.",
|
"This app is supported via your current Nextcloud subscription." : "Diese App wird von Ihrem aktuellen Nextcloud-Abonnement unterstützt.",
|
||||||
"Supported" : "Unterstützt",
|
"Supported" : "Unterstützt",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.",
|
||||||
|
"Featured" : "Offiziell",
|
||||||
"by" : "von",
|
"by" : "von",
|
||||||
"Update to {version}" : "Aktualisieren auf {version}",
|
"Update to {version}" : "Aktualisieren auf {version}",
|
||||||
"Remove" : "Entfernen",
|
"Remove" : "Entfernen",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Guardar cambios",
|
"Save changes" : "Guardar cambios",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Esta App está soportada a través de su suscripción actual de Nexcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Esta App está soportada a través de su suscripción actual de Nexcloud.",
|
||||||
"Supported" : "Soportada",
|
"Supported" : "Soportada",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps destacadas son d estrelladas por y dentro de la comunidad. Ofrecen una funcionalidad centralizada y está preparadas para su empleo en producción. ",
|
||||||
|
"Featured" : "Destacadas",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
"Update to {version}" : "Actualizar a {version}",
|
||||||
"Remove" : "Eliminar",
|
"Remove" : "Eliminar",
|
||||||
|
@ -206,6 +208,7 @@ OC.L10N.register(
|
||||||
"Enable user" : "Habilitar usuario",
|
"Enable user" : "Habilitar usuario",
|
||||||
"Resend welcome email" : "Volver a enviar correo de bienvenida",
|
"Resend welcome email" : "Volver a enviar correo de bienvenida",
|
||||||
"{size} used" : "{size} usados",
|
"{size} used" : "{size} usados",
|
||||||
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "En caso de pérdida del dispositivo o dejar la organización, esto elimina remotamente los datos de Nextcloud de todos los dispositivos asociados con {userid}. Nota: sólo funciona si los dispositivos están conectados a Internet.",
|
||||||
"Remote wipe of devices" : "Eliminación remota de dispositivos",
|
"Remote wipe of devices" : "Eliminación remota de dispositivos",
|
||||||
"Wipe {userid}'s devices" : "Eliminar dispositivos de {userid}",
|
"Wipe {userid}'s devices" : "Eliminar dispositivos de {userid}",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Guardar cambios",
|
"Save changes" : "Guardar cambios",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Esta App está soportada a través de su suscripción actual de Nexcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Esta App está soportada a través de su suscripción actual de Nexcloud.",
|
||||||
"Supported" : "Soportada",
|
"Supported" : "Soportada",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps destacadas son d estrelladas por y dentro de la comunidad. Ofrecen una funcionalidad centralizada y está preparadas para su empleo en producción. ",
|
||||||
|
"Featured" : "Destacadas",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
"Update to {version}" : "Actualizar a {version}",
|
||||||
"Remove" : "Eliminar",
|
"Remove" : "Eliminar",
|
||||||
|
@ -204,6 +206,7 @@
|
||||||
"Enable user" : "Habilitar usuario",
|
"Enable user" : "Habilitar usuario",
|
||||||
"Resend welcome email" : "Volver a enviar correo de bienvenida",
|
"Resend welcome email" : "Volver a enviar correo de bienvenida",
|
||||||
"{size} used" : "{size} usados",
|
"{size} used" : "{size} usados",
|
||||||
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "En caso de pérdida del dispositivo o dejar la organización, esto elimina remotamente los datos de Nextcloud de todos los dispositivos asociados con {userid}. Nota: sólo funciona si los dispositivos están conectados a Internet.",
|
||||||
"Remote wipe of devices" : "Eliminación remota de dispositivos",
|
"Remote wipe of devices" : "Eliminación remota de dispositivos",
|
||||||
"Wipe {userid}'s devices" : "Eliminar dispositivos de {userid}",
|
"Wipe {userid}'s devices" : "Eliminar dispositivos de {userid}",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
|
|
|
@ -206,7 +206,10 @@ OC.L10N.register(
|
||||||
"Enable user" : "Activer l'utilisateur",
|
"Enable user" : "Activer l'utilisateur",
|
||||||
"Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
|
"Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
|
||||||
"{size} used" : "{size} utilisé",
|
"{size} used" : "{size} utilisé",
|
||||||
|
"Remote wipe of devices" : "Vider les appareils à distance",
|
||||||
|
"Wipe {userid}'s devices" : "Vider les appareils de {userid}",
|
||||||
"Cancel" : "Annuler",
|
"Cancel" : "Annuler",
|
||||||
|
"Account deletion" : "Suppression de compte",
|
||||||
"Delete {userid}'s account" : "Supprimer le compte {userid}",
|
"Delete {userid}'s account" : "Supprimer le compte {userid}",
|
||||||
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
|
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
|
||||||
"Display name" : "Nom à afficher",
|
"Display name" : "Nom à afficher",
|
||||||
|
|
|
@ -204,7 +204,10 @@
|
||||||
"Enable user" : "Activer l'utilisateur",
|
"Enable user" : "Activer l'utilisateur",
|
||||||
"Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
|
"Resend welcome email" : "Renvoyer l'e-mail de bienvenue",
|
||||||
"{size} used" : "{size} utilisé",
|
"{size} used" : "{size} utilisé",
|
||||||
|
"Remote wipe of devices" : "Vider les appareils à distance",
|
||||||
|
"Wipe {userid}'s devices" : "Vider les appareils de {userid}",
|
||||||
"Cancel" : "Annuler",
|
"Cancel" : "Annuler",
|
||||||
|
"Account deletion" : "Suppression de compte",
|
||||||
"Delete {userid}'s account" : "Supprimer le compte {userid}",
|
"Delete {userid}'s account" : "Supprimer le compte {userid}",
|
||||||
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
|
"Welcome mail sent!" : "E-mail de bienvenue envoyé !",
|
||||||
"Display name" : "Nom à afficher",
|
"Display name" : "Nom à afficher",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Gardar os cambios",
|
"Save changes" : "Gardar os cambios",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Esta aplicación é compatíbel cos súa subscrición actual a Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Esta aplicación é compatíbel cos súa subscrición actual a Nextcloud.",
|
||||||
"Supported" : "Compatíbel",
|
"Supported" : "Compatíbel",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "As aplicacións destacadas están desenvolvidas por e dentro da comunidade. Ofrecen unha funcionalidade central e están preparadas para o seu uso en produción.",
|
||||||
|
"Featured" : "Destacada",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
"Update to {version}" : "Actualizar a {version}",
|
||||||
"Remove" : "Retirar",
|
"Remove" : "Retirar",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Gardar os cambios",
|
"Save changes" : "Gardar os cambios",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Esta aplicación é compatíbel cos súa subscrición actual a Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Esta aplicación é compatíbel cos súa subscrición actual a Nextcloud.",
|
||||||
"Supported" : "Compatíbel",
|
"Supported" : "Compatíbel",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "As aplicacións destacadas están desenvolvidas por e dentro da comunidade. Ofrecen unha funcionalidade central e están preparadas para o seu uso en produción.",
|
||||||
|
"Featured" : "Destacada",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
"Update to {version}" : "Actualizar a {version}",
|
||||||
"Remove" : "Retirar",
|
"Remove" : "Retirar",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Salva le modifiche",
|
"Save changes" : "Salva le modifiche",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Questa applicazione è supportata tramite la tua sottoscrizione attuale di Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Questa applicazione è supportata tramite la tua sottoscrizione attuale di Nextcloud.",
|
||||||
"Supported" : "Supportata",
|
"Supported" : "Supportata",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni in evidenza sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
||||||
|
"Featured" : "In evidenza",
|
||||||
"by" : "di",
|
"by" : "di",
|
||||||
"Update to {version}" : "Aggiorna a {version}",
|
"Update to {version}" : "Aggiorna a {version}",
|
||||||
"Remove" : "Rimuovi",
|
"Remove" : "Rimuovi",
|
||||||
|
@ -820,8 +822,8 @@ OC.L10N.register(
|
||||||
"Yoruba" : "Yoruba",
|
"Yoruba" : "Yoruba",
|
||||||
"Zulu (South Africa)" : "Zulu (Sud Africa)",
|
"Zulu (South Africa)" : "Zulu (Sud Africa)",
|
||||||
"Zulu" : "Zulu",
|
"Zulu" : "Zulu",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
||||||
"Official" : "Ufficiale",
|
"Official" : "Ufficiali",
|
||||||
"Store credentials" : "Memorizza le credenziali",
|
"Store credentials" : "Memorizza le credenziali",
|
||||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
|
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
|
||||||
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
|
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Salva le modifiche",
|
"Save changes" : "Salva le modifiche",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Questa applicazione è supportata tramite la tua sottoscrizione attuale di Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Questa applicazione è supportata tramite la tua sottoscrizione attuale di Nextcloud.",
|
||||||
"Supported" : "Supportata",
|
"Supported" : "Supportata",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni in evidenza sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
||||||
|
"Featured" : "In evidenza",
|
||||||
"by" : "di",
|
"by" : "di",
|
||||||
"Update to {version}" : "Aggiorna a {version}",
|
"Update to {version}" : "Aggiorna a {version}",
|
||||||
"Remove" : "Rimuovi",
|
"Remove" : "Rimuovi",
|
||||||
|
@ -818,8 +820,8 @@
|
||||||
"Yoruba" : "Yoruba",
|
"Yoruba" : "Yoruba",
|
||||||
"Zulu (South Africa)" : "Zulu (Sud Africa)",
|
"Zulu (South Africa)" : "Zulu (Sud Africa)",
|
||||||
"Zulu" : "Zulu",
|
"Zulu" : "Zulu",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.",
|
||||||
"Official" : "Ufficiale",
|
"Official" : "Ufficiali",
|
||||||
"Store credentials" : "Memorizza le credenziali",
|
"Store credentials" : "Memorizza le credenziali",
|
||||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
|
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php è registrato su un servizio webcron per invocare cron.php ogni 15 minuti su HTTP.",
|
||||||
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
|
"Use system cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
|
||||||
|
|
|
@ -29,6 +29,7 @@ OC.L10N.register(
|
||||||
"An error occurred while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
"An error occurred while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
||||||
"An error occurred while changing your locale. Please reload the page and try again." : "지역을 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
"An error occurred while changing your locale. Please reload the page and try again." : "지역을 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
||||||
"Select a profile picture" : "프로필 사진 선택",
|
"Select a profile picture" : "프로필 사진 선택",
|
||||||
|
"Week starts on {fdow}" : "{fdow}에 한 주가 시작합니다.",
|
||||||
"Groups" : "그룹",
|
"Groups" : "그룹",
|
||||||
"Group list is empty" : "그룹 목록이 비었음",
|
"Group list is empty" : "그룹 목록이 비었음",
|
||||||
"Unable to retrieve the group list" : "그룹 목록을 받아올 수 없음",
|
"Unable to retrieve the group list" : "그룹 목록을 받아올 수 없음",
|
||||||
|
@ -144,6 +145,7 @@ OC.L10N.register(
|
||||||
"This session" : "이 세션",
|
"This session" : "이 세션",
|
||||||
"Device" : "장치",
|
"Device" : "장치",
|
||||||
"Last activity" : "최근 활동",
|
"Last activity" : "최근 활동",
|
||||||
|
"Devices & sessions" : "디바이스 & 세션",
|
||||||
"Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.",
|
"Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.",
|
||||||
"Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다",
|
"Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다",
|
||||||
"Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다",
|
"Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다",
|
||||||
|
@ -239,6 +241,7 @@ OC.L10N.register(
|
||||||
"There are some errors regarding your setup." : "설정을 살펴본 결과 몇 가지 에러가 있습니다.",
|
"There are some errors regarding your setup." : "설정을 살펴본 결과 몇 가지 에러가 있습니다.",
|
||||||
"There are some warnings regarding your setup." : "설정을 살펴본 결과 몇 가지 경고할 것이 있습니다.",
|
"There are some warnings regarding your setup." : "설정을 살펴본 결과 몇 가지 경고할 것이 있습니다.",
|
||||||
"Checking for system and security issues." : "시스템과 보안에 대한 문제를 확인하는 중",
|
"Checking for system and security issues." : "시스템과 보안에 대한 문제를 확인하는 중",
|
||||||
|
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">설치 가이드 ↗</a>를 다시 한 번 확인한 다음 <a href=\"%2$s\">로그</a>의 경고나 에러를 확인하세요.",
|
||||||
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">우리의 보안 검사 ↗</a>에서 당신의 Nextcloud의 보안을 점검하세요.",
|
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">우리의 보안 검사 ↗</a>에서 당신의 Nextcloud의 보안을 점검하세요.",
|
||||||
"Version" : "버전",
|
"Version" : "버전",
|
||||||
"Two-Factor Authentication" : "2단계 인증",
|
"Two-Factor Authentication" : "2단계 인증",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
"An error occurred while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
"An error occurred while changing your language. Please reload the page and try again." : "언어를 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
||||||
"An error occurred while changing your locale. Please reload the page and try again." : "지역을 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
"An error occurred while changing your locale. Please reload the page and try again." : "지역을 변경하는 중 오류가 발생했습니다. 페이지를 새로 고친 후 다시 시도하십시오.",
|
||||||
"Select a profile picture" : "프로필 사진 선택",
|
"Select a profile picture" : "프로필 사진 선택",
|
||||||
|
"Week starts on {fdow}" : "{fdow}에 한 주가 시작합니다.",
|
||||||
"Groups" : "그룹",
|
"Groups" : "그룹",
|
||||||
"Group list is empty" : "그룹 목록이 비었음",
|
"Group list is empty" : "그룹 목록이 비었음",
|
||||||
"Unable to retrieve the group list" : "그룹 목록을 받아올 수 없음",
|
"Unable to retrieve the group list" : "그룹 목록을 받아올 수 없음",
|
||||||
|
@ -142,6 +143,7 @@
|
||||||
"This session" : "이 세션",
|
"This session" : "이 세션",
|
||||||
"Device" : "장치",
|
"Device" : "장치",
|
||||||
"Last activity" : "최근 활동",
|
"Last activity" : "최근 활동",
|
||||||
|
"Devices & sessions" : "디바이스 & 세션",
|
||||||
"Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.",
|
"Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.",
|
||||||
"Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다",
|
"Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다",
|
||||||
"Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다",
|
"Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다",
|
||||||
|
@ -237,6 +239,7 @@
|
||||||
"There are some errors regarding your setup." : "설정을 살펴본 결과 몇 가지 에러가 있습니다.",
|
"There are some errors regarding your setup." : "설정을 살펴본 결과 몇 가지 에러가 있습니다.",
|
||||||
"There are some warnings regarding your setup." : "설정을 살펴본 결과 몇 가지 경고할 것이 있습니다.",
|
"There are some warnings regarding your setup." : "설정을 살펴본 결과 몇 가지 경고할 것이 있습니다.",
|
||||||
"Checking for system and security issues." : "시스템과 보안에 대한 문제를 확인하는 중",
|
"Checking for system and security issues." : "시스템과 보안에 대한 문제를 확인하는 중",
|
||||||
|
"Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">설치 가이드 ↗</a>를 다시 한 번 확인한 다음 <a href=\"%2$s\">로그</a>의 경고나 에러를 확인하세요.",
|
||||||
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">우리의 보안 검사 ↗</a>에서 당신의 Nextcloud의 보안을 점검하세요.",
|
"Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">우리의 보안 검사 ↗</a>에서 당신의 Nextcloud의 보안을 점검하세요.",
|
||||||
"Version" : "버전",
|
"Version" : "버전",
|
||||||
"Two-Factor Authentication" : "2단계 인증",
|
"Two-Factor Authentication" : "2단계 인증",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Zapisz zmiany",
|
"Save changes" : "Zapisz zmiany",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Ta aplikacja jest obsługiwana za pośrednictwem bieżącej subskrypcji Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Ta aplikacja jest obsługiwana za pośrednictwem bieżącej subskrypcji Nextcloud.",
|
||||||
"Supported" : "Wspierany",
|
"Supported" : "Wspierany",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Polecane aplikacje są tworzone przez społeczność. Oferują główną funkcjonalność i są gotowe do użycia w produkcji.",
|
||||||
|
"Featured" : "Polecane",
|
||||||
"by" : "przez",
|
"by" : "przez",
|
||||||
"Update to {version}" : "Aktualizuj do {version}",
|
"Update to {version}" : "Aktualizuj do {version}",
|
||||||
"Remove" : "Usuń",
|
"Remove" : "Usuń",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Zapisz zmiany",
|
"Save changes" : "Zapisz zmiany",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Ta aplikacja jest obsługiwana za pośrednictwem bieżącej subskrypcji Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Ta aplikacja jest obsługiwana za pośrednictwem bieżącej subskrypcji Nextcloud.",
|
||||||
"Supported" : "Wspierany",
|
"Supported" : "Wspierany",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Polecane aplikacje są tworzone przez społeczność. Oferują główną funkcjonalność i są gotowe do użycia w produkcji.",
|
||||||
|
"Featured" : "Polecane",
|
||||||
"by" : "przez",
|
"by" : "przez",
|
||||||
"Update to {version}" : "Aktualizuj do {version}",
|
"Update to {version}" : "Aktualizuj do {version}",
|
||||||
"Remove" : "Usuń",
|
"Remove" : "Usuń",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Salvar mudanças",
|
"Save changes" : "Salvar mudanças",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Este aplicativo é suportado pela sua assinatura atual do Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Este aplicativo é suportado pela sua assinatura atual do Nextcloud.",
|
||||||
"Supported" : "Suportado",
|
"Supported" : "Suportado",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Os aplicativos em destaque são desenvolvidos pela comunidade. Eles oferecem funcionalidade central e estão prontos para uso em produção.",
|
||||||
|
"Featured" : "Destaques",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Atualizar para {version}",
|
"Update to {version}" : "Atualizar para {version}",
|
||||||
"Remove" : "Excluir",
|
"Remove" : "Excluir",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Salvar mudanças",
|
"Save changes" : "Salvar mudanças",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Este aplicativo é suportado pela sua assinatura atual do Nextcloud.",
|
"This app is supported via your current Nextcloud subscription." : "Este aplicativo é suportado pela sua assinatura atual do Nextcloud.",
|
||||||
"Supported" : "Suportado",
|
"Supported" : "Suportado",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Os aplicativos em destaque são desenvolvidos pela comunidade. Eles oferecem funcionalidade central e estão prontos para uso em produção.",
|
||||||
|
"Featured" : "Destaques",
|
||||||
"by" : "por",
|
"by" : "por",
|
||||||
"Update to {version}" : "Atualizar para {version}",
|
"Update to {version}" : "Atualizar para {version}",
|
||||||
"Remove" : "Excluir",
|
"Remove" : "Excluir",
|
||||||
|
|
|
@ -7,7 +7,7 @@ OC.L10N.register(
|
||||||
"Not saved" : "Не сохранено",
|
"Not saved" : "Не сохранено",
|
||||||
"Sending…" : "Отправка…",
|
"Sending…" : "Отправка…",
|
||||||
"Email sent" : "Письмо отправлено",
|
"Email sent" : "Письмо отправлено",
|
||||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Произошла ошибка. Пожалуйста загрузите сертификат PEM в ASCII кодировке.",
|
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Произошла ошибка. Пожалуйста отправьте сертификат PEM в ASCII кодировке.",
|
||||||
"Valid until {date}" : "Действительно до {дата}",
|
"Valid until {date}" : "Действительно до {дата}",
|
||||||
"Delete" : "Удалить",
|
"Delete" : "Удалить",
|
||||||
"Local" : "Локально",
|
"Local" : "Локально",
|
||||||
|
@ -295,7 +295,7 @@ OC.L10N.register(
|
||||||
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.",
|
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.",
|
||||||
"Enable server-side encryption" : "Включить шифрование на стороне сервера",
|
"Enable server-side encryption" : "Включить шифрование на стороне сервера",
|
||||||
"Please read carefully before activating server-side encryption: " : "Внимательно изучите следующее перед включением шифрования на стороне сервера:",
|
"Please read carefully before activating server-side encryption: " : "Внимательно изучите следующее перед включением шифрования на стороне сервера:",
|
||||||
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, загруженные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).",
|
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, отправленные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).",
|
||||||
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.",
|
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.",
|
||||||
"Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.",
|
"Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.",
|
||||||
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.",
|
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.",
|
||||||
|
@ -334,8 +334,8 @@ OC.L10N.register(
|
||||||
"Exclude groups from sharing" : "Запретить выбранным группам предоставлять общий доступ",
|
"Exclude groups from sharing" : "Запретить выбранным группам предоставлять общий доступ",
|
||||||
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.",
|
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.",
|
||||||
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Включить автоматическое завершение имен пользователей в диалоге предоставления общего доступа. Если отключено, то необходимо вводить полное имя или адрес эл. почты.",
|
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Включить автоматическое завершение имен пользователей в диалоге предоставления общего доступа. Если отключено, то необходимо вводить полное имя или адрес эл. почты.",
|
||||||
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Показывать текст об отказе на странице загрузки публичной ссылки (Показывать только когда список файлов скрыт)",
|
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Показывать текст об отказе от ответственности на странице отправки публичной ссылки (Показывать только когда список файлов скрыт)",
|
||||||
"This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по публичной ссылке на загрузку при скрытом списке файлов",
|
"This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по публичной ссылке на отправку при скрытом списке файлов",
|
||||||
"Default share permissions" : "Права общего доступа по умолчанию",
|
"Default share permissions" : "Права общего доступа по умолчанию",
|
||||||
"Personal" : "Личное",
|
"Personal" : "Личное",
|
||||||
"Administration" : "Администрирование",
|
"Administration" : "Администрирование",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"Not saved" : "Не сохранено",
|
"Not saved" : "Не сохранено",
|
||||||
"Sending…" : "Отправка…",
|
"Sending…" : "Отправка…",
|
||||||
"Email sent" : "Письмо отправлено",
|
"Email sent" : "Письмо отправлено",
|
||||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Произошла ошибка. Пожалуйста загрузите сертификат PEM в ASCII кодировке.",
|
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Произошла ошибка. Пожалуйста отправьте сертификат PEM в ASCII кодировке.",
|
||||||
"Valid until {date}" : "Действительно до {дата}",
|
"Valid until {date}" : "Действительно до {дата}",
|
||||||
"Delete" : "Удалить",
|
"Delete" : "Удалить",
|
||||||
"Local" : "Локально",
|
"Local" : "Локально",
|
||||||
|
@ -293,7 +293,7 @@
|
||||||
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.",
|
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.",
|
||||||
"Enable server-side encryption" : "Включить шифрование на стороне сервера",
|
"Enable server-side encryption" : "Включить шифрование на стороне сервера",
|
||||||
"Please read carefully before activating server-side encryption: " : "Внимательно изучите следующее перед включением шифрования на стороне сервера:",
|
"Please read carefully before activating server-side encryption: " : "Внимательно изучите следующее перед включением шифрования на стороне сервера:",
|
||||||
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, загруженные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).",
|
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, отправленные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).",
|
||||||
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.",
|
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.",
|
||||||
"Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.",
|
"Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.",
|
||||||
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.",
|
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.",
|
||||||
|
@ -332,8 +332,8 @@
|
||||||
"Exclude groups from sharing" : "Запретить выбранным группам предоставлять общий доступ",
|
"Exclude groups from sharing" : "Запретить выбранным группам предоставлять общий доступ",
|
||||||
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.",
|
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не могут их создавать.",
|
||||||
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Включить автоматическое завершение имен пользователей в диалоге предоставления общего доступа. Если отключено, то необходимо вводить полное имя или адрес эл. почты.",
|
"Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Включить автоматическое завершение имен пользователей в диалоге предоставления общего доступа. Если отключено, то необходимо вводить полное имя или адрес эл. почты.",
|
||||||
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Показывать текст об отказе на странице загрузки публичной ссылки (Показывать только когда список файлов скрыт)",
|
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Показывать текст об отказе от ответственности на странице отправки публичной ссылки (Показывать только когда список файлов скрыт)",
|
||||||
"This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по публичной ссылке на загрузку при скрытом списке файлов",
|
"This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по публичной ссылке на отправку при скрытом списке файлов",
|
||||||
"Default share permissions" : "Права общего доступа по умолчанию",
|
"Default share permissions" : "Права общего доступа по умолчанию",
|
||||||
"Personal" : "Личное",
|
"Personal" : "Личное",
|
||||||
"Administration" : "Администрирование",
|
"Administration" : "Администрирование",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Spara ändringar",
|
"Save changes" : "Spara ändringar",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Den här appen stöds via din nuvarande Nextcloud-prenumeration.",
|
"This app is supported via your current Nextcloud subscription." : "Den här appen stöds via din nuvarande Nextcloud-prenumeration.",
|
||||||
"Supported" : "Stöds",
|
"Supported" : "Stöds",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Utvalda appar utvecklas av och inom gemenskapen. De erbjuder central funktionalitet och är redo för produktionsanvändning.",
|
||||||
|
"Featured" : "Utvalda",
|
||||||
"by" : "av",
|
"by" : "av",
|
||||||
"Update to {version}" : "Uppdatera till {version}",
|
"Update to {version}" : "Uppdatera till {version}",
|
||||||
"Remove" : "Ta bort",
|
"Remove" : "Ta bort",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Spara ändringar",
|
"Save changes" : "Spara ändringar",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Den här appen stöds via din nuvarande Nextcloud-prenumeration.",
|
"This app is supported via your current Nextcloud subscription." : "Den här appen stöds via din nuvarande Nextcloud-prenumeration.",
|
||||||
"Supported" : "Stöds",
|
"Supported" : "Stöds",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Utvalda appar utvecklas av och inom gemenskapen. De erbjuder central funktionalitet och är redo för produktionsanvändning.",
|
||||||
|
"Featured" : "Utvalda",
|
||||||
"by" : "av",
|
"by" : "av",
|
||||||
"Update to {version}" : "Uppdatera till {version}",
|
"Update to {version}" : "Uppdatera till {version}",
|
||||||
"Remove" : "Ta bort",
|
"Remove" : "Ta bort",
|
||||||
|
|
|
@ -123,6 +123,8 @@ OC.L10N.register(
|
||||||
"Save changes" : "Değişiklikleri kaydet",
|
"Save changes" : "Değişiklikleri kaydet",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Bu uygulamanın desteği geçerli Nextcloud aboneliğiniz ile sağlanır.",
|
"This app is supported via your current Nextcloud subscription." : "Bu uygulamanın desteği geçerli Nextcloud aboneliğiniz ile sağlanır.",
|
||||||
"Supported" : "Destekleniyor",
|
"Supported" : "Destekleniyor",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Öne çıkarılmış uygulamalar topluluk tarafından geliştirilmiştir. Temel işlevleri yerine getirirler ve üretim ortamında kullanılabilirler.",
|
||||||
|
"Featured" : "Öne Çıkarılmış",
|
||||||
"by" : "Kişi:",
|
"by" : "Kişi:",
|
||||||
"Update to {version}" : "{version} sürümüne güncelle",
|
"Update to {version}" : "{version} sürümüne güncelle",
|
||||||
"Remove" : "Kaldır",
|
"Remove" : "Kaldır",
|
||||||
|
@ -206,13 +208,13 @@ OC.L10N.register(
|
||||||
"Enable user" : "Kullanıcıyı etkinleştir",
|
"Enable user" : "Kullanıcıyı etkinleştir",
|
||||||
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
|
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
|
||||||
"{size} used" : "{size} kullanılmış",
|
"{size} used" : "{size} kullanılmış",
|
||||||
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Cihaz kaybolumu yada organizasyondan çıkış durumunda, {userid} ait olan cihazlardan tüm Nextcloud verilerini siler. Sadece cihazlar internete erişimi varsa çalışır.",
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Aygıt kaybedildiğinde ya da kuruluş ile çalışma sona erdirildiğinde, bu özellik {userid} ile ilişkili tüm aygıtlardaki Nextcloud verilerini silebilir. Bu özellik yalnız aygıtların İnternet erişimi olduğunda kullanılabilir.",
|
||||||
"Remote wipe of devices" : "Uzaktan silme cihazları",
|
"Remote wipe of devices" : "Uzaktan aygıt temizleme",
|
||||||
"Wipe {userid}'s devices" : "{userid}'ın cihazlarını sil",
|
"Wipe {userid}'s devices" : "{userid} aygıtlarını temizle",
|
||||||
"Cancel" : "İptal",
|
"Cancel" : "İptal",
|
||||||
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid}'ın tüm hesabını, kişisel dosyaları, uygulama veriler vs dahil olmak üzere sil",
|
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} için kişisel dosyalar ve uygulama verileri gibi tüm hesap bilgilerini tamamen siler",
|
||||||
"Account deletion" : "Hesap silimi",
|
"Account deletion" : "Hesap silme",
|
||||||
"Delete {userid}'s account" : "{userid}'ın hesıbını sil",
|
"Delete {userid}'s account" : "{userid} hesabını sil",
|
||||||
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
|
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
|
||||||
"Display name" : "Görüntülenecek ad",
|
"Display name" : "Görüntülenecek ad",
|
||||||
"Email" : "E-posta",
|
"Email" : "E-posta",
|
||||||
|
@ -820,7 +822,7 @@ OC.L10N.register(
|
||||||
"Yoruba" : "Yoruba",
|
"Yoruba" : "Yoruba",
|
||||||
"Zulu (South Africa)" : "Zulu (Güney Afrika)",
|
"Zulu (South Africa)" : "Zulu (Güney Afrika)",
|
||||||
"Zulu" : "Zulu",
|
"Zulu" : "Zulu",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Temel işlevleri yerine getirirler ve üretim ortamında kullanılabilirler.",
|
||||||
"Official" : "Resmi",
|
"Official" : "Resmi",
|
||||||
"Store credentials" : "Kimlik bilgileri kaydedilsin",
|
"Store credentials" : "Kimlik bilgileri kaydedilsin",
|
||||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
|
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
"Save changes" : "Değişiklikleri kaydet",
|
"Save changes" : "Değişiklikleri kaydet",
|
||||||
"This app is supported via your current Nextcloud subscription." : "Bu uygulamanın desteği geçerli Nextcloud aboneliğiniz ile sağlanır.",
|
"This app is supported via your current Nextcloud subscription." : "Bu uygulamanın desteği geçerli Nextcloud aboneliğiniz ile sağlanır.",
|
||||||
"Supported" : "Destekleniyor",
|
"Supported" : "Destekleniyor",
|
||||||
|
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Öne çıkarılmış uygulamalar topluluk tarafından geliştirilmiştir. Temel işlevleri yerine getirirler ve üretim ortamında kullanılabilirler.",
|
||||||
|
"Featured" : "Öne Çıkarılmış",
|
||||||
"by" : "Kişi:",
|
"by" : "Kişi:",
|
||||||
"Update to {version}" : "{version} sürümüne güncelle",
|
"Update to {version}" : "{version} sürümüne güncelle",
|
||||||
"Remove" : "Kaldır",
|
"Remove" : "Kaldır",
|
||||||
|
@ -204,13 +206,13 @@
|
||||||
"Enable user" : "Kullanıcıyı etkinleştir",
|
"Enable user" : "Kullanıcıyı etkinleştir",
|
||||||
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
|
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
|
||||||
"{size} used" : "{size} kullanılmış",
|
"{size} used" : "{size} kullanılmış",
|
||||||
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Cihaz kaybolumu yada organizasyondan çıkış durumunda, {userid} ait olan cihazlardan tüm Nextcloud verilerini siler. Sadece cihazlar internete erişimi varsa çalışır.",
|
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Aygıt kaybedildiğinde ya da kuruluş ile çalışma sona erdirildiğinde, bu özellik {userid} ile ilişkili tüm aygıtlardaki Nextcloud verilerini silebilir. Bu özellik yalnız aygıtların İnternet erişimi olduğunda kullanılabilir.",
|
||||||
"Remote wipe of devices" : "Uzaktan silme cihazları",
|
"Remote wipe of devices" : "Uzaktan aygıt temizleme",
|
||||||
"Wipe {userid}'s devices" : "{userid}'ın cihazlarını sil",
|
"Wipe {userid}'s devices" : "{userid} aygıtlarını temizle",
|
||||||
"Cancel" : "İptal",
|
"Cancel" : "İptal",
|
||||||
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid}'ın tüm hesabını, kişisel dosyaları, uygulama veriler vs dahil olmak üzere sil",
|
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} için kişisel dosyalar ve uygulama verileri gibi tüm hesap bilgilerini tamamen siler",
|
||||||
"Account deletion" : "Hesap silimi",
|
"Account deletion" : "Hesap silme",
|
||||||
"Delete {userid}'s account" : "{userid}'ın hesıbını sil",
|
"Delete {userid}'s account" : "{userid} hesabını sil",
|
||||||
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
|
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
|
||||||
"Display name" : "Görüntülenecek ad",
|
"Display name" : "Görüntülenecek ad",
|
||||||
"Email" : "E-posta",
|
"Email" : "E-posta",
|
||||||
|
@ -818,7 +820,7 @@
|
||||||
"Yoruba" : "Yoruba",
|
"Yoruba" : "Yoruba",
|
||||||
"Zulu (South Africa)" : "Zulu (Güney Afrika)",
|
"Zulu (South Africa)" : "Zulu (Güney Afrika)",
|
||||||
"Zulu" : "Zulu",
|
"Zulu" : "Zulu",
|
||||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.",
|
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Temel işlevleri yerine getirirler ve üretim ortamında kullanılabilirler.",
|
||||||
"Official" : "Resmi",
|
"Official" : "Resmi",
|
||||||
"Store credentials" : "Kimlik bilgileri kaydedilsin",
|
"Store credentials" : "Kimlik bilgileri kaydedilsin",
|
||||||
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
|
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php, HTTP üzerinden 15 dakikada bir yürütülmesi için webcron hizmetine kaydedildi.",
|
||||||
|
|
|
@ -13,7 +13,7 @@ OC.L10N.register(
|
||||||
"Removed system tag {systemtag}" : "Odstranjena je sistemska oznaka {systemtag}",
|
"Removed system tag {systemtag}" : "Odstranjena je sistemska oznaka {systemtag}",
|
||||||
"Removed system tag %1$s" : "Odstranjena je sistemska oznaka %1$s",
|
"Removed system tag %1$s" : "Odstranjena je sistemska oznaka %1$s",
|
||||||
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
|
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
|
||||||
"%1$s deleted system tag %2$s" : "Uporabnik %1$s je izbrisal sistemsko oznako %2$s",
|
"%1$s deleted system tag %2$s" : "Uporabnik %1$s izbriše sistemsko oznako %2$s",
|
||||||
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
|
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
|
||||||
"You added system tag %2$s to %1$s" : "Datoteki %1$s je dodana oznaka %2$s.",
|
"You added system tag %2$s to %1$s" : "Datoteki %1$s je dodana oznaka %2$s.",
|
||||||
"You added system tag {systemtag} to {file}" : "Datoteki {file} je dodana oznaka {systemtag}",
|
"You added system tag {systemtag} to {file}" : "Datoteki {file} je dodana oznaka {systemtag}",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"Removed system tag {systemtag}" : "Odstranjena je sistemska oznaka {systemtag}",
|
"Removed system tag {systemtag}" : "Odstranjena je sistemska oznaka {systemtag}",
|
||||||
"Removed system tag %1$s" : "Odstranjena je sistemska oznaka %1$s",
|
"Removed system tag %1$s" : "Odstranjena je sistemska oznaka %1$s",
|
||||||
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
|
"%1$s created system tag %2$s" : "Uporabnik %1$s je ustvaril sistemsko oznako %2$s",
|
||||||
"%1$s deleted system tag %2$s" : "Uporabnik %1$s je izbrisal sistemsko oznako %2$s",
|
"%1$s deleted system tag %2$s" : "Uporabnik %1$s izbriše sistemsko oznako %2$s",
|
||||||
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
|
"%1$s updated system tag %3$s to %2$s" : "Uporabnik %1$s je posodobil sistemsko oznako %3$s za %2$s",
|
||||||
"You added system tag %2$s to %1$s" : "Datoteki %1$s je dodana oznaka %2$s.",
|
"You added system tag %2$s to %1$s" : "Datoteki %1$s je dodana oznaka %2$s.",
|
||||||
"You added system tag {systemtag} to {file}" : "Datoteki {file} je dodana oznaka {systemtag}",
|
"You added system tag {systemtag} to {file}" : "Datoteki {file} je dodana oznaka {systemtag}",
|
||||||
|
|
|
@ -16,14 +16,14 @@ OC.L10N.register(
|
||||||
"The given slogan is too long" : "Указанный слоган слишком длинный",
|
"The given slogan is too long" : "Указанный слоган слишком длинный",
|
||||||
"The given color is invalid" : "Задан неправильный цвет",
|
"The given color is invalid" : "Задан неправильный цвет",
|
||||||
"The file was uploaded" : "Файл был загружен",
|
"The file was uploaded" : "Файл был загружен",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загруженного файла превышает установленный предел upload_max_filesize в php.ini:",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер переданного файла превышает установленный предел upload_max_filesize в php.ini:",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер переданного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
|
||||||
"The file was only partially uploaded" : "Файл был получен частично",
|
"The file was only partially uploaded" : "Файл был получен частично",
|
||||||
"No file was uploaded" : "Не было загружено ни одного файла",
|
"No file was uploaded" : "Не было отправлено ни одного файла",
|
||||||
"Missing a temporary folder" : "Отсутствует временный каталог",
|
"Missing a temporary folder" : "Отсутствует временный каталог",
|
||||||
"Could not write file to disk" : "Невозможно записать файл на диск",
|
"Could not write file to disk" : "Невозможно записать файл на диск",
|
||||||
"A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла",
|
"A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла",
|
||||||
"No file uploaded" : "Нет загруженных файлов",
|
"No file uploaded" : "Нет отправленных файлов",
|
||||||
"Unsupported image type" : "Неподдерживаемый тип изображения",
|
"Unsupported image type" : "Неподдерживаемый тип изображения",
|
||||||
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.",
|
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.",
|
||||||
"Theming" : "Темы оформления",
|
"Theming" : "Темы оформления",
|
||||||
|
|
|
@ -14,14 +14,14 @@
|
||||||
"The given slogan is too long" : "Указанный слоган слишком длинный",
|
"The given slogan is too long" : "Указанный слоган слишком длинный",
|
||||||
"The given color is invalid" : "Задан неправильный цвет",
|
"The given color is invalid" : "Задан неправильный цвет",
|
||||||
"The file was uploaded" : "Файл был загружен",
|
"The file was uploaded" : "Файл был загружен",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загруженного файла превышает установленный предел upload_max_filesize в php.ini:",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер переданного файла превышает установленный предел upload_max_filesize в php.ini:",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер переданного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
|
||||||
"The file was only partially uploaded" : "Файл был получен частично",
|
"The file was only partially uploaded" : "Файл был получен частично",
|
||||||
"No file was uploaded" : "Не было загружено ни одного файла",
|
"No file was uploaded" : "Не было отправлено ни одного файла",
|
||||||
"Missing a temporary folder" : "Отсутствует временный каталог",
|
"Missing a temporary folder" : "Отсутствует временный каталог",
|
||||||
"Could not write file to disk" : "Невозможно записать файл на диск",
|
"Could not write file to disk" : "Невозможно записать файл на диск",
|
||||||
"A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла",
|
"A PHP extension stopped the file upload" : "Расширение PHP прервало загрузку файла",
|
||||||
"No file uploaded" : "Нет загруженных файлов",
|
"No file uploaded" : "Нет отправленных файлов",
|
||||||
"Unsupported image type" : "Неподдерживаемый тип изображения",
|
"Unsupported image type" : "Неподдерживаемый тип изображения",
|
||||||
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.",
|
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Вы уже используете настраиваемую тему. Из за этого установки приложения для тем могут быть перезаписаны.",
|
||||||
"Theming" : "Темы оформления",
|
"Theming" : "Темы оформления",
|
||||||
|
|
|
@ -3,12 +3,16 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
|
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
|
||||||
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
|
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
|
||||||
|
"Invalid configuration: Anonymous binding is not allowed." : "Neplatné nastavenie: anonymné pripojenie nie je povolené.",
|
||||||
"Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
|
"Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
|
||||||
|
"Valid configuration, but binding failed. Please check the server settings and credentials." : "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.",
|
||||||
|
"Invalid configuration. Please have a look at the logs for further details." : "Konfigurácia je chybná. Prosím, pozrite sa do logov pre ďalšie podrobnosti.",
|
||||||
"No action specified" : "Nie je vybraná akcia",
|
"No action specified" : "Nie je vybraná akcia",
|
||||||
"No configuration specified" : "Nie je určená konfigurácia",
|
"No configuration specified" : "Nie je určená konfigurácia",
|
||||||
"No data specified" : "Nie sú vybraté dáta",
|
"No data specified" : "Nie sú vybraté dáta",
|
||||||
" Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s",
|
" Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s",
|
||||||
"Action does not exist" : "Takáto akcia neexistuje",
|
"Action does not exist" : "Takáto akcia neexistuje",
|
||||||
|
"Renewing …" : "Obnovujem...",
|
||||||
"Very weak password" : "Veľmi slabé heslo",
|
"Very weak password" : "Veľmi slabé heslo",
|
||||||
"Weak password" : "Slabé heslo",
|
"Weak password" : "Slabé heslo",
|
||||||
"So-so password" : "Priemerné heslo",
|
"So-so password" : "Priemerné heslo",
|
||||||
|
@ -28,6 +32,7 @@ OC.L10N.register(
|
||||||
"{nthServer}. Server" : "{nthServer}. Server",
|
"{nthServer}. Server" : "{nthServer}. Server",
|
||||||
"No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.",
|
"No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.",
|
||||||
"More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.",
|
"More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.",
|
||||||
|
"_{objectsFound} entry available within the provided Base DN_::_{objectsFound} entries available within the provided Base DN_" : ["{objectsFound} dostupný záznam v zadanej základnej DN","{objectsFound} dostupné záznamy v zadanej základnej DN","{objectsFound} dostupných záznamov v zadanej základnej DN","{objectsFound} dostupných záznamov v zadanej základnej DN"],
|
||||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Nastala chyba. Overte základnú DN, nastavenia pripojenia a prihlasovacie údaje.",
|
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Nastala chyba. Overte základnú DN, nastavenia pripojenia a prihlasovacie údaje.",
|
||||||
"Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?",
|
"Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?",
|
||||||
"Confirm Deletion" : "Potvrdiť vymazanie",
|
"Confirm Deletion" : "Potvrdiť vymazanie",
|
||||||
|
@ -39,9 +44,13 @@ OC.L10N.register(
|
||||||
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Prepnutie režimu povolí automatické LDAP požiadavky. V závislosti na veľkosti vášho LDAP môže vyhľadávanie chvíľu trvať. Naozaj chcete prepnúť režim?",
|
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Prepnutie režimu povolí automatické LDAP požiadavky. V závislosti na veľkosti vášho LDAP môže vyhľadávanie chvíľu trvať. Naozaj chcete prepnúť režim?",
|
||||||
"Mode switch" : "Prepínač režimov",
|
"Mode switch" : "Prepínač režimov",
|
||||||
"Select attributes" : "Vyberte atribúty",
|
"Select attributes" : "Vyberte atribúty",
|
||||||
|
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command-line validation): <br/>" : "Používateľ nenájdený. Skontrolujte si svoje prihlasovacie údaje a meno. Použitý filter (pre skopírovanie a overenie v príkazovom riadku): <br/>",
|
||||||
"User found and settings verified." : "Používateľ bol nájdený a nastavenie bolo overené.",
|
"User found and settings verified." : "Používateľ bol nájdený a nastavenie bolo overené.",
|
||||||
|
"Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Zvážte zúženie vyhľadávania, pretože zahŕňalo mnoho užívateľov, z ktorých sa bude môcť prihlásiť iba prvý z nich.",
|
||||||
|
"An unspecified error occurred. Please check log and settings." : "Nastala nešpecifikovaná chyba. Overte nastavenia a súbor logu.",
|
||||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Filter vyhľadávania je neplatný, pravdepodobne je chybný syntax, napr. neuzatvorené zátvorky. Overte si to.",
|
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Filter vyhľadávania je neplatný, pravdepodobne je chybný syntax, napr. neuzatvorené zátvorky. Overte si to.",
|
||||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Nastala chyba pri pripojení k LDAP / AD, skontrolujte položky host, port a prihlasovacie údaje.",
|
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Nastala chyba pri pripojení k LDAP / AD, skontrolujte položky host, port a prihlasovacie údaje.",
|
||||||
|
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Chýba zástupný znak %uid. Bude nahradený prihlasovacím menom pri požiadavke do LDAP / AD.",
|
||||||
"Please provide a login name to test against" : "Zadajte prihlasovacie meno na otestovanie",
|
"Please provide a login name to test against" : "Zadajte prihlasovacie meno na otestovanie",
|
||||||
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Pole skupín bolo vypnuté, pretože LDAP / AD server nepodporuje memberOf.",
|
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Pole skupín bolo vypnuté, pretože LDAP / AD server nepodporuje memberOf.",
|
||||||
"Password change rejected. Hint: " : "Zmena hesla zamietnutá. Vodítko:",
|
"Password change rejected. Hint: " : "Zmena hesla zamietnutá. Vodítko:",
|
||||||
|
@ -54,6 +63,7 @@ OC.L10N.register(
|
||||||
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
|
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
|
||||||
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
|
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
|
||||||
"Invalid Host" : "Neplatný hostiteľ",
|
"Invalid Host" : "Neplatný hostiteľ",
|
||||||
|
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Aplikácia umožňuje administrátorom pripojenie Nextcloud k užívateľskému adresáru LDAP.",
|
||||||
"Test Configuration" : "Test nastavenia",
|
"Test Configuration" : "Test nastavenia",
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
|
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
|
"Failed to clear the mappings." : "Nepodarilo sa vymazať mapovania.",
|
||||||
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
|
"Failed to delete the server configuration" : "Zlyhalo zmazanie nastavenia servera.",
|
||||||
|
"Invalid configuration: Anonymous binding is not allowed." : "Neplatné nastavenie: anonymné pripojenie nie je povolené.",
|
||||||
"Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
|
"Valid configuration, connection established!" : "Platná konfigurácia, spojenie nadviazané!",
|
||||||
|
"Valid configuration, but binding failed. Please check the server settings and credentials." : "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.",
|
||||||
|
"Invalid configuration. Please have a look at the logs for further details." : "Konfigurácia je chybná. Prosím, pozrite sa do logov pre ďalšie podrobnosti.",
|
||||||
"No action specified" : "Nie je vybraná akcia",
|
"No action specified" : "Nie je vybraná akcia",
|
||||||
"No configuration specified" : "Nie je určená konfigurácia",
|
"No configuration specified" : "Nie je určená konfigurácia",
|
||||||
"No data specified" : "Nie sú vybraté dáta",
|
"No data specified" : "Nie sú vybraté dáta",
|
||||||
" Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s",
|
" Could not set configuration %s" : "Nemôžem nastaviť konfiguráciu %s",
|
||||||
"Action does not exist" : "Takáto akcia neexistuje",
|
"Action does not exist" : "Takáto akcia neexistuje",
|
||||||
|
"Renewing …" : "Obnovujem...",
|
||||||
"Very weak password" : "Veľmi slabé heslo",
|
"Very weak password" : "Veľmi slabé heslo",
|
||||||
"Weak password" : "Slabé heslo",
|
"Weak password" : "Slabé heslo",
|
||||||
"So-so password" : "Priemerné heslo",
|
"So-so password" : "Priemerné heslo",
|
||||||
|
@ -26,6 +30,7 @@
|
||||||
"{nthServer}. Server" : "{nthServer}. Server",
|
"{nthServer}. Server" : "{nthServer}. Server",
|
||||||
"No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.",
|
"No object found in the given Base DN. Please revise." : "Objekt nebol nájdený v zadanej základnej DN. Overte to prosím.",
|
||||||
"More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.",
|
"More than 1,000 directory entries available." : "V adresári je dostupných viac ako 1000 položiek.",
|
||||||
|
"_{objectsFound} entry available within the provided Base DN_::_{objectsFound} entries available within the provided Base DN_" : ["{objectsFound} dostupný záznam v zadanej základnej DN","{objectsFound} dostupné záznamy v zadanej základnej DN","{objectsFound} dostupných záznamov v zadanej základnej DN","{objectsFound} dostupných záznamov v zadanej základnej DN"],
|
||||||
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Nastala chyba. Overte základnú DN, nastavenia pripojenia a prihlasovacie údaje.",
|
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Nastala chyba. Overte základnú DN, nastavenia pripojenia a prihlasovacie údaje.",
|
||||||
"Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?",
|
"Do you really want to delete the current Server Configuration?" : "Naozaj chcete zmazať súčasné nastavenie servera?",
|
||||||
"Confirm Deletion" : "Potvrdiť vymazanie",
|
"Confirm Deletion" : "Potvrdiť vymazanie",
|
||||||
|
@ -37,9 +42,13 @@
|
||||||
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Prepnutie režimu povolí automatické LDAP požiadavky. V závislosti na veľkosti vášho LDAP môže vyhľadávanie chvíľu trvať. Naozaj chcete prepnúť režim?",
|
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Prepnutie režimu povolí automatické LDAP požiadavky. V závislosti na veľkosti vášho LDAP môže vyhľadávanie chvíľu trvať. Naozaj chcete prepnúť režim?",
|
||||||
"Mode switch" : "Prepínač režimov",
|
"Mode switch" : "Prepínač režimov",
|
||||||
"Select attributes" : "Vyberte atribúty",
|
"Select attributes" : "Vyberte atribúty",
|
||||||
|
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command-line validation): <br/>" : "Používateľ nenájdený. Skontrolujte si svoje prihlasovacie údaje a meno. Použitý filter (pre skopírovanie a overenie v príkazovom riadku): <br/>",
|
||||||
"User found and settings verified." : "Používateľ bol nájdený a nastavenie bolo overené.",
|
"User found and settings verified." : "Používateľ bol nájdený a nastavenie bolo overené.",
|
||||||
|
"Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Zvážte zúženie vyhľadávania, pretože zahŕňalo mnoho užívateľov, z ktorých sa bude môcť prihlásiť iba prvý z nich.",
|
||||||
|
"An unspecified error occurred. Please check log and settings." : "Nastala nešpecifikovaná chyba. Overte nastavenia a súbor logu.",
|
||||||
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Filter vyhľadávania je neplatný, pravdepodobne je chybný syntax, napr. neuzatvorené zátvorky. Overte si to.",
|
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Filter vyhľadávania je neplatný, pravdepodobne je chybný syntax, napr. neuzatvorené zátvorky. Overte si to.",
|
||||||
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Nastala chyba pri pripojení k LDAP / AD, skontrolujte položky host, port a prihlasovacie údaje.",
|
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Nastala chyba pri pripojení k LDAP / AD, skontrolujte položky host, port a prihlasovacie údaje.",
|
||||||
|
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Chýba zástupný znak %uid. Bude nahradený prihlasovacím menom pri požiadavke do LDAP / AD.",
|
||||||
"Please provide a login name to test against" : "Zadajte prihlasovacie meno na otestovanie",
|
"Please provide a login name to test against" : "Zadajte prihlasovacie meno na otestovanie",
|
||||||
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Pole skupín bolo vypnuté, pretože LDAP / AD server nepodporuje memberOf.",
|
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Pole skupín bolo vypnuté, pretože LDAP / AD server nepodporuje memberOf.",
|
||||||
"Password change rejected. Hint: " : "Zmena hesla zamietnutá. Vodítko:",
|
"Password change rejected. Hint: " : "Zmena hesla zamietnutá. Vodítko:",
|
||||||
|
@ -52,6 +61,7 @@
|
||||||
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
|
"_%s user found_::_%s users found_" : ["%s nájdený používateľ","%s nájdení používatelia","%s nájdených používateľov","%s nájdených používateľov"],
|
||||||
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
|
"Could not find the desired feature" : "Nemožno nájsť požadovanú funkciu",
|
||||||
"Invalid Host" : "Neplatný hostiteľ",
|
"Invalid Host" : "Neplatný hostiteľ",
|
||||||
|
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Aplikácia umožňuje administrátorom pripojenie Nextcloud k užívateľskému adresáru LDAP.",
|
||||||
"Test Configuration" : "Test nastavenia",
|
"Test Configuration" : "Test nastavenia",
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
|
"Groups meeting these criteria are available in %s:" : "Skupiny spĺňajúce tieto kritériá sú k dispozícii v %s:",
|
||||||
|
|
|
@ -40,11 +40,13 @@ OC.L10N.register(
|
||||||
"Images" : "Obrázky",
|
"Images" : "Obrázky",
|
||||||
"Office documents" : "Kancelářské dokumenty",
|
"Office documents" : "Kancelářské dokumenty",
|
||||||
"PDF documents" : "PDF dokumenty",
|
"PDF documents" : "PDF dokumenty",
|
||||||
|
"Custom mimetype" : "Uživatelsky určený mimetyp",
|
||||||
"Select a tag" : "Vybrat štítek",
|
"Select a tag" : "Vybrat štítek",
|
||||||
"No results" : "Žádné výsledky",
|
"No results" : "Žádné výsledky",
|
||||||
"%s (invisible)" : "%s (neviditelné)",
|
"%s (invisible)" : "%s (neviditelné)",
|
||||||
"%s (restricted)" : "%s (omezeno)",
|
"%s (restricted)" : "%s (omezeno)",
|
||||||
"Please enter a valid time span" : "Zadejte platné časové rozmezí",
|
"Please enter a valid time span" : "Zadejte platné časové rozmezí",
|
||||||
|
"Select a request URL" : "Vyberte URL požadavku",
|
||||||
"Predefined URLs" : "Předdefinované URL",
|
"Predefined URLs" : "Předdefinované URL",
|
||||||
"Files WebDAV" : "Soubory WebDAV",
|
"Files WebDAV" : "Soubory WebDAV",
|
||||||
"Others" : "Ostatní",
|
"Others" : "Ostatní",
|
||||||
|
|
|
@ -38,11 +38,13 @@
|
||||||
"Images" : "Obrázky",
|
"Images" : "Obrázky",
|
||||||
"Office documents" : "Kancelářské dokumenty",
|
"Office documents" : "Kancelářské dokumenty",
|
||||||
"PDF documents" : "PDF dokumenty",
|
"PDF documents" : "PDF dokumenty",
|
||||||
|
"Custom mimetype" : "Uživatelsky určený mimetyp",
|
||||||
"Select a tag" : "Vybrat štítek",
|
"Select a tag" : "Vybrat štítek",
|
||||||
"No results" : "Žádné výsledky",
|
"No results" : "Žádné výsledky",
|
||||||
"%s (invisible)" : "%s (neviditelné)",
|
"%s (invisible)" : "%s (neviditelné)",
|
||||||
"%s (restricted)" : "%s (omezeno)",
|
"%s (restricted)" : "%s (omezeno)",
|
||||||
"Please enter a valid time span" : "Zadejte platné časové rozmezí",
|
"Please enter a valid time span" : "Zadejte platné časové rozmezí",
|
||||||
|
"Select a request URL" : "Vyberte URL požadavku",
|
||||||
"Predefined URLs" : "Předdefinované URL",
|
"Predefined URLs" : "Předdefinované URL",
|
||||||
"Files WebDAV" : "Soubory WebDAV",
|
"Files WebDAV" : "Soubory WebDAV",
|
||||||
"Others" : "Ostatní",
|
"Others" : "Ostatní",
|
||||||
|
|
|
@ -36,13 +36,16 @@ OC.L10N.register(
|
||||||
"Select a filter" : "Vybrať filter",
|
"Select a filter" : "Vybrať filter",
|
||||||
"Select a comparator" : "Vybrať porovnávač",
|
"Select a comparator" : "Vybrať porovnávač",
|
||||||
"Select a file type" : "Vyberte typ súboru",
|
"Select a file type" : "Vyberte typ súboru",
|
||||||
|
"e.g. httpd/unix-directory" : "napr. adresár httpd/unix",
|
||||||
"Images" : "Obrázky",
|
"Images" : "Obrázky",
|
||||||
"Office documents" : "Dokumenty Office",
|
"Office documents" : "Dokumenty Office",
|
||||||
"PDF documents" : "Dokumenty PDF",
|
"PDF documents" : "Dokumenty PDF",
|
||||||
"Custom mimetype" : "Vlastné typy mime",
|
"Custom mimetype" : "Vlastné typy mime",
|
||||||
|
"Select a tag" : "Vyber štítok",
|
||||||
"No results" : "Žiadne výsledky",
|
"No results" : "Žiadne výsledky",
|
||||||
"%s (invisible)" : "%s (neviditeľné)",
|
"%s (invisible)" : "%s (neviditeľné)",
|
||||||
"%s (restricted)" : "%s (obmedzené)",
|
"%s (restricted)" : "%s (obmedzené)",
|
||||||
|
"Please enter a valid time span" : "Zadajte prosím platné časové rozmedzie",
|
||||||
"Select a request URL" : "Vybrať URL požiadavku",
|
"Select a request URL" : "Vybrať URL požiadavku",
|
||||||
"Predefined URLs" : "Preddefinované URL",
|
"Predefined URLs" : "Preddefinované URL",
|
||||||
"Files WebDAV" : "WebDAV súbory",
|
"Files WebDAV" : "WebDAV súbory",
|
||||||
|
@ -56,6 +59,8 @@ OC.L10N.register(
|
||||||
"Custom user agent" : "Vlastný agent užívateľa",
|
"Custom user agent" : "Vlastný agent užívateľa",
|
||||||
"When" : "Keď",
|
"When" : "Keď",
|
||||||
"and" : "a",
|
"and" : "a",
|
||||||
|
"Cancel" : "Zrušiť",
|
||||||
|
"Delete" : "Zmazať",
|
||||||
"The configuration is invalid" : "Konfigurácia je neplatná",
|
"The configuration is invalid" : "Konfigurácia je neplatná",
|
||||||
"Show less" : "Zobraziť menej",
|
"Show less" : "Zobraziť menej",
|
||||||
"Show more" : "Zobraziť viac",
|
"Show more" : "Zobraziť viac",
|
||||||
|
|
|
@ -34,13 +34,16 @@
|
||||||
"Select a filter" : "Vybrať filter",
|
"Select a filter" : "Vybrať filter",
|
||||||
"Select a comparator" : "Vybrať porovnávač",
|
"Select a comparator" : "Vybrať porovnávač",
|
||||||
"Select a file type" : "Vyberte typ súboru",
|
"Select a file type" : "Vyberte typ súboru",
|
||||||
|
"e.g. httpd/unix-directory" : "napr. adresár httpd/unix",
|
||||||
"Images" : "Obrázky",
|
"Images" : "Obrázky",
|
||||||
"Office documents" : "Dokumenty Office",
|
"Office documents" : "Dokumenty Office",
|
||||||
"PDF documents" : "Dokumenty PDF",
|
"PDF documents" : "Dokumenty PDF",
|
||||||
"Custom mimetype" : "Vlastné typy mime",
|
"Custom mimetype" : "Vlastné typy mime",
|
||||||
|
"Select a tag" : "Vyber štítok",
|
||||||
"No results" : "Žiadne výsledky",
|
"No results" : "Žiadne výsledky",
|
||||||
"%s (invisible)" : "%s (neviditeľné)",
|
"%s (invisible)" : "%s (neviditeľné)",
|
||||||
"%s (restricted)" : "%s (obmedzené)",
|
"%s (restricted)" : "%s (obmedzené)",
|
||||||
|
"Please enter a valid time span" : "Zadajte prosím platné časové rozmedzie",
|
||||||
"Select a request URL" : "Vybrať URL požiadavku",
|
"Select a request URL" : "Vybrať URL požiadavku",
|
||||||
"Predefined URLs" : "Preddefinované URL",
|
"Predefined URLs" : "Preddefinované URL",
|
||||||
"Files WebDAV" : "WebDAV súbory",
|
"Files WebDAV" : "WebDAV súbory",
|
||||||
|
@ -54,6 +57,8 @@
|
||||||
"Custom user agent" : "Vlastný agent užívateľa",
|
"Custom user agent" : "Vlastný agent užívateľa",
|
||||||
"When" : "Keď",
|
"When" : "Keď",
|
||||||
"and" : "a",
|
"and" : "a",
|
||||||
|
"Cancel" : "Zrušiť",
|
||||||
|
"Delete" : "Zmazať",
|
||||||
"The configuration is invalid" : "Konfigurácia je neplatná",
|
"The configuration is invalid" : "Konfigurácia je neplatná",
|
||||||
"Show less" : "Zobraziť menej",
|
"Show less" : "Zobraziť menej",
|
||||||
"Show more" : "Zobraziť viac",
|
"Show more" : "Zobraziť viac",
|
||||||
|
|
|
@ -25,6 +25,7 @@ OC.L10N.register(
|
||||||
"iOS client" : "Odjemalec za iOS",
|
"iOS client" : "Odjemalec za iOS",
|
||||||
"Desktop client" : "Odjemalec za namizne računalnike",
|
"Desktop client" : "Odjemalec za namizne računalnike",
|
||||||
"Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook",
|
"Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook",
|
||||||
|
"Cancel" : "Prekliči",
|
||||||
"File name" : "Ime datoteke",
|
"File name" : "Ime datoteke",
|
||||||
"is" : "je",
|
"is" : "je",
|
||||||
"is not" : "ni",
|
"is not" : "ni",
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
"iOS client" : "Odjemalec za iOS",
|
"iOS client" : "Odjemalec za iOS",
|
||||||
"Desktop client" : "Odjemalec za namizne računalnike",
|
"Desktop client" : "Odjemalec za namizne računalnike",
|
||||||
"Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook",
|
"Thunderbird & Outlook addons" : "Razširitve za Thunderbird in Outlook",
|
||||||
|
"Cancel" : "Prekliči",
|
||||||
"File name" : "Ime datoteke",
|
"File name" : "Ime datoteke",
|
||||||
"is" : "je",
|
"is" : "je",
|
||||||
"is not" : "ni",
|
"is not" : "ni",
|
||||||
|
|
|
@ -21,14 +21,18 @@ OC.L10N.register(
|
||||||
"File copied" : "Fil kopierad",
|
"File copied" : "Fil kopierad",
|
||||||
"Tag assigned" : "Tagg tilldelad",
|
"Tag assigned" : "Tagg tilldelad",
|
||||||
"Operation #%s does not exist" : "Operationen #%s existerar inte",
|
"Operation #%s does not exist" : "Operationen #%s existerar inte",
|
||||||
|
"Entity %s does not exist" : "Objekt 1%s finns inte",
|
||||||
"No events are chosen." : "Inga händelser valda",
|
"No events are chosen." : "Inga händelser valda",
|
||||||
|
"Entity %s has no event %s" : "Objekt 1%s har ingen händelse 1%s",
|
||||||
"Operation %s does not exist" : "Operationen %s existerar inte",
|
"Operation %s does not exist" : "Operationen %s existerar inte",
|
||||||
"Operation %s is invalid" : "Operationen %s är ogiltig",
|
"Operation %s is invalid" : "Operationen %s är ogiltig",
|
||||||
"Check %s does not exist" : "Kontroll av %s existerar inte",
|
"Check %s does not exist" : "Kontroll av %s existerar inte",
|
||||||
"Check %s is invalid" : "Kontroll av %s är ogiltig",
|
"Check %s is invalid" : "Kontroll av %s är ogiltig",
|
||||||
|
"Check %s is not allowed with this entity" : "Kontroll 1%s tillåts ej för det här objektet",
|
||||||
"Check #%s does not exist" : "Kontroll av #%s existerar inte",
|
"Check #%s does not exist" : "Kontroll av #%s existerar inte",
|
||||||
"Check %s is invalid or does not exist" : "Kontroll av %s är ogiltig eller existerar inte",
|
"Check %s is invalid or does not exist" : "Kontroll av %s är ogiltig eller existerar inte",
|
||||||
"Workflows" : "Arbetsflöden",
|
"Workflows" : "Arbetsflöden",
|
||||||
|
"Nextcloud workflow engine" : "Nextcloud arbetsflödesmotor",
|
||||||
"Select a filter" : "Välj ett filter",
|
"Select a filter" : "Välj ett filter",
|
||||||
"Select a comparator" : "Välj en jämförelse",
|
"Select a comparator" : "Välj en jämförelse",
|
||||||
"Select a file type" : "Välj en filtyp",
|
"Select a file type" : "Välj en filtyp",
|
||||||
|
|
|
@ -19,14 +19,18 @@
|
||||||
"File copied" : "Fil kopierad",
|
"File copied" : "Fil kopierad",
|
||||||
"Tag assigned" : "Tagg tilldelad",
|
"Tag assigned" : "Tagg tilldelad",
|
||||||
"Operation #%s does not exist" : "Operationen #%s existerar inte",
|
"Operation #%s does not exist" : "Operationen #%s existerar inte",
|
||||||
|
"Entity %s does not exist" : "Objekt 1%s finns inte",
|
||||||
"No events are chosen." : "Inga händelser valda",
|
"No events are chosen." : "Inga händelser valda",
|
||||||
|
"Entity %s has no event %s" : "Objekt 1%s har ingen händelse 1%s",
|
||||||
"Operation %s does not exist" : "Operationen %s existerar inte",
|
"Operation %s does not exist" : "Operationen %s existerar inte",
|
||||||
"Operation %s is invalid" : "Operationen %s är ogiltig",
|
"Operation %s is invalid" : "Operationen %s är ogiltig",
|
||||||
"Check %s does not exist" : "Kontroll av %s existerar inte",
|
"Check %s does not exist" : "Kontroll av %s existerar inte",
|
||||||
"Check %s is invalid" : "Kontroll av %s är ogiltig",
|
"Check %s is invalid" : "Kontroll av %s är ogiltig",
|
||||||
|
"Check %s is not allowed with this entity" : "Kontroll 1%s tillåts ej för det här objektet",
|
||||||
"Check #%s does not exist" : "Kontroll av #%s existerar inte",
|
"Check #%s does not exist" : "Kontroll av #%s existerar inte",
|
||||||
"Check %s is invalid or does not exist" : "Kontroll av %s är ogiltig eller existerar inte",
|
"Check %s is invalid or does not exist" : "Kontroll av %s är ogiltig eller existerar inte",
|
||||||
"Workflows" : "Arbetsflöden",
|
"Workflows" : "Arbetsflöden",
|
||||||
|
"Nextcloud workflow engine" : "Nextcloud arbetsflödesmotor",
|
||||||
"Select a filter" : "Välj ett filter",
|
"Select a filter" : "Välj ett filter",
|
||||||
"Select a comparator" : "Välj en jämförelse",
|
"Select a comparator" : "Välj en jämförelse",
|
||||||
"Select a file type" : "Välj en filtyp",
|
"Select a file type" : "Välj en filtyp",
|
||||||
|
|
|
@ -37,7 +37,7 @@ OC.L10N.register(
|
||||||
"Select a filter" : "Bir süzgeç seçin",
|
"Select a filter" : "Bir süzgeç seçin",
|
||||||
"Select a comparator" : "Bir karşılaştırıcı seçin",
|
"Select a comparator" : "Bir karşılaştırıcı seçin",
|
||||||
"Select a file type" : "Bir dosya türü seçin",
|
"Select a file type" : "Bir dosya türü seçin",
|
||||||
"e.g. httpd/unix-directory" : "örnek e.g. httpd/unix-directory",
|
"e.g. httpd/unix-directory" : "örnek httpd/unix-directory",
|
||||||
"Images" : "Görseller",
|
"Images" : "Görseller",
|
||||||
"Office documents" : "Office belgeleri",
|
"Office documents" : "Office belgeleri",
|
||||||
"PDF documents" : "PDF belgeleri",
|
"PDF documents" : "PDF belgeleri",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"Select a filter" : "Bir süzgeç seçin",
|
"Select a filter" : "Bir süzgeç seçin",
|
||||||
"Select a comparator" : "Bir karşılaştırıcı seçin",
|
"Select a comparator" : "Bir karşılaştırıcı seçin",
|
||||||
"Select a file type" : "Bir dosya türü seçin",
|
"Select a file type" : "Bir dosya türü seçin",
|
||||||
"e.g. httpd/unix-directory" : "örnek e.g. httpd/unix-directory",
|
"e.g. httpd/unix-directory" : "örnek httpd/unix-directory",
|
||||||
"Images" : "Görseller",
|
"Images" : "Görseller",
|
||||||
"Office documents" : "Office belgeleri",
|
"Office documents" : "Office belgeleri",
|
||||||
"PDF documents" : "PDF belgeleri",
|
"PDF documents" : "PDF belgeleri",
|
||||||
|
|
|
@ -23,12 +23,14 @@ namespace OCA\WorkflowEngine\AppInfo;
|
||||||
|
|
||||||
use OCA\WorkflowEngine\Manager;
|
use OCA\WorkflowEngine\Manager;
|
||||||
use OCP\AppFramework\QueryException;
|
use OCP\AppFramework\QueryException;
|
||||||
|
use OCP\EventDispatcher\Event;
|
||||||
use OCP\Template;
|
use OCP\Template;
|
||||||
use OCA\WorkflowEngine\Controller\RequestTime;
|
use OCA\WorkflowEngine\Controller\RequestTime;
|
||||||
use OCP\WorkflowEngine\IEntity;
|
use OCP\WorkflowEngine\IEntity;
|
||||||
|
use OCP\WorkflowEngine\IEntityCompat;
|
||||||
use OCP\WorkflowEngine\IOperation;
|
use OCP\WorkflowEngine\IOperation;
|
||||||
|
use OCP\WorkflowEngine\IOperationCompat;
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||||
use Symfony\Component\EventDispatcher\GenericEvent;
|
|
||||||
|
|
||||||
class Application extends \OCP\AppFramework\App {
|
class Application extends \OCP\AppFramework\App {
|
||||||
|
|
||||||
|
@ -54,7 +56,7 @@ class Application extends \OCP\AppFramework\App {
|
||||||
public function registerHooksAndListeners() {
|
public function registerHooksAndListeners() {
|
||||||
$this->dispatcher->addListener(
|
$this->dispatcher->addListener(
|
||||||
'OCP\WorkflowEngine::loadAdditionalSettingScripts',
|
'OCP\WorkflowEngine::loadAdditionalSettingScripts',
|
||||||
function() {
|
function () {
|
||||||
if (!function_exists('style')) {
|
if (!function_exists('style')) {
|
||||||
// This is hacky, but we need to load the template class
|
// This is hacky, but we need to load the template class
|
||||||
class_exists(Template::class, true);
|
class_exists(Template::class, true);
|
||||||
|
@ -88,15 +90,35 @@ class Application extends \OCP\AppFramework\App {
|
||||||
array_map(function (string $eventName) use ($operationClass, $entityClass) {
|
array_map(function (string $eventName) use ($operationClass, $entityClass) {
|
||||||
$this->dispatcher->addListener(
|
$this->dispatcher->addListener(
|
||||||
$eventName,
|
$eventName,
|
||||||
function (GenericEvent $event) use ($eventName, $operationClass, $entityClass) {
|
function ($event) use ($eventName, $operationClass, $entityClass) {
|
||||||
$ruleMatcher = $this->manager->getRuleMatcher();
|
$ruleMatcher = $this->manager->getRuleMatcher();
|
||||||
try {
|
try {
|
||||||
/** @var IEntity $entity */
|
/** @var IEntity $entity */
|
||||||
$entity = $this->getContainer()->query($entityClass);
|
$entity = $this->getContainer()->query($entityClass);
|
||||||
$entity->prepareRuleMatcher($ruleMatcher, $eventName, $event);
|
|
||||||
/** @var IOperation $operation */
|
/** @var IOperation $operation */
|
||||||
$operation = $this->getContainer()->query($operationClass);
|
$operation = $this->getContainer()->query($operationClass);
|
||||||
$operation->onEvent($eventName, $event, $ruleMatcher);
|
|
||||||
|
if ($event instanceof Event) {
|
||||||
|
$entity->prepareRuleMatcher($ruleMatcher, $eventName, $event);
|
||||||
|
$operation->onEvent($eventName, $event, $ruleMatcher);
|
||||||
|
} else if ($entity instanceof IEntityCompat && $operation instanceof IOperationCompat) {
|
||||||
|
// TODO: Remove this block (and the compat classes) in the first major release in 2023
|
||||||
|
$entity->prepareRuleMatcherCompat($ruleMatcher, $eventName, $event);
|
||||||
|
$operation->onEventCompat($eventName, $event, $ruleMatcher);
|
||||||
|
} else {
|
||||||
|
$logger = $this->getContainer()->getServer()->getLogger();
|
||||||
|
$logger->warning(
|
||||||
|
'Cannot handle event {name} of {event} against entity {entity} and operation {operation}',
|
||||||
|
[
|
||||||
|
'app' => self::APP_ID,
|
||||||
|
'name' => $eventName,
|
||||||
|
'event' => get_class($event),
|
||||||
|
'entity' => $entityClass,
|
||||||
|
'operation' => $operationClass,
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
} catch (QueryException $e) {
|
} catch (QueryException $e) {
|
||||||
// Ignore query exceptions since they might occur when an entity/operation were setup before by an app that is disabled now
|
// Ignore query exceptions since they might occur when an entity/operation were setup before by an app that is disabled now
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,8 +24,11 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace OCA\WorkflowEngine\Entity;
|
namespace OCA\WorkflowEngine\Entity;
|
||||||
|
|
||||||
|
use OCA\WorkflowEngine\AppInfo\Application;
|
||||||
|
use OCP\EventDispatcher\Event;
|
||||||
use OCP\Files\IRootFolder;
|
use OCP\Files\IRootFolder;
|
||||||
use OCP\IL10N;
|
use OCP\IL10N;
|
||||||
|
use OCP\ILogger;
|
||||||
use OCP\IURLGenerator;
|
use OCP\IURLGenerator;
|
||||||
use OCP\SystemTag\MapperEvent;
|
use OCP\SystemTag\MapperEvent;
|
||||||
use OCP\WorkflowEngine\GenericEntityEvent;
|
use OCP\WorkflowEngine\GenericEntityEvent;
|
||||||
|
@ -40,12 +43,15 @@ class File implements IEntity {
|
||||||
/** @var IURLGenerator */
|
/** @var IURLGenerator */
|
||||||
protected $urlGenerator;
|
protected $urlGenerator;
|
||||||
/** @var IRootFolder */
|
/** @var IRootFolder */
|
||||||
private $root;
|
protected $root;
|
||||||
|
/** @var ILogger */
|
||||||
|
protected $logger;
|
||||||
|
|
||||||
public function __construct(IL10N $l10n, IURLGenerator $urlGenerator, IRootFolder $root) {
|
public function __construct(IL10N $l10n, IURLGenerator $urlGenerator, IRootFolder $root, ILogger $logger) {
|
||||||
$this->l10n = $l10n;
|
$this->l10n = $l10n;
|
||||||
$this->urlGenerator = $urlGenerator;
|
$this->urlGenerator = $urlGenerator;
|
||||||
$this->root = $root;
|
$this->root = $root;
|
||||||
|
$this->logger = $logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getName(): string {
|
public function getName(): string {
|
||||||
|
@ -59,20 +65,20 @@ class File implements IEntity {
|
||||||
public function getEvents(): array {
|
public function getEvents(): array {
|
||||||
$namespace = '\OCP\Files::';
|
$namespace = '\OCP\Files::';
|
||||||
return [
|
return [
|
||||||
new GenericEntityEvent($this->l10n->t('File created'), $namespace . 'postCreate' ),
|
new GenericEntityEvent($this->l10n->t('File created'), $namespace . 'postCreate'),
|
||||||
new GenericEntityEvent($this->l10n->t('File updated'), $namespace . 'postWrite' ),
|
new GenericEntityEvent($this->l10n->t('File updated'), $namespace . 'postWrite'),
|
||||||
new GenericEntityEvent($this->l10n->t('File renamed'), $namespace . 'postRename' ),
|
new GenericEntityEvent($this->l10n->t('File renamed'), $namespace . 'postRename'),
|
||||||
new GenericEntityEvent($this->l10n->t('File deleted'), $namespace . 'postDelete' ),
|
new GenericEntityEvent($this->l10n->t('File deleted'), $namespace . 'postDelete'),
|
||||||
new GenericEntityEvent($this->l10n->t('File accessed'), $namespace . 'postTouch' ),
|
new GenericEntityEvent($this->l10n->t('File accessed'), $namespace . 'postTouch'),
|
||||||
new GenericEntityEvent($this->l10n->t('File copied'), $namespace . 'postCopy' ),
|
new GenericEntityEvent($this->l10n->t('File copied'), $namespace . 'postCopy'),
|
||||||
new GenericEntityEvent($this->l10n->t('Tag assigned'), MapperEvent::EVENT_ASSIGN ),
|
new GenericEntityEvent($this->l10n->t('Tag assigned'), MapperEvent::EVENT_ASSIGN),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public function prepareRuleMatcher(IRuleMatcher $ruleMatcher, string $eventName, Event $event): void {
|
||||||
* @since 18.0.0
|
if (!$event instanceof GenericEvent && !$event instanceof MapperEvent) {
|
||||||
*/
|
return;
|
||||||
public function prepareRuleMatcher(IRuleMatcher $ruleMatcher, string $eventName, GenericEvent $event): void {
|
}
|
||||||
switch ($eventName) {
|
switch ($eventName) {
|
||||||
case 'postCreate':
|
case 'postCreate':
|
||||||
case 'postWrite':
|
case 'postWrite':
|
||||||
|
@ -85,11 +91,11 @@ class File implements IEntity {
|
||||||
$ruleMatcher->setEntitySubject($this, $event->getSubject()[1]);
|
$ruleMatcher->setEntitySubject($this, $event->getSubject()[1]);
|
||||||
break;
|
break;
|
||||||
case MapperEvent::EVENT_ASSIGN:
|
case MapperEvent::EVENT_ASSIGN:
|
||||||
if(!$event instanceof MapperEvent || $event->getObjectType() !== 'files') {
|
if (!$event instanceof MapperEvent || $event->getObjectType() !== 'files') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$nodes = $this->root->getById((int)$event->getObjectId());
|
$nodes = $this->root->getById((int)$event->getObjectId());
|
||||||
if(is_array($nodes) && !empty($nodes)) {
|
if (is_array($nodes) && !empty($nodes)) {
|
||||||
$node = array_shift($nodes);
|
$node = array_shift($nodes);
|
||||||
$ruleMatcher->setEntitySubject($this, $node);
|
$ruleMatcher->setEntitySubject($this, $node);
|
||||||
}
|
}
|
||||||
|
|
|
@ -279,7 +279,12 @@ class ManagerTest extends TestCase {
|
||||||
return $this->createMock(IOperation::class);
|
return $this->createMock(IOperation::class);
|
||||||
} else if($class === File::class) {
|
} else if($class === File::class) {
|
||||||
return $this->getMockBuilder(File::class)
|
return $this->getMockBuilder(File::class)
|
||||||
->setConstructorArgs([$this->l, $this->createMock(IURLGenerator::class), $this->createMock(IRootFolder::class)])
|
->setConstructorArgs([
|
||||||
|
$this->l,
|
||||||
|
$this->createMock(IURLGenerator::class),
|
||||||
|
$this->createMock(IRootFolder::class),
|
||||||
|
$this->createMock(ILogger::class)
|
||||||
|
])
|
||||||
->setMethodsExcept(['getEvents'])
|
->setMethodsExcept(['getEvents'])
|
||||||
->getMock();
|
->getMock();
|
||||||
}
|
}
|
||||||
|
|
12
build/package-lock.json
generated
12
build/package-lock.json
generated
|
@ -2079,9 +2079,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"handlebars": {
|
"handlebars": {
|
||||||
"version": "4.5.1",
|
"version": "4.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
|
||||||
"integrity": "sha512-C29UoFzHe9yM61lOsIlCE5/mQVGrnIOrOq7maQl76L7tYPCgC1og0Ajt6uWnX4ZTxBPnjw+CUvawphwCfJgUnA==",
|
"integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"neo-async": "^2.6.0",
|
"neo-async": "^2.6.0",
|
||||||
|
@ -4639,9 +4639,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"uglify-js": {
|
"uglify-js": {
|
||||||
"version": "3.6.8",
|
"version": "3.6.9",
|
||||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.8.tgz",
|
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.9.tgz",
|
||||||
"integrity": "sha512-XhHJ3S3ZyMwP8kY1Gkugqx3CJh2C3O0y8NPiSxtm1tyD/pktLAkFZsFGpuNfTZddKDQ/bbDBLAd2YyA1pbi8HQ==",
|
"integrity": "sha512-pcnnhaoG6RtrvHJ1dFncAe8Od6Nuy30oaJ82ts6//sGSXOP5UjBMEthiProjXmMNHOfd93sqlkztifFMcb+4yw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"handlebars": "^4.5.1",
|
"handlebars": "^4.5.2",
|
||||||
"jasmine-core": "~2.5.2",
|
"jasmine-core": "~2.5.2",
|
||||||
"jasmine-sinon": "^0.4.0",
|
"jasmine-sinon": "^0.4.0",
|
||||||
"jsdoc": "^3.6.3",
|
"jsdoc": "^3.6.3",
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
* @author Lukas Reschke <lukas@statuscode.ch>
|
* @author Lukas Reschke <lukas@statuscode.ch>
|
||||||
* @author Morris Jobke <hey@morrisjobke.de>
|
* @author Morris Jobke <hey@morrisjobke.de>
|
||||||
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
||||||
|
* @author Russell Ault <russell@auksnest.ca>
|
||||||
*
|
*
|
||||||
* @license GNU AGPL version 3 or any later version
|
* @license GNU AGPL version 3 or any later version
|
||||||
*
|
*
|
||||||
|
@ -337,9 +338,16 @@ class ClientFlowLoginController extends Controller {
|
||||||
$accessToken->setTokenId($generatedToken->getId());
|
$accessToken->setTokenId($generatedToken->getId());
|
||||||
$this->accessTokenMapper->insert($accessToken);
|
$this->accessTokenMapper->insert($accessToken);
|
||||||
|
|
||||||
$redirectUri = sprintf(
|
$redirectUri = $client->getRedirectUri();
|
||||||
'%s?state=%s&code=%s',
|
|
||||||
$client->getRedirectUri(),
|
if (parse_url($redirectUri, PHP_URL_QUERY)) {
|
||||||
|
$redirectUri .= '&';
|
||||||
|
} else {
|
||||||
|
$redirectUri .= '?';
|
||||||
|
}
|
||||||
|
|
||||||
|
$redirectUri .= sprintf(
|
||||||
|
'state=%s&code=%s',
|
||||||
urlencode($this->session->get('oauth.state')),
|
urlencode($this->session->get('oauth.state')),
|
||||||
urlencode($code)
|
urlencode($code)
|
||||||
);
|
);
|
||||||
|
|
1
core/img/actions/more-white.svg
Normal file
1
core/img/actions/more-white.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M3 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="#fff"/></svg>
|
After Width: | Height: | Size: 227 B |
BIN
core/js/dist/login.js
vendored
BIN
core/js/dist/login.js
vendored
Binary file not shown.
BIN
core/js/dist/login.js.map
vendored
BIN
core/js/dist/login.js.map
vendored
Binary file not shown.
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
BIN
core/js/dist/maintenance.js
vendored
BIN
core/js/dist/maintenance.js
vendored
Binary file not shown.
BIN
core/js/dist/maintenance.js.map
vendored
BIN
core/js/dist/maintenance.js.map
vendored
Binary file not shown.
|
@ -197,6 +197,9 @@ OC.L10N.register(
|
||||||
"seconds ago" : "초 전",
|
"seconds ago" : "초 전",
|
||||||
"Connection to server lost" : "서버 연결이 끊어짐",
|
"Connection to server lost" : "서버 연결이 끊어짐",
|
||||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
|
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
|
||||||
|
"Add to a project" : "프로젝트에 추가",
|
||||||
|
"Connect items to a project to make them easier to find" : "폴더 또는 파일을 찾기 쉽게 프로젝트에 연결하세요.",
|
||||||
|
"Type to search for existing projects" : "이미 존재하는 프로젝트를 찾기 위해 입력하세요.",
|
||||||
"New in" : "새로운 것",
|
"New in" : "새로운 것",
|
||||||
"View changelog" : "변경 기록 확인",
|
"View changelog" : "변경 기록 확인",
|
||||||
"No action available" : "사용할 수 있는 동작 없음",
|
"No action available" : "사용할 수 있는 동작 없음",
|
||||||
|
|
|
@ -195,6 +195,9 @@
|
||||||
"seconds ago" : "초 전",
|
"seconds ago" : "초 전",
|
||||||
"Connection to server lost" : "서버 연결이 끊어짐",
|
"Connection to server lost" : "서버 연결이 끊어짐",
|
||||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
|
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"],
|
||||||
|
"Add to a project" : "프로젝트에 추가",
|
||||||
|
"Connect items to a project to make them easier to find" : "폴더 또는 파일을 찾기 쉽게 프로젝트에 연결하세요.",
|
||||||
|
"Type to search for existing projects" : "이미 존재하는 프로젝트를 찾기 위해 입력하세요.",
|
||||||
"New in" : "새로운 것",
|
"New in" : "새로운 것",
|
||||||
"View changelog" : "변경 기록 확인",
|
"View changelog" : "변경 기록 확인",
|
||||||
"No action available" : "사용할 수 있는 동작 없음",
|
"No action available" : "사용할 수 있는 동작 없음",
|
||||||
|
|
|
@ -224,7 +224,7 @@ OC.L10N.register(
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Access forbidden" : "Prístup odmietnutý",
|
"Access forbidden" : "Prístup odmietnutý",
|
||||||
"File not found" : "Súbor nenájdený",
|
"File not found" : "Súbor nenájdený",
|
||||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nebol nájdený na servri. Je možné že zdieľanie bolo vymazané alebo expirovalo?",
|
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na serveri sa nepodarilo nájsť dokument. Je možné, že bolo zrušené sprístupnenie alebo skončila jeho platnosť.",
|
||||||
"Back to %s" : "Späť na %s",
|
"Back to %s" : "Späť na %s",
|
||||||
"Error" : "Chyba",
|
"Error" : "Chyba",
|
||||||
"Internal Server Error" : "Vnútorná chyba servera",
|
"Internal Server Error" : "Vnútorná chyba servera",
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Access forbidden" : "Prístup odmietnutý",
|
"Access forbidden" : "Prístup odmietnutý",
|
||||||
"File not found" : "Súbor nenájdený",
|
"File not found" : "Súbor nenájdený",
|
||||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nebol nájdený na servri. Je možné že zdieľanie bolo vymazané alebo expirovalo?",
|
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na serveri sa nepodarilo nájsť dokument. Je možné, že bolo zrušené sprístupnenie alebo skončila jeho platnosť.",
|
||||||
"Back to %s" : "Späť na %s",
|
"Back to %s" : "Späť na %s",
|
||||||
"Error" : "Chyba",
|
"Error" : "Chyba",
|
||||||
"Internal Server Error" : "Vnútorná chyba servera",
|
"Internal Server Error" : "Vnútorná chyba servera",
|
||||||
|
|
|
@ -46,7 +46,7 @@ OC.L10N.register(
|
||||||
"Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
|
"Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
|
||||||
"Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
|
"Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
|
||||||
"Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
|
"Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
|
||||||
"Checked for update of app \"%s\" in appstore" : "Preverjenje posodobitev za »%s« v trgovini",
|
"Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« v trgovini",
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
|
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
|
||||||
"Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
|
"Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
|
||||||
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
|
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
|
||||||
|
@ -66,7 +66,17 @@ OC.L10N.register(
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
|
||||||
|
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
|
||||||
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
|
||||||
|
"Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo{ relativeTime}. Kaže, da je nekaj narobe.",
|
||||||
"Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
|
"Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
|
||||||
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
|
||||||
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
|
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
|
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
|
||||||
|
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
|
||||||
|
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
|
||||||
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manjka kazalo » {indexName} « v razpredelnici »{tableName}«.",
|
||||||
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
|
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
|
||||||
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
|
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
|
||||||
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
|
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
|
||||||
|
@ -187,6 +197,7 @@ OC.L10N.register(
|
||||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
|
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
|
||||||
"Error" : "Napaka",
|
"Error" : "Napaka",
|
||||||
"Internal Server Error" : "Notranja napaka strežnika",
|
"Internal Server Error" : "Notranja napaka strežnika",
|
||||||
|
"The server was unable to complete your request." : "Odziv strežnika kaže, da ni mogoče končati zahteve.",
|
||||||
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
|
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
|
||||||
"Technical details" : "Tehnične podrobnosti",
|
"Technical details" : "Tehnične podrobnosti",
|
||||||
"Remote Address: %s" : "Oddaljen naslov: %s",
|
"Remote Address: %s" : "Oddaljen naslov: %s",
|
||||||
|
@ -204,7 +215,7 @@ OC.L10N.register(
|
||||||
"Storage & database" : "Shramba in podatkovna zbirka",
|
"Storage & database" : "Shramba in podatkovna zbirka",
|
||||||
"Data folder" : "Podatkovna mapa",
|
"Data folder" : "Podatkovna mapa",
|
||||||
"Configure the database" : "Nastavi podatkovno zbirko",
|
"Configure the database" : "Nastavi podatkovno zbirko",
|
||||||
"Only %s is available." : "Le %s je na voljo.",
|
"Only %s is available." : "Na voljo je le %s.",
|
||||||
"Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.",
|
"Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.",
|
||||||
"For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.",
|
"For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.",
|
||||||
"Database user" : "Uporabnik podatkovne zbirke",
|
"Database user" : "Uporabnik podatkovne zbirke",
|
||||||
|
@ -212,12 +223,17 @@ OC.L10N.register(
|
||||||
"Database name" : "Ime podatkovne zbirke",
|
"Database name" : "Ime podatkovne zbirke",
|
||||||
"Database tablespace" : "Razpredelnica podatkovne zbirke",
|
"Database tablespace" : "Razpredelnica podatkovne zbirke",
|
||||||
"Database host" : "Gostitelj podatkovne zbirke",
|
"Database host" : "Gostitelj podatkovne zbirke",
|
||||||
|
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Skupaj z imenom gostitelja je treba določiti tudi številko vrat (na primer localhost:5432).",
|
||||||
"Performance warning" : "Opozorilo učinkovitosti delovanja",
|
"Performance warning" : "Opozorilo učinkovitosti delovanja",
|
||||||
|
"You chose SQLite as database." : "Kot podatkovna zbirka bo uporabljena zbirka SQLite.",
|
||||||
"Finish setup" : "Končaj nastavitev",
|
"Finish setup" : "Končaj nastavitev",
|
||||||
"Finishing …" : "Poteka zaključevanje opravila ...",
|
"Finishing …" : "Poteka zaključevanje opravila ...",
|
||||||
"Need help?" : "Ali potrebujete pomoč?",
|
"Need help?" : "Ali potrebujete pomoč?",
|
||||||
"See the documentation" : "Preverite dokumentacijo",
|
"See the documentation" : "Preverite dokumentacijo",
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
|
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
|
||||||
|
"Get your own free account" : "Pridobite brezplačni račun",
|
||||||
|
"Skip to main content" : "Preskoči na glavno vsebino",
|
||||||
|
"Skip to navigation of app" : "Preskoči na program za krmarjenje",
|
||||||
"More apps" : "Več programov",
|
"More apps" : "Več programov",
|
||||||
"More" : "Več",
|
"More" : "Več",
|
||||||
"More apps menu" : "Meni več programov",
|
"More apps menu" : "Meni več programov",
|
||||||
|
@ -232,6 +248,7 @@ OC.L10N.register(
|
||||||
"Grant access" : "Odobri dostop",
|
"Grant access" : "Odobri dostop",
|
||||||
"Account access" : "Dostop do računa",
|
"Account access" : "Dostop do računa",
|
||||||
"Account connected" : "Račun je povezan",
|
"Account connected" : "Račun je povezan",
|
||||||
|
"You can close this window." : "To okno lahko zaprete.",
|
||||||
"This share is password-protected" : "To mesto je zaščiteno z geslom",
|
"This share is password-protected" : "To mesto je zaščiteno z geslom",
|
||||||
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
|
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
|
||||||
"Two-factor authentication" : "Dvo-stopenjska overitev",
|
"Two-factor authentication" : "Dvo-stopenjska overitev",
|
||||||
|
@ -240,6 +257,7 @@ OC.L10N.register(
|
||||||
"Cancel log in" : "Prekini prijavo",
|
"Cancel log in" : "Prekini prijavo",
|
||||||
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
|
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
|
||||||
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
|
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
|
||||||
|
"Access through untrusted domain" : "Dostop prek domene, ki ni zaupanja vredna",
|
||||||
"App update required" : "Zahtevana je posodobitev programa",
|
"App update required" : "Zahtevana je posodobitev programa",
|
||||||
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
|
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
|
||||||
"These apps will be updated:" : "Posodobljeni bodo programi:",
|
"These apps will be updated:" : "Posodobljeni bodo programi:",
|
||||||
|
@ -250,7 +268,8 @@ OC.L10N.register(
|
||||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:",
|
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:",
|
||||||
"Detailed logs" : "Podrobni dnevniški zapisi",
|
"Detailed logs" : "Podrobni dnevniški zapisi",
|
||||||
"Update needed" : "Zahtevana je posodobitev",
|
"Update needed" : "Zahtevana je posodobitev",
|
||||||
"Upgrade via web on my own risk" : "Posodobi preko spleta na moje tveganje",
|
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Za pomoč si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijo</a>.",
|
||||||
|
"Upgrade via web on my own risk" : "Posodobi prek spleta kljub večjemu tveganju",
|
||||||
"Maintenance mode" : "Vzdrževalni način",
|
"Maintenance mode" : "Vzdrževalni način",
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko zadrži izvajanje postopka.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko zadrži izvajanje postopka.",
|
||||||
"This page will refresh itself when the instance is available again." : "Stran bo osvežena, ko bo vsebina spet na voljo.",
|
"This page will refresh itself when the instance is available again." : "Stran bo osvežena, ko bo vsebina spet na voljo.",
|
||||||
|
@ -263,7 +282,7 @@ OC.L10N.register(
|
||||||
"Sending email …" : "Poteka pošiljanje elektronske pošte ...",
|
"Sending email …" : "Poteka pošiljanje elektronske pošte ...",
|
||||||
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
|
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
|
||||||
"Shared" : "V souporabi",
|
"Shared" : "V souporabi",
|
||||||
"Shared with" : "V skupni rabi z",
|
"Shared with" : "V skupni rabi z uporabnikom",
|
||||||
"Shared by" : "V souporabi od",
|
"Shared by" : "V souporabi od",
|
||||||
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
|
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
|
||||||
"Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
|
"Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
|
||||||
|
@ -294,6 +313,7 @@ OC.L10N.register(
|
||||||
"Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
|
"Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
|
||||||
"Share link" : "Povezava do mape souporabe",
|
"Share link" : "Povezava do mape souporabe",
|
||||||
"New share link" : "Nova povezava za souporabo",
|
"New share link" : "Nova povezava za souporabo",
|
||||||
|
"Created on {time}" : "Ustvarjeno {time}",
|
||||||
"Could not unshare" : "Ni mogoče preklicati souporabe",
|
"Could not unshare" : "Ni mogoče preklicati souporabe",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
|
"Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
|
||||||
"Shared with you by {owner}" : "{owner} vam omogoči souporabo",
|
"Shared with you by {owner}" : "{owner} vam omogoči souporabo",
|
||||||
|
@ -310,7 +330,7 @@ OC.L10N.register(
|
||||||
"Can delete" : "Lahko izbriše",
|
"Can delete" : "Lahko izbriše",
|
||||||
"Access control" : "Nadzor dostopa",
|
"Access control" : "Nadzor dostopa",
|
||||||
"Error while sharing" : "Napaka med omogočanjem souporabe",
|
"Error while sharing" : "Napaka med omogočanjem souporabe",
|
||||||
"Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.",
|
"Share details could not be loaded for this item." : "Podrobnosti souporabe za ta predmet ni mogoče naložiti.",
|
||||||
"No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
|
"No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
|
||||||
"No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
|
"No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
|
||||||
"An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
|
"An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
"Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
|
"Checking updates of apps" : "Poteka preverjanje za posodobitve programov",
|
||||||
"Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
|
"Checking for update of app \"%s\" in appstore" : "Poteka preverjanje posodobitev za program »%s« v trgovini",
|
||||||
"Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
|
"Update app \"%s\" from appstore" : "Posodobi program »%s« iz trgovine",
|
||||||
"Checked for update of app \"%s\" in appstore" : "Preverjenje posodobitev za »%s« v trgovini",
|
"Checked for update of app \"%s\" in appstore" : "Preverjanje posodobitev za »%s« v trgovini",
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
|
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Poteka preverjanje, ali je shemo podatkovne zbirke za %s mogoče posodobiti (trajanje posodobitve je odvisno od velikosti zbirke).",
|
||||||
"Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
|
"Checked database schema update for apps" : "Izbrana posodobitev sheme podatkovne zbirke za programe",
|
||||||
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
|
"Updated \"%1$s\" to %2$s" : "Posodabljanje »%1$s« na različico %2$s",
|
||||||
|
@ -64,7 +64,17 @@
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Spletni strežnik ni ustrezno nastavljen za razreševanje naslova »{url}«. Več podrobnosti je zapisanih v <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Kaže, da okolje PHP ni ustrezno nastavljeno za poizvedovanje sistemskih spremenljivk. Preizkus z ukazom getegetenv(\"PATH\") vrne le prazen odziv.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Preverite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">namestitveno dokumentacijo ↗</a> za nastavitve PHP strežnika, še posebej, če uporabljate php-fpm.",
|
||||||
|
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
|
||||||
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
|
||||||
|
"Last background job execution ran {relativeTime}. Something seems wrong." : " Zadnje ozadnje izvajanje opravila je potekalo{ relativeTime}. Kaže, da je nekaj narobe.",
|
||||||
"Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
|
"Check the background job settings" : "Preverite nastavitve ozadnjih opravil",
|
||||||
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
|
||||||
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
|
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zavedenih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>.",
|
||||||
|
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno je zagnana različica PHP {version}. Priporočljivo je posodobiti sistem na najnovejšo različico in s tem namestiti <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">funkcijske in varnostne posodobitve delovanja, ki jih zagotavlja skupnost PHP</a>. Pakete je priporočljivo posodobiti takoj, ko so na voljo za nameščeno distribucijo.",
|
||||||
|
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Predpomnilnik memcached je nastavljen kot porazdeljen predpomnilnik, vendar pa je nameščen napačen modul PHP »memcache«. Modul \\OC\\Memcache\\Memcached podpirao le »memcached«, ne pa tudi »memcache«. Več podrobnosti za oba modula je zapisanih <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">na wiki straneh</a>.",
|
||||||
|
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Nekatere datoteke ne opravijo preizkusa celovitosti. Več podrobnosti o težavi je opisanih v <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentaciji</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Seznam neveljavnih datotek … </a>/ <a href=\"{rescanEndpoint}\">Ponovni preizkus …</a>)",
|
||||||
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manjka kazalo » {indexName} « v razpredelnici »{tableName}«.",
|
||||||
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
|
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "Uporaba vgrajenega pošiljalnika pošte ni več podprta. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Posodobite nastavitve poštnega strežnika ↗<a/>.",
|
||||||
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
|
"The PHP memory limit is below the recommended value of 512MB." : "Omejitev pomnilnika PHP je pod priporočljivo vrednostjo 512 MB.",
|
||||||
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
|
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
|
||||||
|
@ -185,6 +195,7 @@
|
||||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
|
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Na strežniku ni mogoče najti dokumentacije. Morda je mesto souprabe izbrisano ali pa so potekla dovoljenja.",
|
||||||
"Error" : "Napaka",
|
"Error" : "Napaka",
|
||||||
"Internal Server Error" : "Notranja napaka strežnika",
|
"Internal Server Error" : "Notranja napaka strežnika",
|
||||||
|
"The server was unable to complete your request." : "Odziv strežnika kaže, da ni mogoče končati zahteve.",
|
||||||
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
|
"More details can be found in the server log." : "Več podrobnosti je zabeleženih v dnevniški datoteki strežnika.",
|
||||||
"Technical details" : "Tehnične podrobnosti",
|
"Technical details" : "Tehnične podrobnosti",
|
||||||
"Remote Address: %s" : "Oddaljen naslov: %s",
|
"Remote Address: %s" : "Oddaljen naslov: %s",
|
||||||
|
@ -202,7 +213,7 @@
|
||||||
"Storage & database" : "Shramba in podatkovna zbirka",
|
"Storage & database" : "Shramba in podatkovna zbirka",
|
||||||
"Data folder" : "Podatkovna mapa",
|
"Data folder" : "Podatkovna mapa",
|
||||||
"Configure the database" : "Nastavi podatkovno zbirko",
|
"Configure the database" : "Nastavi podatkovno zbirko",
|
||||||
"Only %s is available." : "Le %s je na voljo.",
|
"Only %s is available." : "Na voljo je le %s.",
|
||||||
"Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.",
|
"Install and activate additional PHP modules to choose other database types." : "Namestite in omogočite dodatne module PHP za izbor drugih vrst podatkovnih zbirk.",
|
||||||
"For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.",
|
"For more details check out the documentation." : "Za več podrobnosti preverite dokumentacijo.",
|
||||||
"Database user" : "Uporabnik podatkovne zbirke",
|
"Database user" : "Uporabnik podatkovne zbirke",
|
||||||
|
@ -210,12 +221,17 @@
|
||||||
"Database name" : "Ime podatkovne zbirke",
|
"Database name" : "Ime podatkovne zbirke",
|
||||||
"Database tablespace" : "Razpredelnica podatkovne zbirke",
|
"Database tablespace" : "Razpredelnica podatkovne zbirke",
|
||||||
"Database host" : "Gostitelj podatkovne zbirke",
|
"Database host" : "Gostitelj podatkovne zbirke",
|
||||||
|
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Skupaj z imenom gostitelja je treba določiti tudi številko vrat (na primer localhost:5432).",
|
||||||
"Performance warning" : "Opozorilo učinkovitosti delovanja",
|
"Performance warning" : "Opozorilo učinkovitosti delovanja",
|
||||||
|
"You chose SQLite as database." : "Kot podatkovna zbirka bo uporabljena zbirka SQLite.",
|
||||||
"Finish setup" : "Končaj nastavitev",
|
"Finish setup" : "Končaj nastavitev",
|
||||||
"Finishing …" : "Poteka zaključevanje opravila ...",
|
"Finishing …" : "Poteka zaključevanje opravila ...",
|
||||||
"Need help?" : "Ali potrebujete pomoč?",
|
"Need help?" : "Ali potrebujete pomoč?",
|
||||||
"See the documentation" : "Preverite dokumentacijo",
|
"See the documentation" : "Preverite dokumentacijo",
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
|
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Program zahteva podporo JavaScript za pravilno delovanje. Med nastavitvami omogočite {linkstart}JavaScript{linkend} in osvežite spletno stran.",
|
||||||
|
"Get your own free account" : "Pridobite brezplačni račun",
|
||||||
|
"Skip to main content" : "Preskoči na glavno vsebino",
|
||||||
|
"Skip to navigation of app" : "Preskoči na program za krmarjenje",
|
||||||
"More apps" : "Več programov",
|
"More apps" : "Več programov",
|
||||||
"More" : "Več",
|
"More" : "Več",
|
||||||
"More apps menu" : "Meni več programov",
|
"More apps menu" : "Meni več programov",
|
||||||
|
@ -230,6 +246,7 @@
|
||||||
"Grant access" : "Odobri dostop",
|
"Grant access" : "Odobri dostop",
|
||||||
"Account access" : "Dostop do računa",
|
"Account access" : "Dostop do računa",
|
||||||
"Account connected" : "Račun je povezan",
|
"Account connected" : "Račun je povezan",
|
||||||
|
"You can close this window." : "To okno lahko zaprete.",
|
||||||
"This share is password-protected" : "To mesto je zaščiteno z geslom",
|
"This share is password-protected" : "To mesto je zaščiteno z geslom",
|
||||||
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
|
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
|
||||||
"Two-factor authentication" : "Dvo-stopenjska overitev",
|
"Two-factor authentication" : "Dvo-stopenjska overitev",
|
||||||
|
@ -238,6 +255,7 @@
|
||||||
"Cancel log in" : "Prekini prijavo",
|
"Cancel log in" : "Prekini prijavo",
|
||||||
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
|
"Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
|
||||||
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
|
"Error while validating your second factor" : "Napaka med preverjanjem drugega koraka",
|
||||||
|
"Access through untrusted domain" : "Dostop prek domene, ki ni zaupanja vredna",
|
||||||
"App update required" : "Zahtevana je posodobitev programa",
|
"App update required" : "Zahtevana je posodobitev programa",
|
||||||
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
|
"%1$s will be updated to version %2$s" : "Okolje %1$s bo posodobljeno na različico %2$s",
|
||||||
"These apps will be updated:" : "Posodobljeni bodo programi:",
|
"These apps will be updated:" : "Posodobljeni bodo programi:",
|
||||||
|
@ -248,7 +266,8 @@
|
||||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:",
|
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Za razreševanje časovnih zahtev večjih namestitev lahko uporabite ukaz iz namestitvene mape:",
|
||||||
"Detailed logs" : "Podrobni dnevniški zapisi",
|
"Detailed logs" : "Podrobni dnevniški zapisi",
|
||||||
"Update needed" : "Zahtevana je posodobitev",
|
"Update needed" : "Zahtevana je posodobitev",
|
||||||
"Upgrade via web on my own risk" : "Posodobi preko spleta na moje tveganje",
|
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Za pomoč si oglejte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentacijo</a>.",
|
||||||
|
"Upgrade via web on my own risk" : "Posodobi prek spleta kljub večjemu tveganju",
|
||||||
"Maintenance mode" : "Vzdrževalni način",
|
"Maintenance mode" : "Vzdrževalni način",
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko zadrži izvajanje postopka.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko zadrži izvajanje postopka.",
|
||||||
"This page will refresh itself when the instance is available again." : "Stran bo osvežena, ko bo vsebina spet na voljo.",
|
"This page will refresh itself when the instance is available again." : "Stran bo osvežena, ko bo vsebina spet na voljo.",
|
||||||
|
@ -261,7 +280,7 @@
|
||||||
"Sending email …" : "Poteka pošiljanje elektronske pošte ...",
|
"Sending email …" : "Poteka pošiljanje elektronske pošte ...",
|
||||||
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
|
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Do spletišča je omogočen dostop prek protokola HTTP. Priporočljivo je omogočiti podporo za varni protokol HTTPS, kot je to opisano med <a href=\"{docUrl}\">varnostnimi namigi</a>.",
|
||||||
"Shared" : "V souporabi",
|
"Shared" : "V souporabi",
|
||||||
"Shared with" : "V skupni rabi z",
|
"Shared with" : "V skupni rabi z uporabnikom",
|
||||||
"Shared by" : "V souporabi od",
|
"Shared by" : "V souporabi od",
|
||||||
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
|
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
|
||||||
"Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
|
"Choose a password for the public link or press the \"Enter\" key" : "Izberite geslo za javno povezavo ali pritisnite tipko »Enter«.",
|
||||||
|
@ -292,6 +311,7 @@
|
||||||
"Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
|
"Share to {name}" : "Omogoči souporabo z uporabnikom {name}",
|
||||||
"Share link" : "Povezava do mape souporabe",
|
"Share link" : "Povezava do mape souporabe",
|
||||||
"New share link" : "Nova povezava za souporabo",
|
"New share link" : "Nova povezava za souporabo",
|
||||||
|
"Created on {time}" : "Ustvarjeno {time}",
|
||||||
"Could not unshare" : "Ni mogoče preklicati souporabe",
|
"Could not unshare" : "Ni mogoče preklicati souporabe",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
|
"Shared with you and the group {group} by {owner}" : "{owner} omogoči souporabo z vami in s skupino {group}.",
|
||||||
"Shared with you by {owner}" : "{owner} vam omogoči souporabo",
|
"Shared with you by {owner}" : "{owner} vam omogoči souporabo",
|
||||||
|
@ -308,7 +328,7 @@
|
||||||
"Can delete" : "Lahko izbriše",
|
"Can delete" : "Lahko izbriše",
|
||||||
"Access control" : "Nadzor dostopa",
|
"Access control" : "Nadzor dostopa",
|
||||||
"Error while sharing" : "Napaka med omogočanjem souporabe",
|
"Error while sharing" : "Napaka med omogočanjem souporabe",
|
||||||
"Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.",
|
"Share details could not be loaded for this item." : "Podrobnosti souporabe za ta predmet ni mogoče naložiti.",
|
||||||
"No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
|
"No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin, skladnih z iskalnim nizom {search}",
|
||||||
"No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
|
"No users found for {search}" : "Ni najdenih uporabnikov, skladnih z iskalnim nizom {search}",
|
||||||
"An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
|
"An error occurred. Please try again" : "Prišlo je do napake. Poskusite znova.",
|
||||||
|
|
|
@ -64,8 +64,11 @@ OC.L10N.register(
|
||||||
"Strong password" : "Starkt lösenord",
|
"Strong password" : "Starkt lösenord",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
||||||
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP verkar inte vara korrekt inställd för att fråga efter systemmiljövariabler. Testet med getenv(\"PATH\") ger bara ett tomt svar.",
|
||||||
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivskyddade konfigurationen har aktiverats. Detta förhindrar att vissa konfigurationer ställs in via webbgränssnittet. Dessutom måste filen göras skrivbar manuellt för varje uppdatering.",
|
||||||
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
|
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
|
||||||
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
|
||||||
|
"Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
|
||||||
"Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
|
"Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
|
||||||
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
|
||||||
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
||||||
|
|
|
@ -62,8 +62,11 @@
|
||||||
"Strong password" : "Starkt lösenord",
|
"Strong password" : "Starkt lösenord",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Din webbserver är ännu inte korrekt inställd för att tillåta filsynkronisering, eftersom WebDAV-gränssnittet verkar vara trasigt.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din webbserver är inte korrekt inställd för att lösa \"{url}\". Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
||||||
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP verkar inte vara korrekt inställd för att fråga efter systemmiljövariabler. Testet med getenv(\"PATH\") ger bara ett tomt svar.",
|
||||||
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivskyddade konfigurationen har aktiverats. Detta förhindrar att vissa konfigurationer ställs in via webbgränssnittet. Dessutom måste filen göras skrivbar manuellt för varje uppdatering.",
|
||||||
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
|
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen \"fileinfo\" saknas. Det rekommenderas starkt att göra det möjligt för den här modulen att få bästa resultat med MIME-typdetektering.",
|
||||||
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att utföra cron-jobbet via CLI. Följande tekniska fel har uppstått:",
|
||||||
|
"Last background job execution ran {relativeTime}. Something seems wrong." : "Senaste bakgrundsjobb körde {relativeTime}. Något verkar fel.",
|
||||||
"Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
|
"Check the background job settings" : "Kontrollera inställningarna för bakgrundsjobb",
|
||||||
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Den här servern har ingen fungerande Internetanslutning: flera slutpunkter kunde inte nås. Det innebär att några av funktionerna som montering av extern lagring, aviseringar om uppdateringar eller installation av tredjepartsprogram inte fungerar. Åtkomst till filer på distans och sändning av e-postmeddelanden kanske inte heller fungerar. Upprätta en anslutning från den här servern till Internet för att njuta av alla funktioner.",
|
||||||
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Inget minnescache har konfigurerats. För att förbättra prestanda, konfigurera en memcache, om tillgänglig. Ytterligare information finns i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentationen</a>.",
|
||||||
|
|
|
@ -288,6 +288,8 @@ OC.L10N.register(
|
||||||
"Account access" : "账户访问",
|
"Account access" : "账户访问",
|
||||||
"You are about to grant %1$s access to your %2$s account." : "您正在授权 %1$s 访问您的 %2$s 账户。",
|
"You are about to grant %1$s access to your %2$s account." : "您正在授权 %1$s 访问您的 %2$s 账户。",
|
||||||
"Account connected" : "账号已连接",
|
"Account connected" : "账号已连接",
|
||||||
|
"Your client should now be connected!" : "您的客户端现在应该可以连接了!",
|
||||||
|
"You can close this window." : "您可以关闭此窗口。",
|
||||||
"This share is password-protected" : "这个共享是被密码保护的",
|
"This share is password-protected" : "这个共享是被密码保护的",
|
||||||
"The password is wrong. Try again." : "密码错误。请重试。",
|
"The password is wrong. Try again." : "密码错误。请重试。",
|
||||||
"Two-factor authentication" : "两步验证",
|
"Two-factor authentication" : "两步验证",
|
||||||
|
|
|
@ -286,6 +286,8 @@
|
||||||
"Account access" : "账户访问",
|
"Account access" : "账户访问",
|
||||||
"You are about to grant %1$s access to your %2$s account." : "您正在授权 %1$s 访问您的 %2$s 账户。",
|
"You are about to grant %1$s access to your %2$s account." : "您正在授权 %1$s 访问您的 %2$s 账户。",
|
||||||
"Account connected" : "账号已连接",
|
"Account connected" : "账号已连接",
|
||||||
|
"Your client should now be connected!" : "您的客户端现在应该可以连接了!",
|
||||||
|
"You can close this window." : "您可以关闭此窗口。",
|
||||||
"This share is password-protected" : "这个共享是被密码保护的",
|
"This share is password-protected" : "这个共享是被密码保护的",
|
||||||
"The password is wrong. Try again." : "密码错误。请重试。",
|
"The password is wrong. Try again." : "密码错误。请重试。",
|
||||||
"Two-factor authentication" : "两步验证",
|
"Two-factor authentication" : "两步验证",
|
||||||
|
|
|
@ -446,10 +446,12 @@ return array(
|
||||||
'OCP\\WorkflowEngine\\IComplexOperation' => $baseDir . '/lib/public/WorkflowEngine/IComplexOperation.php',
|
'OCP\\WorkflowEngine\\IComplexOperation' => $baseDir . '/lib/public/WorkflowEngine/IComplexOperation.php',
|
||||||
'OCP\\WorkflowEngine\\IEntity' => $baseDir . '/lib/public/WorkflowEngine/IEntity.php',
|
'OCP\\WorkflowEngine\\IEntity' => $baseDir . '/lib/public/WorkflowEngine/IEntity.php',
|
||||||
'OCP\\WorkflowEngine\\IEntityCheck' => $baseDir . '/lib/public/WorkflowEngine/IEntityCheck.php',
|
'OCP\\WorkflowEngine\\IEntityCheck' => $baseDir . '/lib/public/WorkflowEngine/IEntityCheck.php',
|
||||||
|
'OCP\\WorkflowEngine\\IEntityCompat' => $baseDir . '/lib/public/WorkflowEngine/IEntityCompat.php',
|
||||||
'OCP\\WorkflowEngine\\IEntityEvent' => $baseDir . '/lib/public/WorkflowEngine/IEntityEvent.php',
|
'OCP\\WorkflowEngine\\IEntityEvent' => $baseDir . '/lib/public/WorkflowEngine/IEntityEvent.php',
|
||||||
'OCP\\WorkflowEngine\\IFileCheck' => $baseDir . '/lib/public/WorkflowEngine/IFileCheck.php',
|
'OCP\\WorkflowEngine\\IFileCheck' => $baseDir . '/lib/public/WorkflowEngine/IFileCheck.php',
|
||||||
'OCP\\WorkflowEngine\\IManager' => $baseDir . '/lib/public/WorkflowEngine/IManager.php',
|
'OCP\\WorkflowEngine\\IManager' => $baseDir . '/lib/public/WorkflowEngine/IManager.php',
|
||||||
'OCP\\WorkflowEngine\\IOperation' => $baseDir . '/lib/public/WorkflowEngine/IOperation.php',
|
'OCP\\WorkflowEngine\\IOperation' => $baseDir . '/lib/public/WorkflowEngine/IOperation.php',
|
||||||
|
'OCP\\WorkflowEngine\\IOperationCompat' => $baseDir . '/lib/public/WorkflowEngine/IOperationCompat.php',
|
||||||
'OCP\\WorkflowEngine\\IRuleMatcher' => $baseDir . '/lib/public/WorkflowEngine/IRuleMatcher.php',
|
'OCP\\WorkflowEngine\\IRuleMatcher' => $baseDir . '/lib/public/WorkflowEngine/IRuleMatcher.php',
|
||||||
'OCP\\WorkflowEngine\\ISpecificOperation' => $baseDir . '/lib/public/WorkflowEngine/ISpecificOperation.php',
|
'OCP\\WorkflowEngine\\ISpecificOperation' => $baseDir . '/lib/public/WorkflowEngine/ISpecificOperation.php',
|
||||||
'OC\\Accounts\\Account' => $baseDir . '/lib/private/Accounts/Account.php',
|
'OC\\Accounts\\Account' => $baseDir . '/lib/private/Accounts/Account.php',
|
||||||
|
|
|
@ -475,10 +475,12 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
|
||||||
'OCP\\WorkflowEngine\\IComplexOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IComplexOperation.php',
|
'OCP\\WorkflowEngine\\IComplexOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IComplexOperation.php',
|
||||||
'OCP\\WorkflowEngine\\IEntity' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntity.php',
|
'OCP\\WorkflowEngine\\IEntity' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntity.php',
|
||||||
'OCP\\WorkflowEngine\\IEntityCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityCheck.php',
|
'OCP\\WorkflowEngine\\IEntityCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityCheck.php',
|
||||||
|
'OCP\\WorkflowEngine\\IEntityCompat' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityCompat.php',
|
||||||
'OCP\\WorkflowEngine\\IEntityEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityEvent.php',
|
'OCP\\WorkflowEngine\\IEntityEvent' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IEntityEvent.php',
|
||||||
'OCP\\WorkflowEngine\\IFileCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IFileCheck.php',
|
'OCP\\WorkflowEngine\\IFileCheck' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IFileCheck.php',
|
||||||
'OCP\\WorkflowEngine\\IManager' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IManager.php',
|
'OCP\\WorkflowEngine\\IManager' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IManager.php',
|
||||||
'OCP\\WorkflowEngine\\IOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IOperation.php',
|
'OCP\\WorkflowEngine\\IOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IOperation.php',
|
||||||
|
'OCP\\WorkflowEngine\\IOperationCompat' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IOperationCompat.php',
|
||||||
'OCP\\WorkflowEngine\\IRuleMatcher' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IRuleMatcher.php',
|
'OCP\\WorkflowEngine\\IRuleMatcher' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/IRuleMatcher.php',
|
||||||
'OCP\\WorkflowEngine\\ISpecificOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/ISpecificOperation.php',
|
'OCP\\WorkflowEngine\\ISpecificOperation' => __DIR__ . '/../../..' . '/lib/public/WorkflowEngine/ISpecificOperation.php',
|
||||||
'OC\\Accounts\\Account' => __DIR__ . '/../../..' . '/lib/private/Accounts/Account.php',
|
'OC\\Accounts\\Account' => __DIR__ . '/../../..' . '/lib/private/Accounts/Account.php',
|
||||||
|
|
|
@ -4,7 +4,7 @@ OC.L10N.register(
|
||||||
"Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!",
|
"Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!",
|
||||||
"This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.",
|
"This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.",
|
||||||
"See %s" : "Oglejte si %s",
|
"See %s" : "Oglejte si %s",
|
||||||
"Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
|
"Sample configuration detected" : "Zaznana je neustrezna vzorčna nastavitev",
|
||||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
||||||
"%1$s and %2$s" : "%1$s in %2$s",
|
"%1$s and %2$s" : "%1$s in %2$s",
|
||||||
"%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s",
|
"%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s",
|
||||||
|
@ -83,7 +83,7 @@ OC.L10N.register(
|
||||||
"Set an admin username." : "Nastavi uporabniško ime skrbnika.",
|
"Set an admin username." : "Nastavi uporabniško ime skrbnika.",
|
||||||
"Set an admin password." : "Nastavi skrbniško geslo.",
|
"Set an admin password." : "Nastavi skrbniško geslo.",
|
||||||
"Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
|
"Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
|
||||||
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka ownCloud",
|
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka",
|
||||||
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend",
|
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend",
|
||||||
"Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti",
|
"Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti",
|
||||||
"Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti",
|
"Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti",
|
||||||
|
@ -157,13 +157,13 @@ OC.L10N.register(
|
||||||
"Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.",
|
"Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.",
|
||||||
"Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.",
|
"Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.",
|
||||||
"PHP module %s not installed." : "Modul PHP %s ni nameščen.",
|
"PHP module %s not installed." : "Modul PHP %s ni nameščen.",
|
||||||
"PHP setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP \"%s\" ni nastavljena na \"%s\".",
|
"PHP setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP »%s« ni nastavljena na »%s«.",
|
||||||
"Adjusting this setting in php.ini will make Nextcloud run again" : "Nastavitev tega parametra v <bold>php.ini</bold> bo vzpostavilo ponovno delovanje NextCloud",
|
"Adjusting this setting in php.ini will make Nextcloud run again" : "Prilagoditev te nastavitve v php.ini vzpostavi ponovno delovanje okolja NextCloud",
|
||||||
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload je nastavljeno na \"%s\" namesto pričakovane vrednosti \"0\"",
|
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload je nastavljeno na \"%s\" namesto pričakovane vrednosti \"0\"",
|
||||||
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Za reštev te težave nastavi <code>mbstring.func_overload</code> na <code>0</code> v tvojem php.ini",
|
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Za reštev te težave nastavi <code>mbstring.func_overload</code> na <code>0</code> v tvojem php.ini",
|
||||||
"libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 mora iti vsaj 2.7.0. Trenutno je nameščena %s.",
|
"libxml2 2.7.0 is at least required. Currently %s is installed." : "Različica knjižnice libxml2 mora biti 2.7.0 ali višja. Trenutno je nameščena %s.",
|
||||||
"To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.",
|
"To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.",
|
||||||
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : " Izgleda, da je PHP nastavljen, da odreže znake v 'inline doc' blokih. To bo povzročilo, da nekateri osnovni moduli ne bodo dosegljivi.",
|
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : " Kaže, da je PHP nastavljen tako, da odreže vrstične predmete docblock. To povzroči, da nekateri jedrni programi niso dosegljivi.",
|
||||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.",
|
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.",
|
||||||
"PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?",
|
"PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?",
|
||||||
"Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.",
|
"Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.",
|
||||||
|
@ -188,7 +188,7 @@ OC.L10N.register(
|
||||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
||||||
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.",
|
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.",
|
||||||
"Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.",
|
"Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.",
|
||||||
"Sharing failed, because the user %s is the original sharer" : "Nastavitev souporabe je spodletela, ker je uporabnik %s souporabo izvorno nastavil.",
|
"Sharing failed, because the user %s is the original sharer" : "Nastavitev souporabe je spodletela, ker je uporabnik %s souporabo izvorno omogočil.",
|
||||||
"Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.",
|
"Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.",
|
||||||
"Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja."
|
"Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja."
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!",
|
"Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!",
|
||||||
"This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.",
|
"This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.",
|
||||||
"See %s" : "Oglejte si %s",
|
"See %s" : "Oglejte si %s",
|
||||||
"Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
|
"Sample configuration detected" : "Zaznana je neustrezna vzorčna nastavitev",
|
||||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "V sistem je bila kopirana datoteka s vzorčnimi nastavitvami. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
||||||
"%1$s and %2$s" : "%1$s in %2$s",
|
"%1$s and %2$s" : "%1$s in %2$s",
|
||||||
"%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s",
|
"%1$s, %2$s and %3$s" : "%1$s, %2$s in %3$s",
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
"Set an admin username." : "Nastavi uporabniško ime skrbnika.",
|
"Set an admin username." : "Nastavi uporabniško ime skrbnika.",
|
||||||
"Set an admin password." : "Nastavi skrbniško geslo.",
|
"Set an admin password." : "Nastavi skrbniško geslo.",
|
||||||
"Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
|
"Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s",
|
||||||
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka ownCloud",
|
"Invalid Federated Cloud ID" : "Neveljaven ID zveznega oblaka",
|
||||||
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend",
|
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend",
|
||||||
"Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti",
|
"Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti",
|
||||||
"Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti",
|
"Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti",
|
||||||
|
@ -155,13 +155,13 @@
|
||||||
"Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.",
|
"Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.",
|
||||||
"Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.",
|
"Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.",
|
||||||
"PHP module %s not installed." : "Modul PHP %s ni nameščen.",
|
"PHP module %s not installed." : "Modul PHP %s ni nameščen.",
|
||||||
"PHP setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP \"%s\" ni nastavljena na \"%s\".",
|
"PHP setting \"%s\" is not set to \"%s\"." : "Nastavitev PHP »%s« ni nastavljena na »%s«.",
|
||||||
"Adjusting this setting in php.ini will make Nextcloud run again" : "Nastavitev tega parametra v <bold>php.ini</bold> bo vzpostavilo ponovno delovanje NextCloud",
|
"Adjusting this setting in php.ini will make Nextcloud run again" : "Prilagoditev te nastavitve v php.ini vzpostavi ponovno delovanje okolja NextCloud",
|
||||||
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload je nastavljeno na \"%s\" namesto pričakovane vrednosti \"0\"",
|
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload je nastavljeno na \"%s\" namesto pričakovane vrednosti \"0\"",
|
||||||
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Za reštev te težave nastavi <code>mbstring.func_overload</code> na <code>0</code> v tvojem php.ini",
|
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Za reštev te težave nastavi <code>mbstring.func_overload</code> na <code>0</code> v tvojem php.ini",
|
||||||
"libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 mora iti vsaj 2.7.0. Trenutno je nameščena %s.",
|
"libxml2 2.7.0 is at least required. Currently %s is installed." : "Različica knjižnice libxml2 mora biti 2.7.0 ali višja. Trenutno je nameščena %s.",
|
||||||
"To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.",
|
"To fix this issue update your libxml2 version and restart your web server." : "Za rešitev te težave je treba posodobiti knjižnico libxml2 in nato ponovno zagnati spletni strežnik.",
|
||||||
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : " Izgleda, da je PHP nastavljen, da odreže znake v 'inline doc' blokih. To bo povzročilo, da nekateri osnovni moduli ne bodo dosegljivi.",
|
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : " Kaže, da je PHP nastavljen tako, da odreže vrstične predmete docblock. To povzroči, da nekateri jedrni programi niso dosegljivi.",
|
||||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.",
|
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzročil predpomnilnik ali pospeševalnik, kot sta Zend OPcache ali eAccelerator.",
|
||||||
"PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?",
|
"PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?",
|
||||||
"Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.",
|
"Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.",
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
"Not allowed to create a federated share with the same user" : "Ni dovoljeno ustvariti souporabe zveznega oblaka z istim uporabnikom",
|
||||||
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.",
|
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.",
|
||||||
"Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.",
|
"Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.",
|
||||||
"Sharing failed, because the user %s is the original sharer" : "Nastavitev souporabe je spodletela, ker je uporabnik %s souporabo izvorno nastavil.",
|
"Sharing failed, because the user %s is the original sharer" : "Nastavitev souporabe je spodletela, ker je uporabnik %s souporabo izvorno omogočil.",
|
||||||
"Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.",
|
"Sharing %s failed, because resharing is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker nadaljnje omogočanje souporabe ni dovoljeno.",
|
||||||
"Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja."
|
"Sharing %s failed, because the file could not be found in the file cache" : "Nastavljanje souporabe %s je spodletelo, ker v predpomnilniku zahtevana datoteka ne obstaja."
|
||||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue