Merge branch 'master' into babel-npm-webpack-fixes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-09-26 09:14:17 +02:00
commit be0f625555
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
411 changed files with 5921 additions and 3314 deletions

View File

@ -284,7 +284,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
commands:
- sleep 10 # gives the database enough time to initialize
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
- POSTGRES=${POSTGRES} NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when:
matrix:
DB: postgres
@ -936,6 +936,7 @@ services:
image: postgres:9
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data
@ -947,6 +948,7 @@ services:
image: postgres:10
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
# ignore all apps except core ones
/apps*/*
!/apps/accessibility
!/apps/cloud_federation_api
!/apps/comments
!/apps/dav
!/apps/files

File diff suppressed because it is too large Load Diff

View File

@ -24,10 +24,10 @@
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"vue-loader": "^15.2.6",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-merge": "^4.1.4"
}
}

View File

@ -22,6 +22,9 @@
padding: 10px;
min-height: 44px;
margin: 0;
/* Prevent the text from overlapping with the submit button. */
padding-right: 30px;
}
#commentsTabView .newCommentForm {
@ -251,3 +254,8 @@
.app-files .action-comment {
padding: 16px 14px;
}
#commentsTabView .comment .message .contactsmenu-popover {
left: -6px;
top: 24px;
}

View File

@ -442,14 +442,13 @@
return;
}
$el.find('.avatar').each(function() {
var avatar = $(this);
var strong = $(this).next();
var appendTo = $(this).parent();
$el.find('.avatar-name-wrapper').each(function() {
var $this = $(this);
var $avatar = $this.find('.avatar');
var username = $(this).data('username');
if (username !== oc_current_user) {
$.merge(avatar, strong).contactsMenu(avatar.data('user'), 0, appendTo);
var user = $avatar.data('user');
if (user !== OC.getCurrentUser().uid) {
$this.contactsMenu(user, 0, $this);
}
});
},

View File

@ -19,19 +19,19 @@ OC.L10N.register(
"Comment" : "Komentář",
"You commented" : "Okomentovali jste",
"%1$s commented" : "%1$s okomentován",
"{author} commented" : "{author} okomentoval",
"You commented on %1$s" : "Okomentoval(a) jste %1$s",
"You commented on {file}" : "Okomentoval(a) jste {file}",
"{author} commented" : "{author} okomentoval(a)",
"You commented on %1$s" : "Okomentovali jste %1$s",
"You commented on {file}" : "Okomentovali jste {file}",
"%1$s commented on %2$s" : "%1$s okomentoval %2$s",
"{author} commented on {file}" : "{author} okomentoval(a) {file}",
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v “%s”, v komentáři od uživatele, který byl později smazán",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, který byl později smazán",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“",
"Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
"Unknown user" : "Neznámý uživatel",
"A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\""
"A (now) deleted user mentioned you in a comment on “%s”" : "(Nyní) už smazaný uživatel vás zmínil v komentáři na „%s“.",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@ -17,19 +17,19 @@
"Comment" : "Komentář",
"You commented" : "Okomentovali jste",
"%1$s commented" : "%1$s okomentován",
"{author} commented" : "{author} okomentoval",
"You commented on %1$s" : "Okomentoval(a) jste %1$s",
"You commented on {file}" : "Okomentoval(a) jste {file}",
"{author} commented" : "{author} okomentoval(a)",
"You commented on %1$s" : "Okomentovali jste %1$s",
"You commented on {file}" : "Okomentovali jste {file}",
"%1$s commented on %2$s" : "%1$s okomentoval %2$s",
"{author} commented on {file}" : "{author} okomentoval(a) {file}",
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v “%s”, v komentáři od uživatele, který byl později smazán",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v „%s“, v komentáři od uživatele, který byl později smazán",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru “{file}”, v komentáři od uživatele, který byl později smazán",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”",
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“",
"Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
"Unknown user" : "Neznámý uživatel",
"A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\""
"A (now) deleted user mentioned you in a comment on “%s”" : "(Nyní) už smazaný uživatel vás zmínil v komentáři na „%s“.",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View File

@ -29,6 +29,7 @@ OC.L10N.register(
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"",
"{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"",
"Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen",
"Unknown user" : "Onbekende gebruiker",
"A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"%s\"",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"{file}\""

View File

@ -27,6 +27,7 @@
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s vermeldde jou in een reactie op “%2$s\"",
"{user} mentioned you in a comment on “{file}”" : "{user} heeft je vermeld in een reactie op “{file}\"",
"Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen",
"Unknown user" : "Onbekende gebruiker",
"A (now) deleted user mentioned you in a comment on “%s”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"%s\"",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Een (nu) verwijderde gebruiker vermeldde je in een reactie op \"{file}\""

View File

@ -29,6 +29,7 @@ OC.L10N.register(
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”",
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
"Unknown user" : "Nieznany użytkownik",
"A (now) deleted user mentioned you in a comment on “%s”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “{file}”"

View File

@ -27,6 +27,7 @@
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”",
"{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”",
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
"Unknown user" : "Nieznany użytkownik",
"A (now) deleted user mentioned you in a comment on “%s”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “{file}”"

View File

@ -8,7 +8,7 @@ OC.L10N.register(
"Cancel" : "Prekliči",
"[Deleted user]" : "[Izbrisan uporabnik]",
"Comments" : "Opombe",
"No comments yet, start the conversation!" : "Še ni komentarjev, začni debato!",
"No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!",
"More comments …" : "Več komentarjev ....",
"Save" : "Shrani",
"Allowed characters {count} of {max}" : "Dovoljeni znaki: {count} od {max}",

View File

@ -6,7 +6,7 @@
"Cancel" : "Prekliči",
"[Deleted user]" : "[Izbrisan uporabnik]",
"Comments" : "Opombe",
"No comments yet, start the conversation!" : "Še ni komentarjev, začni debato!",
"No comments yet, start the conversation!" : "Ni še odzivov, bodite prvi!",
"More comments …" : "Več komentarjev ....",
"Save" : "Shrani",
"Allowed characters {count} of {max}" : "Dovoljeni znaki: {count} od {max}",

View File

@ -29,6 +29,7 @@ OC.L10N.register(
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您",
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
"Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释",
"Unknown user" : "未知用户",
"A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您",
"A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您"

View File

@ -27,6 +27,7 @@
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "您在 “{file}” 上一名用户的评论中被提到过,该用户在那之后被删除了",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s 在 “%2$s” 的评论中提到了您",
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
"Files app plugin to add comments to files" : "文件应用插件用于为文件添加注释",
"Unknown user" : "未知用户",
"A (now) deleted user mentioned you in a comment on “%s”" : "一个(已)被删除的用户在 “%s” 的评论中提到了您",
"A (now) deleted user mentioned you in a comment on “{file}”" : "一个(已)被删除的用户在 “{file}” 的评论中提到了您"

View File

@ -5,21 +5,23 @@ OC.L10N.register(
"Todos" : "Задачи",
"Personal" : "Личен",
"{actor} created calendar {calendar}" : "{actor} направи календар {calendar}",
"You created calendar {calendar}" : "Направихте календар {calendar}",
"You created calendar {calendar}" : "Създадохте календара {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} изтри календар {calendar}",
"You deleted calendar {calendar}" : "Изтрихте календар {calendar}",
"{actor} updated calendar {calendar}" : "{actor} обнови календар {calendar}",
"You updated calendar {calendar}" : "Обновихте календар {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календар {calendar} с теб",
"You shared calendar {calendar} with {user}" : "Споделихте календар {calendar} с {user}",
"You shared calendar {calendar} as public link" : "Споделихте календара {calendar} с публична връзка",
"You removed public link for calendar {calendar}" : "Премахнахте публична връзка към календара {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календара {calendar} с вас",
"You shared calendar {calendar} with {user}" : "Споделихте календара {calendar} с {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} сподели календар {calendar} с {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделяне на календар {calendar} с теб",
"You unshared calendar {calendar} from {user}" : "Отказахте споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделянето на календара {calendar} с вас",
"You unshared calendar {calendar} from {user}" : "Отказахте споделянето на календара {calendar} от {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} отказа споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} отказа споделяне на календар {calendar} от себеси",
"You shared calendar {calendar} with group {group}" : "Споделихте календар {calendar} с група {group}",
"You shared calendar {calendar} with group {group}" : "Споделихте календара {calendar} с група {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} сподели календар {calendar} с група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделяне на календар {calendar} от група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделянето на календара {calendar} от група {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} отказа споделяне с календар {calendar} от група {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} създаде събитие {event} в календар {calendar}",
"You created event {event} in calendar {calendar}" : "Създадохте събитие {event} в календар {calendar}",

View File

@ -3,21 +3,23 @@
"Todos" : "Задачи",
"Personal" : "Личен",
"{actor} created calendar {calendar}" : "{actor} направи календар {calendar}",
"You created calendar {calendar}" : "Направихте календар {calendar}",
"You created calendar {calendar}" : "Създадохте календара {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} изтри календар {calendar}",
"You deleted calendar {calendar}" : "Изтрихте календар {calendar}",
"{actor} updated calendar {calendar}" : "{actor} обнови календар {calendar}",
"You updated calendar {calendar}" : "Обновихте календар {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календар {calendar} с теб",
"You shared calendar {calendar} with {user}" : "Споделихте календар {calendar} с {user}",
"You shared calendar {calendar} as public link" : "Споделихте календара {calendar} с публична връзка",
"You removed public link for calendar {calendar}" : "Премахнахте публична връзка към календара {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} сподели календара {calendar} с вас",
"You shared calendar {calendar} with {user}" : "Споделихте календара {calendar} с {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} сподели календар {calendar} с {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделяне на календар {calendar} с теб",
"You unshared calendar {calendar} from {user}" : "Отказахте споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} отказа споделянето на календара {calendar} с вас",
"You unshared calendar {calendar} from {user}" : "Отказахте споделянето на календара {calendar} от {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} отказа споделяне на календар {calendar} от {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} отказа споделяне на календар {calendar} от себеси",
"You shared calendar {calendar} with group {group}" : "Споделихте календар {calendar} с група {group}",
"You shared calendar {calendar} with group {group}" : "Споделихте календара {calendar} с група {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} сподели календар {calendar} с група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделяне на календар {calendar} от група {group}",
"You unshared calendar {calendar} from group {group}" : "Отказахте споделянето на календара {calendar} от група {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} отказа споделяне с календар {calendar} от група {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} създаде събитие {event} в календар {calendar}",
"You created event {event} in calendar {calendar}" : "Създадохте събитие {event} в календар {calendar}",

View File

@ -10,18 +10,18 @@ OC.L10N.register(
"You deleted calendar {calendar}" : "Smazali jste kalendář {calendar}",
"{actor} updated calendar {calendar}" : "{actor} aktualizoval(a) kalendář {calendar}",
"You updated calendar {calendar}" : "Aktualizovali jste kalendář {calendar}",
"You shared calendar {calendar} as public link" : "Sdílel(a) jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranil(a) jste veřejný odkaz pro kalendář {calendar} ",
"You shared calendar {calendar} as public link" : "Sdíleli jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranili jste veřejný odkaz pro kalendář {calendar} ",
"{actor} shared calendar {calendar} with you" : "{actor} s vámi nasdílel(a) kalendář {calendar}",
"You shared calendar {calendar} with {user}" : "S uživatelem {user} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal sdílet kalendář {calendar} s uživatelem {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} s vámi přestal(a) sdílet kalendář {calendar}",
"You unshared calendar {calendar} from {user}" : "S uživatelem {user} jste přestal(a) sdílet kalendář {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} přestal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} přestal sdílet kalendář {calendar} sám se sebou",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začal(a) sdílet kalendář {calendar}",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} nasdílel(a) kalendář {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušil(a) jste sdílení kalendáře {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušili jste sdílení kalendáře {calendar} skupině {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} přestal(a) sdílet kalendář {calendar} se skupinou {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} vytvořil(a) událost {event} v kalendáři {calendar}",
"You created event {event} in calendar {calendar}" : "V kalendáři {calendar} jste vytvořil(a) událost {event}",
@ -48,8 +48,8 @@ OC.L10N.register(
"Hello %s," : "Dobrý den %s,",
"The meeting »%s« with %s was canceled." : "Setkání »%s« s %s bylo zrušeno.",
"Invitation updated" : "Pozvánka aktualizována",
"The meeting »%s« with %s was updated." : "Setkání »%s« s %s bylo aktualizováno.",
"%s invited you to »%s«" : "%s vás zve na »%s«",
"The meeting »%s« with %s was updated." : "Setkání „%s“ s %s bylo aktualizováno.",
"%s invited you to »%s«" : "%s vás zve na „%s“",
"When:" : "Kdy:",
"Where:" : "Kde:",
"Description:" : "Popis:",
@ -60,9 +60,10 @@ OC.L10N.register(
"More options at %s" : "Další volby viz %s",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"Technical details" : "Technické detaily",
"WebDAV endpoint" : "WebDAV endpoint",
"Technical details" : "Technické podrobnosti",
"Remote Address: %s" : "Vzdálená adresa: %s",
"Request ID: %s" : "ID požadavku: %s",
"Request ID: %s" : "Identif. požadavku: %s",
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci Vašeho stavu.",
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
"Are you accepting the invitation?" : "Přijímáte pozvání?",

View File

@ -8,18 +8,18 @@
"You deleted calendar {calendar}" : "Smazali jste kalendář {calendar}",
"{actor} updated calendar {calendar}" : "{actor} aktualizoval(a) kalendář {calendar}",
"You updated calendar {calendar}" : "Aktualizovali jste kalendář {calendar}",
"You shared calendar {calendar} as public link" : "Sdílel(a) jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranil(a) jste veřejný odkaz pro kalendář {calendar} ",
"You shared calendar {calendar} as public link" : "Sdíleli jste kalendář {calendar} jako veřejný odkaz",
"You removed public link for calendar {calendar}" : "Odstranili jste veřejný odkaz pro kalendář {calendar} ",
"{actor} shared calendar {calendar} with you" : "{actor} s vámi nasdílel(a) kalendář {calendar}",
"You shared calendar {calendar} with {user}" : "S uživatelem {user} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal sdílet kalendář {calendar} s uživatelem {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} začal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} s vámi přestal(a) sdílet kalendář {calendar}",
"You unshared calendar {calendar} from {user}" : "S uživatelem {user} jste přestal(a) sdílet kalendář {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} přestal(a) sdílet kalendář {calendar} s uživatelem {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} přestal sdílet kalendář {calendar} sám se sebou",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začal(a) sdílet kalendář {calendar}",
"You shared calendar {calendar} with group {group}" : "Se skupinou {group} jste začali sdílet kalendář {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} nasdílel(a) kalendář {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušil(a) jste sdílení kalendáře {calendar} skupině {group}",
"You unshared calendar {calendar} from group {group}" : "Zrušili jste sdílení kalendáře {calendar} skupině {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} přestal(a) sdílet kalendář {calendar} se skupinou {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} vytvořil(a) událost {event} v kalendáři {calendar}",
"You created event {event} in calendar {calendar}" : "V kalendáři {calendar} jste vytvořil(a) událost {event}",
@ -46,8 +46,8 @@
"Hello %s," : "Dobrý den %s,",
"The meeting »%s« with %s was canceled." : "Setkání »%s« s %s bylo zrušeno.",
"Invitation updated" : "Pozvánka aktualizována",
"The meeting »%s« with %s was updated." : "Setkání »%s« s %s bylo aktualizováno.",
"%s invited you to »%s«" : "%s vás zve na »%s«",
"The meeting »%s« with %s was updated." : "Setkání „%s“ s %s bylo aktualizováno.",
"%s invited you to »%s«" : "%s vás zve na „%s“",
"When:" : "Kdy:",
"Where:" : "Kde:",
"Description:" : "Popis:",
@ -58,9 +58,10 @@
"More options at %s" : "Další volby viz %s",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"Technical details" : "Technické detaily",
"WebDAV endpoint" : "WebDAV endpoint",
"Technical details" : "Technické podrobnosti",
"Remote Address: %s" : "Vzdálená adresa: %s",
"Request ID: %s" : "ID požadavku: %s",
"Request ID: %s" : "Identif. požadavku: %s",
"There was an error updating your attendance status." : "Vyskytla se chyba při aktualizaci Vašeho stavu.",
"Please contact the organizer directly." : "Kontaktujte organizátora přímo.",
"Are you accepting the invitation?" : "Přijímáte pozvání?",

View File

@ -55,6 +55,7 @@ OC.L10N.register(
"Link:" : "Linkki:",
"Accept" : "Hyväksy",
"Decline" : "Kieltäydy",
"More options …" : "Lisää valintoja…",
"Contacts" : "Yhteystiedot",
"WebDAV" : "WebDAV",
"Technical details" : "Tekniset yksityiskohdat",
@ -65,6 +66,7 @@ OC.L10N.register(
"Are you accepting the invitation?" : "Hyväksytkö kutsun?",
"Save" : "Tallenna",
"Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.",
"Calendar server" : "Kalenteripalvelin",
"Send invitations to attendees" : "Lähetä kutsut osallistujille",
"Please make sure to properly set up the email settings above." : "Varmista, että määrität sähköpostiasetukset oikein yläpuolelle. ",
"Automatically generate a birthday calendar" : "Luo syntymäpäiväkalenteri automaattisesti",

View File

@ -53,6 +53,7 @@
"Link:" : "Linkki:",
"Accept" : "Hyväksy",
"Decline" : "Kieltäydy",
"More options …" : "Lisää valintoja…",
"Contacts" : "Yhteystiedot",
"WebDAV" : "WebDAV",
"Technical details" : "Tekniset yksityiskohdat",
@ -63,6 +64,7 @@
"Are you accepting the invitation?" : "Hyväksytkö kutsun?",
"Save" : "Tallenna",
"Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.",
"Calendar server" : "Kalenteripalvelin",
"Send invitations to attendees" : "Lähetä kutsut osallistujille",
"Please make sure to properly set up the email settings above." : "Varmista, että määrität sähköpostiasetukset oikein yläpuolelle. ",
"Automatically generate a birthday calendar" : "Luo syntymäpäiväkalenteri automaattisesti",

View File

@ -60,6 +60,7 @@ OC.L10N.register(
"More options at %s" : "Meer opties op %s",
"Contacts" : "Contactpersonen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV eindpunt",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
"Request ID: %s" : "Aanvraag-ID: %s",

View File

@ -58,6 +58,7 @@
"More options at %s" : "Meer opties op %s",
"Contacts" : "Contactpersonen",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "WebDAV eindpunt",
"Technical details" : "Technische details",
"Remote Address: %s" : "Extern adres: %s",
"Request ID: %s" : "Aanvraag-ID: %s",

View File

@ -54,16 +54,28 @@ OC.L10N.register(
"Where:" : "Gdzie: ",
"Description:" : "Opis:",
"Link:" : "Link: ",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
"More options …" : "Więcej opcji...",
"More options at %s" : "Więcej opcji na %s",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Adres WebDAV",
"Technical details" : "Szczegóły techniczne",
"Remote Address: %s" : "Adres zdalny: %s",
"Request ID: %s" : "ID żądania: %s",
"There was an error updating your attendance status." : "Wystąpił błąd zmiany stanu uczestnictwa",
"Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.",
"Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?",
"Tentative" : "Niepewne",
"Save" : "Zapisz",
"Your attendance was updated successfully." : "Twoja obecność została zmieniona.",
"Calendar server" : "Serwer kalendarzy",
"Send invitations to attendees" : "Wyślij uczestnikom zaproszenia",
"Please make sure to properly set up the email settings above." : "Upewnij się, że dobrze skonfigurowano powyżej ustawienia poczty e-mail.",
"Automatically generate a birthday calendar" : "Automatycznie generuj kalendarz urodzin",
"Birthday calendars will be generated by a background job." : "Kalendarz urodzin będzie generowany przez zadanie w tle.",
"Hence they will not be available immediately after enabling but will show up after some time." : "W związku z tym, nie będą one widoczne bezpośrednio po włączeniu, ale pojawią się po jakimś czasie.",
"CalDAV server" : "Serwer CalDAV"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View File

@ -52,16 +52,28 @@
"Where:" : "Gdzie: ",
"Description:" : "Opis:",
"Link:" : "Link: ",
"Accept" : "Akceptuj",
"Decline" : "Odrzuć",
"More options …" : "Więcej opcji...",
"More options at %s" : "Więcej opcji na %s",
"Contacts" : "Kontakty",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Adres WebDAV",
"Technical details" : "Szczegóły techniczne",
"Remote Address: %s" : "Adres zdalny: %s",
"Request ID: %s" : "ID żądania: %s",
"There was an error updating your attendance status." : "Wystąpił błąd zmiany stanu uczestnictwa",
"Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.",
"Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?",
"Tentative" : "Niepewne",
"Save" : "Zapisz",
"Your attendance was updated successfully." : "Twoja obecność została zmieniona.",
"Calendar server" : "Serwer kalendarzy",
"Send invitations to attendees" : "Wyślij uczestnikom zaproszenia",
"Please make sure to properly set up the email settings above." : "Upewnij się, że dobrze skonfigurowano powyżej ustawienia poczty e-mail.",
"Automatically generate a birthday calendar" : "Automatycznie generuj kalendarz urodzin",
"Birthday calendars will be generated by a background job." : "Kalendarz urodzin będzie generowany przez zadanie w tle.",
"Hence they will not be available immediately after enabling but will show up after some time." : "W związku z tym, nie będą one widoczne bezpośrednio po włączeniu, ale pojawią się po jakimś czasie.",
"CalDAV server" : "Serwer CalDAV"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

View File

@ -1,28 +1,28 @@
OC.L10N.register(
"encryption",
{
"Missing recovery key password" : "Chybí heslo klíče pro obnovu",
"Please repeat the recovery key password" : "Zopakujte prosím heslo klíče pro obnovu",
"Repeated recovery key password does not match the provided recovery key password" : "Zadaná hesla pro obnovu se neshodují",
"Missing recovery key password" : "Chybí heslo ke klíče pro obnovu",
"Please repeat the recovery key password" : "Zopakujte zadání hesla ke klíči, sloužícímu pro obnovu",
"Repeated recovery key password does not match the provided recovery key password" : "Zopakované zadání hesla ke klíči, sloužícímu pro obnovu, se neshoduje",
"Recovery key successfully enabled" : "Záchranný klíč byl úspěšně povolen",
"Could not enable recovery key. Please check your recovery key password!" : "Nepodařilo se povolit záchranný klíč. Zkontrolujte prosím vaše heslo záchranného klíče!",
"Recovery key successfully disabled" : "Záchranný klíč byl úspěšně zakázán",
"Could not disable recovery key. Please check your recovery key password!" : "Nelze zakázat záchranný klíč. Zkontrolujte prosím heslo svého záchranného klíče!",
"Could not enable recovery key. Please check your recovery key password!" : "Nepodařilo se povolit záchranný klíč. Zkontrolujte své heslo k záchrannému klíči!",
"Recovery key successfully disabled" : "Záchranný klíč úspěšně zakázán",
"Could not disable recovery key. Please check your recovery key password!" : "Nedaří se zakázat záchranný klíč. Zkontrolujte zadání hesla k němu.",
"Missing parameters" : "Chybějící parametry",
"Please provide the old recovery password" : "Zadejte prosím staré heslo pro obnovu",
"Please provide a new recovery password" : "Zadejte prosím nové heslo pro obnovu",
"Please repeat the new recovery password" : "Zopakujte prosím nové heslo pro obnovu",
"Please repeat the new recovery password" : "Zopakujte zadání nového hesla pro obnovu",
"Password successfully changed." : "Heslo bylo úspěšně změněno.",
"Could not change the password. Maybe the old password was not correct." : "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně.",
"Recovery Key disabled" : "Záchranný klíč není povolen",
"Recovery Key enabled" : "Záchranný klíč povolen",
"Could not enable the recovery key, please try again or contact your administrator" : "Nelze povolit záchranný klíč. Zkuste to prosím znovu nebo kontaktujte svého správce.",
"Could not enable the recovery key, please try again or contact your administrator" : "Nedaří se povolit záchranný klíč. Zkuste to znovu nebo se obraťte na svého správce.",
"Could not update the private key password." : "Nelze aktualizovat heslo soukromého klíče.",
"The old password was not correct, please try again." : "Původní heslo nebylo zadáno správně, zkuste to prosím znovu.",
"The current log-in password was not correct, please try again." : "Současné přihlašovací heslo nebylo zadáno správně, zkuste to prosím znovu.",
"The old password was not correct, please try again." : "Původní heslo nebylo zadáno správně, zkuste to znovu.",
"The current log-in password was not correct, please try again." : "Současné přihlašovací heslo nebylo zadáno správně, zkuste to znovu.",
"Private key password successfully updated." : "Heslo soukromého klíče úspěšně aktualizováno.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče v osobním nastavení, abyste znovu získali přístup ke svým zašifrovaným souborům.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Odhlaste se a znovu přihlaste.",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Chcete-li používat šifrovací modul, povolte prosím šifrování na straně serveru v nastavení administrátora.",
"Encryption app is enabled and ready" : "Aplikace šifrování je již povolena a připravena",
"Bad Signature" : "Špatný podpis",
@ -32,11 +32,12 @@ OC.L10N.register(
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Soubor nelze načíst, pravděpodobně se jedná o sdílený soubor. Požádejte prosím vlastníka souboru, aby vám jej znovu sdílel.",
"Default encryption module" : "Výchozí šifrovací modul",
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Ahoj!\n\nAdministrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla '%s'.\n\nPřihlašte se do webového rozhraní, přejděte do nastavení 'základního šifrovacího modulu' a aktualizujte šifrovací heslo zadáním hesla výše do pole 'původní přihlašovací heslo' a svého aktuálního přihlašovacího hesla.\n\n",
"The share will expire on %s." : "Sdílení vyprší %s.",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru\n\t\t ve správním nastavení. Jakmile je zapnutý, tento modul transparentně zašifruje\n\t\tvšechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\n\t\tModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory\n\t\tpo zapnutí šifrování na straně serveru už není možné\n\t\tho zase vypnout a vrátit se k nešifrovanému systému.\n\t\tNež se rozhodnete zapnout šifrování na straně serveru\n\t\tpřečtěte si dokumentaci, abyste se seznámili se známými důsledky.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Zdravíme,\n\nSprávce zapnul šifrování dat na straně serveru. Vaše soubory byly zašifrovány za použití hesla „%s“.\n\nPřihlaste se do webového rozhraní, přejděte do nastavení „základního šifrovacího modulu“ a aktualizujte šifrovací heslo zadáním hesla výše do kolonky „původní přihlašovací heslo“ a svého aktuálního přihlašovacího hesla.\n\n",
"The share will expire on %s." : "Platnost sdílení skončí %s.",
"Cheers!" : "Ať slouží!",
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Ahoj!<br><br>Administrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla <strong>%s<strong>.<br><br>Přihlašte se do webového rozhraní, přejděte do nastavení \"základního šifrovacího modulu\" a aktualizujte šifrovací heslo zadáním hesla výše do pole \"původní přihlašovací heslo\" a svého aktuálního přihlašovacího hesla.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Prosím odhlaste se a znovu se přihlaste",
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Ahoj!<br><br>Administrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla <strong>%s<strong>.<br><br>Přihlašte se do webového rozhraní, přejděte do nastavení „základního šifrovacího modulu“ a aktualizujte šifrovací heslo zadáním hesla výše do pole „původní přihlašovací heslo“ a svého aktuálního přihlašovacího hesla.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Odhlaste se a znovu se přihlaste",
"Encrypt the home storage" : "Zašifrovat domovské úložiště",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Povolení tohoto nastavení zašifruje všechny soubory uložené v hlavním úložišti, jinak budou šifrovány pouze soubory na externích úložištích.",
"Enable recovery key" : "Povolit záchranný klíč",
@ -54,12 +55,12 @@ OC.L10N.register(
"Set your old private key password to your current log-in password:" : "Změňte své staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Pokud si nepamatujete své původní heslo, můžete požádat správce o obnovu vašich souborů.",
"Old log-in password" : "Původní přihlašovací heslo",
"Current log-in password" : "Aktuální přihlašovací heslo",
"Update Private Key Password" : "Změnit heslo soukromého klíče",
"Current log-in password" : "Stávající přihlašovací heslo",
"Update Private Key Password" : "Změnit heslo k soukromé části klíče",
"Enable password recovery:" : "Povolit obnovu hesla:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
"Enabled" : "Povoleno",
"Disabled" : "Zakázáno",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Musíte přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Spusťte příkaz 'occ encryption:migrate' nebo kontaktujte svého administrátora."
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Je třeba přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Spusťte příkaz 'occ encryption:migrate' nebo se obraťte na svého správce."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@ -1,26 +1,26 @@
{ "translations": {
"Missing recovery key password" : "Chybí heslo klíče pro obnovu",
"Please repeat the recovery key password" : "Zopakujte prosím heslo klíče pro obnovu",
"Repeated recovery key password does not match the provided recovery key password" : "Zadaná hesla pro obnovu se neshodují",
"Missing recovery key password" : "Chybí heslo ke klíče pro obnovu",
"Please repeat the recovery key password" : "Zopakujte zadání hesla ke klíči, sloužícímu pro obnovu",
"Repeated recovery key password does not match the provided recovery key password" : "Zopakované zadání hesla ke klíči, sloužícímu pro obnovu, se neshoduje",
"Recovery key successfully enabled" : "Záchranný klíč byl úspěšně povolen",
"Could not enable recovery key. Please check your recovery key password!" : "Nepodařilo se povolit záchranný klíč. Zkontrolujte prosím vaše heslo záchranného klíče!",
"Recovery key successfully disabled" : "Záchranný klíč byl úspěšně zakázán",
"Could not disable recovery key. Please check your recovery key password!" : "Nelze zakázat záchranný klíč. Zkontrolujte prosím heslo svého záchranného klíče!",
"Could not enable recovery key. Please check your recovery key password!" : "Nepodařilo se povolit záchranný klíč. Zkontrolujte své heslo k záchrannému klíči!",
"Recovery key successfully disabled" : "Záchranný klíč úspěšně zakázán",
"Could not disable recovery key. Please check your recovery key password!" : "Nedaří se zakázat záchranný klíč. Zkontrolujte zadání hesla k němu.",
"Missing parameters" : "Chybějící parametry",
"Please provide the old recovery password" : "Zadejte prosím staré heslo pro obnovu",
"Please provide a new recovery password" : "Zadejte prosím nové heslo pro obnovu",
"Please repeat the new recovery password" : "Zopakujte prosím nové heslo pro obnovu",
"Please repeat the new recovery password" : "Zopakujte zadání nového hesla pro obnovu",
"Password successfully changed." : "Heslo bylo úspěšně změněno.",
"Could not change the password. Maybe the old password was not correct." : "Změna hesla se nezdařila. Pravděpodobně nebylo stávající heslo zadáno správně.",
"Recovery Key disabled" : "Záchranný klíč není povolen",
"Recovery Key enabled" : "Záchranný klíč povolen",
"Could not enable the recovery key, please try again or contact your administrator" : "Nelze povolit záchranný klíč. Zkuste to prosím znovu nebo kontaktujte svého správce.",
"Could not enable the recovery key, please try again or contact your administrator" : "Nedaří se povolit záchranný klíč. Zkuste to znovu nebo se obraťte na svého správce.",
"Could not update the private key password." : "Nelze aktualizovat heslo soukromého klíče.",
"The old password was not correct, please try again." : "Původní heslo nebylo zadáno správně, zkuste to prosím znovu.",
"The current log-in password was not correct, please try again." : "Současné přihlašovací heslo nebylo zadáno správně, zkuste to prosím znovu.",
"The old password was not correct, please try again." : "Původní heslo nebylo zadáno správně, zkuste to znovu.",
"The current log-in password was not correct, please try again." : "Současné přihlašovací heslo nebylo zadáno správně, zkuste to znovu.",
"Private key password successfully updated." : "Heslo soukromého klíče úspěšně aktualizováno.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče v osobním nastavení, abyste znovu získali přístup ke svým zašifrovaným souborům.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Prosím odhlaste se a znovu přihlaste.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Aplikace pro šifrování je zapnuta, ale vaše klíče nejsou inicializované. Odhlaste se a znovu přihlaste.",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Chcete-li používat šifrovací modul, povolte prosím šifrování na straně serveru v nastavení administrátora.",
"Encryption app is enabled and ready" : "Aplikace šifrování je již povolena a připravena",
"Bad Signature" : "Špatný podpis",
@ -30,11 +30,12 @@
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Soubor nelze načíst, pravděpodobně se jedná o sdílený soubor. Požádejte prosím vlastníka souboru, aby vám jej znovu sdílel.",
"Default encryption module" : "Výchozí šifrovací modul",
"Default encryption module for server-side encryption" : "Výchozí modul pro šifrování na straně serveru",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Ahoj!\n\nAdministrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla '%s'.\n\nPřihlašte se do webového rozhraní, přejděte do nastavení 'základního šifrovacího modulu' a aktualizujte šifrovací heslo zadáním hesla výše do pole 'původní přihlašovací heslo' a svého aktuálního přihlašovacího hesla.\n\n",
"The share will expire on %s." : "Sdílení vyprší %s.",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Pro používání tohoto šifrovacího modulu je třeba zapnout šifrování na straně serveru\n\t\t ve správním nastavení. Jakmile je zapnutý, tento modul transparentně zašifruje\n\t\tvšechny vaše soubory. Šifrování je založeno na AES 256 klíčích.\n\t\tModul se nedotkne existujících souborů, zašifrovány budou pouze nové soubory\n\t\tpo zapnutí šifrování na straně serveru už není možné\n\t\tho zase vypnout a vrátit se k nešifrovanému systému.\n\t\tNež se rozhodnete zapnout šifrování na straně serveru\n\t\tpřečtěte si dokumentaci, abyste se seznámili se známými důsledky.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Zdravíme,\n\nSprávce zapnul šifrování dat na straně serveru. Vaše soubory byly zašifrovány za použití hesla „%s“.\n\nPřihlaste se do webového rozhraní, přejděte do nastavení „základního šifrovacího modulu“ a aktualizujte šifrovací heslo zadáním hesla výše do kolonky „původní přihlašovací heslo“ a svého aktuálního přihlašovacího hesla.\n\n",
"The share will expire on %s." : "Platnost sdílení skončí %s.",
"Cheers!" : "Ať slouží!",
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Ahoj!<br><br>Administrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla <strong>%s<strong>.<br><br>Přihlašte se do webového rozhraní, přejděte do nastavení \"základního šifrovacího modulu\" a aktualizujte šifrovací heslo zadáním hesla výše do pole \"původní přihlašovací heslo\" a svého aktuálního přihlašovacího hesla.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Prosím odhlaste se a znovu se přihlaste",
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Ahoj!<br><br>Administrátor povolil šifrování dat na serveru. Vaše soubory byly zašifrovány za použití hesla <strong>%s<strong>.<br><br>Přihlašte se do webového rozhraní, přejděte do nastavení „základního šifrovacího modulu“ a aktualizujte šifrovací heslo zadáním hesla výše do pole „původní přihlašovací heslo“ a svého aktuálního přihlašovacího hesla.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikace pro šifrování je zapnuta, ale šifrovací klíče ještě nejsou inicializované. Odhlaste se a znovu se přihlaste",
"Encrypt the home storage" : "Zašifrovat domovské úložiště",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Povolení tohoto nastavení zašifruje všechny soubory uložené v hlavním úložišti, jinak budou šifrovány pouze soubory na externích úložištích.",
"Enable recovery key" : "Povolit záchranný klíč",
@ -52,12 +53,12 @@
"Set your old private key password to your current log-in password:" : "Změňte své staré heslo soukromého klíče na stejné, jako je vaše současné přihlašovací heslo:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Pokud si nepamatujete své původní heslo, můžete požádat správce o obnovu vašich souborů.",
"Old log-in password" : "Původní přihlašovací heslo",
"Current log-in password" : "Aktuální přihlašovací heslo",
"Update Private Key Password" : "Změnit heslo soukromého klíče",
"Current log-in password" : "Stávající přihlašovací heslo",
"Update Private Key Password" : "Změnit heslo k soukromé části klíče",
"Enable password recovery:" : "Povolit obnovu hesla:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Zapnutí této volby vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
"Enabled" : "Povoleno",
"Disabled" : "Zakázáno",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Musíte přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Spusťte příkaz 'occ encryption:migrate' nebo kontaktujte svého administrátora."
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Je třeba přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Spusťte příkaz 'occ encryption:migrate' nebo se obraťte na svého správce."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View File

@ -31,6 +31,7 @@ OC.L10N.register(
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tämän tiedoston salauksen purkaminen ei onnistu. Kyseessä on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto kanssasi uudelleen.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tiedostoa ei voi lukea, se on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto uudelleen kanssasi.",
"Default encryption module" : "Oletus salausmoduuli",
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hei,\n\nYlläpiäjä on ottanut käyttöön palvelimen salauksen. Tiedostosi salattiin salasanalla '%s'.\n\nOle hyvä ja kirjaudu palveluun verkkokäyttöliittymän kautta, siirry henkilökohtaisten asetustesi kohtaan \"perussalausmoduuli\" ja päivitä salaukseen käytettävä salasanasi syöttämällä yllä mainittu salasana \"vanha kirjautumissalasana\"-kenttään ja nykyinen kirjautumissalasanasi.\n\n",
"The share will expire on %s." : "Jakaminen päättyy %s.",
"Cheers!" : "Kiitos!",

View File

@ -29,6 +29,7 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tämän tiedoston salauksen purkaminen ei onnistu. Kyseessä on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto kanssasi uudelleen.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tiedostoa ei voi lukea, se on luultavasti jaettu tiedosto. Pyydä tiedoston omistajaa jakamaan tiedosto uudelleen kanssasi.",
"Default encryption module" : "Oletus salausmoduuli",
"Default encryption module for server-side encryption" : "Oletusarvoinen salausmoduuli palvelimella tehtävään salaukseen",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hei,\n\nYlläpiäjä on ottanut käyttöön palvelimen salauksen. Tiedostosi salattiin salasanalla '%s'.\n\nOle hyvä ja kirjaudu palveluun verkkokäyttöliittymän kautta, siirry henkilökohtaisten asetustesi kohtaan \"perussalausmoduuli\" ja päivitä salaukseen käytettävä salasanasi syöttämällä yllä mainittu salasana \"vanha kirjautumissalasana\"-kenttään ja nykyinen kirjautumissalasanasi.\n\n",
"The share will expire on %s." : "Jakaminen päättyy %s.",
"Cheers!" : "Kiitos!",

View File

@ -31,6 +31,8 @@ OC.L10N.register(
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta iššifruoti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta perskaityti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
"Default encryption module" : "Numatytasis šifravimo modulis",
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui.",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Kad galėtumėte naudoti šį šifravimo modulį, turite įjungti serverio \n\t\tšifravimą administratoriaus nustatymuose. Įjungus šį modulį visi Jūsų failai bus užšifruoti\n\t\tŠifravimas pagrįstas AES 256 raktais.\n\t\tModulis užšifruos tik naujus failus, palikdamas senuosius taip kaip buvo iki šifravimo įjungimo.\n\t\tNeįmanoma išjungti šifravimą ir vėl sugrįžti prie nešifruojamos sistemos.\n\t\tPrieš nuspręsdami, atidžiai perskaitykite dokumentaciją, kad gerai suprastumėte visas šifravimo pasekmes.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Sveiki,\n\nAdministratorius įjungė šifravimą sistemoje. Jūsų failai buvo užšifruoti naudojantis šiuo slaptažodžiu: \"%s\".\n\nPrisijunkite prie sistemos, atidarykite nustatymus, pasirinkite skiltį \"Šifravimo įskiepis\" ir atnaujinkite savo šifravimui skirtą slaptažodį pasinaudodami šiuo ir savo prisijungimo slaptažodžiu.\n\n",
"The share will expire on %s." : "Bendrinimo laikas pasibaigs %s.",
"Cheers!" : "Sveikinimai!",

View File

@ -29,6 +29,8 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta iššifruoti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nepavyksta perskaityti šio failo, tikriausiai, tai yra bendrinamas failas. Paprašykite failo savininko iš naujo pradėti bendrinti su jumis šį failą.",
"Default encryption module" : "Numatytasis šifravimo modulis",
"Default encryption module for server-side encryption" : "Numatytas šifravimo modulis serverio šifravimui.",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Kad galėtumėte naudoti šį šifravimo modulį, turite įjungti serverio \n\t\tšifravimą administratoriaus nustatymuose. Įjungus šį modulį visi Jūsų failai bus užšifruoti\n\t\tŠifravimas pagrįstas AES 256 raktais.\n\t\tModulis užšifruos tik naujus failus, palikdamas senuosius taip kaip buvo iki šifravimo įjungimo.\n\t\tNeįmanoma išjungti šifravimą ir vėl sugrįžti prie nešifruojamos sistemos.\n\t\tPrieš nuspręsdami, atidžiai perskaitykite dokumentaciją, kad gerai suprastumėte visas šifravimo pasekmes.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Sveiki,\n\nAdministratorius įjungė šifravimą sistemoje. Jūsų failai buvo užšifruoti naudojantis šiuo slaptažodžiu: \"%s\".\n\nPrisijunkite prie sistemos, atidarykite nustatymus, pasirinkite skiltį \"Šifravimo įskiepis\" ir atnaujinkite savo šifravimui skirtą slaptažodį pasinaudodami šiuo ir savo prisijungimo slaptažodžiu.\n\n",
"The share will expire on %s." : "Bendrinimo laikas pasibaigs %s.",
"Cheers!" : "Sveikinimai!",

View File

@ -31,6 +31,8 @@ OC.L10N.register(
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met je te delen.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet lezen, waarschijnlijk is het een gedeeld bestand. Vraag de eigenaar om het bestand opnieuw met je te delen.",
"Default encryption module" : "Standaard cryptomodule",
"Default encryption module for server-side encryption" : "Standaard cryptomodule voor server-side versleuteling",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Om deze cryptomodule te gebruiker moeten de volgende server-side aanpassingen worden gedaan\n\t\tversleuteling in de beheerinstellingen. Na inschakeling versleutelt deze module \n\t\tal je bestanden transparent. De versleuteling is gebaseerd op AES 256 sleutels.\n\t\tDe module raakt geen bestaande bestanden, alleen nieuwe bestanden worden versleuteld.\n\t\tNadat server-side crypto is ingeschakeld. Het is ook niet meer mogelijk\n\t\tom de versleuteling uit te zetten en terug te gaan naar een onversleuteld systeem.\n\t\tLees de documentatie om de gevolgen te kennen voordat je besluit\n\t\tserver-side versleuteling in te schakelen.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hallo daar,\n\nde beheerder heeft server-side versleuteling ingeschakeld. Je bestanden werden versleuteld met het wachtwoord '%s'.\n\nLogin op de webinterface, ga naar 'basis cryptomodule' in je persoonlijke instellingen en pas je cryptowachtwoord aan door dit wachtwoord in het 'oude inlog wachtwoord' veld in te vullen alsmede in je huidige inlogwachtwoord.\n",
"The share will expire on %s." : "De share vervalt op %s.",
"Cheers!" : "Proficiat!",

View File

@ -29,6 +29,8 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet ontcijferen, waarschijnlijk is het een gedeeld bestand, Vraag de eigenaar om het bestand opnieuw met je te delen.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Kan dit bestand niet lezen, waarschijnlijk is het een gedeeld bestand. Vraag de eigenaar om het bestand opnieuw met je te delen.",
"Default encryption module" : "Standaard cryptomodule",
"Default encryption module for server-side encryption" : "Standaard cryptomodule voor server-side versleuteling",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Om deze cryptomodule te gebruiker moeten de volgende server-side aanpassingen worden gedaan\n\t\tversleuteling in de beheerinstellingen. Na inschakeling versleutelt deze module \n\t\tal je bestanden transparent. De versleuteling is gebaseerd op AES 256 sleutels.\n\t\tDe module raakt geen bestaande bestanden, alleen nieuwe bestanden worden versleuteld.\n\t\tNadat server-side crypto is ingeschakeld. Het is ook niet meer mogelijk\n\t\tom de versleuteling uit te zetten en terug te gaan naar een onversleuteld systeem.\n\t\tLees de documentatie om de gevolgen te kennen voordat je besluit\n\t\tserver-side versleuteling in te schakelen.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hallo daar,\n\nde beheerder heeft server-side versleuteling ingeschakeld. Je bestanden werden versleuteld met het wachtwoord '%s'.\n\nLogin op de webinterface, ga naar 'basis cryptomodule' in je persoonlijke instellingen en pas je cryptowachtwoord aan door dit wachtwoord in het 'oude inlog wachtwoord' veld in te vullen alsmede in je huidige inlogwachtwoord.\n",
"The share will expire on %s." : "De share vervalt op %s.",
"Cheers!" : "Proficiat!",

View File

@ -31,6 +31,8 @@ OC.L10N.register(
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odczytać tego pliku, prawdopodobnie plik nie jest współdzielony. Proszę zwrócić się do właściciela pliku, aby udostępnił go dla Ciebie.",
"Default encryption module" : "Domyślny moduł szyfrujący",
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Aby korzystać z modułu szyfrowania, musisz włączyć opcję po stronie serwera\n\t\tszyfrowanie w ustawieniach administratora. Po włączeniu opcji moduł będzie szyfrował\n\t\twszystkie Twoje pliki w sposób transparentny. Szyfrowanie oparte jest na kluczach AES 256.\n\t\tModuł nie będzie ingerował w istniejące pliki, tylko nowe pliki będą szyfrowane\n\t\tpo włączeniu szyfrowania po stronie serwera. Nie jest to również możliwe\n\t\tponownie wyłączenie szyfrowania i przełączenie z powrotem do niezaszyfrowanego systemu.\n\t\tPrzeczytaj dokumentację, aby zapoznać się ze wszystkimi konsekwencjami, zanim podejmiesz decyzję\n\t\to włączeniu szyfrowania po stronie serwera.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hej tam,\n\nadmin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła '%s'.\n\nProszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.\n\n",
"The share will expire on %s." : "Ten zasób wygaśnie %s",
"Cheers!" : "Dzięki!",

View File

@ -29,6 +29,8 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odszyfrować tego pliku, prawdopodobnie jest to plik udostępniony. Poproś właściciela pliku o ponowne udostępnianie pliku Tobie.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Nie można odczytać tego pliku, prawdopodobnie plik nie jest współdzielony. Proszę zwrócić się do właściciela pliku, aby udostępnił go dla Ciebie.",
"Default encryption module" : "Domyślny moduł szyfrujący",
"Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Aby korzystać z modułu szyfrowania, musisz włączyć opcję po stronie serwera\n\t\tszyfrowanie w ustawieniach administratora. Po włączeniu opcji moduł będzie szyfrował\n\t\twszystkie Twoje pliki w sposób transparentny. Szyfrowanie oparte jest na kluczach AES 256.\n\t\tModuł nie będzie ingerował w istniejące pliki, tylko nowe pliki będą szyfrowane\n\t\tpo włączeniu szyfrowania po stronie serwera. Nie jest to również możliwe\n\t\tponownie wyłączenie szyfrowania i przełączenie z powrotem do niezaszyfrowanego systemu.\n\t\tPrzeczytaj dokumentację, aby zapoznać się ze wszystkimi konsekwencjami, zanim podejmiesz decyzję\n\t\to włączeniu szyfrowania po stronie serwera.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hej tam,\n\nadmin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła '%s'.\n\nProszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.\n\n",
"The share will expire on %s." : "Ten zasób wygaśnie %s",
"Cheers!" : "Dzięki!",

View File

@ -20,13 +20,14 @@ OC.L10N.register(
"Not allowed to create a federated share with the same user" : "Не е позволено създаване на федерално споделяне със същият потребител",
"File is already shared with %s" : "Файлът е вече споделен с %s",
"Accept" : "Приемам",
"Sharing" : "Споделяне",
"Open documentation" : "Отвори документацията",
"Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри",
"Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
"HTML Code:" : "HTML код:",
"The mountpoint name contains invalid characters." : "Името на mountpoint-a съдържа невалидни символи.",
"Not allowed to create a federated share with the owner." : "Не е позволено създаване на федерално споделяне със собственика.",
"Invalid or untrusted SSL certificate" : "Невалиден или ненадежден SSL сертификат",
"Invalid or untrusted SSL certificate" : "Невалиден или недоверен SSL сертификат",
"Could not authenticate to remote share, password might be wrong" : "Неуспешно удостоверяване на отдалеченото споделяне, възможно е паролата да е грешна",
"Storage not valid" : "Невалидно хранилище",
"Couldn't add remote share" : "Неуспешно добавяне на отдалечена споделена директория."

View File

@ -18,13 +18,14 @@
"Not allowed to create a federated share with the same user" : "Не е позволено създаване на федерално споделяне със същият потребител",
"File is already shared with %s" : "Файлът е вече споделен с %s",
"Accept" : "Приемам",
"Sharing" : "Споделяне",
"Open documentation" : "Отвори документацията",
"Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри",
"Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
"HTML Code:" : "HTML код:",
"The mountpoint name contains invalid characters." : "Името на mountpoint-a съдържа невалидни символи.",
"Not allowed to create a federated share with the owner." : "Не е позволено създаване на федерално споделяне със собственика.",
"Invalid or untrusted SSL certificate" : "Невалиден или ненадежден SSL сертификат",
"Invalid or untrusted SSL certificate" : "Невалиден или недоверен SSL сертификат",
"Could not authenticate to remote share, password might be wrong" : "Неуспешно удостоверяване на отдалеченото споделяне, възможно е паролата да е грешна",
"Storage not valid" : "Невалидно хранилище",
"Couldn't add remote share" : "Неуспешно добавяне на отдалечена споделена директория."

View File

@ -1,10 +1,10 @@
OC.L10N.register(
"federatedfilesharing",
{
"Federated sharing" : "Propojené sdílení",
"Federated sharing" : "Federované sdílení",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete přidat vzdálené sdílení {name} od {owner}@{remote}?",
"Remote share" : "Vzdálené sdílení",
"Remote share password" : "Heslo vzdáleného sdílení",
"Remote share password" : "Heslo ke vzdálenému sdílení",
"Cancel" : "Storno",
"Add remote share" : "Přidat propojené sdílení",
"Copy" : "Kopie",
@ -19,11 +19,11 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Požadavek na spojené sdílení byl odeslán, obdržíte pozvánku. Zkontrolujte vaše upozornění.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nepodařilo se ustavit federované sdílení, vypadá to, že server, se kterým má být federováno je příliš starý (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Z tohoto serveru není povoleno posílat federovaná skupinová sdílení.",
"Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena",
"Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena",
"Not allowed to create a federated share with the same user" : "Není povoleno vytvořit propojené sdílení s tím samým uživatelem",
"File is already shared with %s" : "Soubor je již sdílen s %s",
"File is already shared with %s" : "Soubor je už sdílen s %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.",
"Could not find share" : "Nelze nalézt sdílení",
"Could not find share" : "Nedaří se nalézt sdílení",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Obdržel(a) jste %3$s jako vzdálené sdílení od %1$s (jménem %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Obdržel(a) jste {share} jako vzdálené sdílení od {user} (jménem {behalf})",
"You received \"%3$s\" as a remote share from %1$s" : "Obdržel(a) jste %3$s jako vzdálené sdílení od %1$s",
@ -31,7 +31,7 @@ OC.L10N.register(
"Accept" : "Přijmout",
"Decline" : "Zamítnout",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #Nextcloud sdruženého cloud ID, více na %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sdílej se mnou pomocí mého #Nextcloud sdruženého cloud ID",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sdílejte se mnou pomocí mého #Nextcloud sdruženého cloud ID",
"Sharing" : "Sdílení",
"Federated file sharing" : "Federované sdílení souborů",
"Provide federated file sharing across servers" : "Poskytnout federované sdílení souborů napříč servery",
@ -54,7 +54,7 @@ OC.L10N.register(
"The mountpoint name contains invalid characters." : "Jméno přípojného bodu obsahuje neplatné znaky.",
"Not allowed to create a federated share with the owner." : "ONení povoleno s autorem vytvořit propojené sdílení.",
"Invalid or untrusted SSL certificate" : "Neplatný nebo nedůvěryhodný SSL certifikát",
"Could not authenticate to remote share, password might be wrong" : "Autentizace ke vzdálenému sdílení selhala, heslo může být nesprávné",
"Could not authenticate to remote share, password might be wrong" : "Autentizace ke vzdálenému sdílení se nezdařila, heslo může být nesprávné",
"Storage not valid" : "Úložiště není platné",
"Federated share added" : "Propojené sdílení bylo přidáno",
"Couldn't add remote share" : "Nepodařilo se přidat propojené sdílení",

View File

@ -1,8 +1,8 @@
{ "translations": {
"Federated sharing" : "Propojené sdílení",
"Federated sharing" : "Federované sdílení",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete přidat vzdálené sdílení {name} od {owner}@{remote}?",
"Remote share" : "Vzdálené sdílení",
"Remote share password" : "Heslo vzdáleného sdílení",
"Remote share password" : "Heslo ke vzdálenému sdílení",
"Cancel" : "Storno",
"Add remote share" : "Přidat propojené sdílení",
"Copy" : "Kopie",
@ -17,11 +17,11 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Požadavek na spojené sdílení byl odeslán, obdržíte pozvánku. Zkontrolujte vaše upozornění.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nepodařilo se ustavit federované sdílení, vypadá to, že server, se kterým má být federováno je příliš starý (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Z tohoto serveru není povoleno posílat federovaná skupinová sdílení.",
"Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s selhalo, protože položka již je s uživatelem %s sdílena",
"Sharing %s failed, because this item is already shared with %s" : "Sdílení položky %s se nezdařilo, protože položka už je s uživatelem %s sdílena",
"Not allowed to create a federated share with the same user" : "Není povoleno vytvořit propojené sdílení s tím samým uživatelem",
"File is already shared with %s" : "Soubor je již sdílen s %s",
"File is already shared with %s" : "Soubor je už sdílen s %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %s selhalo, %s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.",
"Could not find share" : "Nelze nalézt sdílení",
"Could not find share" : "Nedaří se nalézt sdílení",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Obdržel(a) jste %3$s jako vzdálené sdílení od %1$s (jménem %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Obdržel(a) jste {share} jako vzdálené sdílení od {user} (jménem {behalf})",
"You received \"%3$s\" as a remote share from %1$s" : "Obdržel(a) jste %3$s jako vzdálené sdílení od %1$s",
@ -29,7 +29,7 @@
"Accept" : "Přijmout",
"Decline" : "Zamítnout",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Sdílej se mnou pomocí mého #Nextcloud sdruženého cloud ID, více na %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sdílej se mnou pomocí mého #Nextcloud sdruženého cloud ID",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sdílejte se mnou pomocí mého #Nextcloud sdruženého cloud ID",
"Sharing" : "Sdílení",
"Federated file sharing" : "Federované sdílení souborů",
"Provide federated file sharing across servers" : "Poskytnout federované sdílení souborů napříč servery",
@ -52,7 +52,7 @@
"The mountpoint name contains invalid characters." : "Jméno přípojného bodu obsahuje neplatné znaky.",
"Not allowed to create a federated share with the owner." : "ONení povoleno s autorem vytvořit propojené sdílení.",
"Invalid or untrusted SSL certificate" : "Neplatný nebo nedůvěryhodný SSL certifikát",
"Could not authenticate to remote share, password might be wrong" : "Autentizace ke vzdálenému sdílení selhala, heslo může být nesprávné",
"Could not authenticate to remote share, password might be wrong" : "Autentizace ke vzdálenému sdílení se nezdařila, heslo může být nesprávné",
"Storage not valid" : "Úložiště není platné",
"Federated share added" : "Propojené sdílení bylo přidáno",
"Couldn't add remote share" : "Nepodařilo se přidat propojené sdílení",

View File

@ -34,6 +34,7 @@ OC.L10N.register(
"Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta",
"Sharing" : "Jakaminen",
"Federated file sharing" : "Federoitu tiedostojako",
"Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
"Federated Cloud Sharing" : "Federoitu pilvijakaminen",
"Open documentation" : "Avaa ohje",
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",

View File

@ -32,6 +32,7 @@
"Share with me through my #Nextcloud Federated Cloud ID" : "Jaa kanssani käyttäen #Nextcloud ja federoitua pilvitunnistetta",
"Sharing" : "Jakaminen",
"Federated file sharing" : "Federoitu tiedostojako",
"Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
"Federated Cloud Sharing" : "Federoitu pilvijakaminen",
"Open documentation" : "Avaa ohje",
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",

View File

@ -34,6 +34,7 @@ OC.L10N.register(
"Share with me through my #Nextcloud Federated Cloud ID" : "Deel met mij via mijn #Nextcloud gefedereerde Cloud ID",
"Sharing" : "Delen",
"Federated file sharing" : "Gefedereerd delen",
"Provide federated file sharing across servers" : "Voorzien in gefedereerd delen van bestanden over verschillende servers",
"Federated Cloud Sharing" : "Federated Cloud Sharing",
"Open documentation" : "Open documentatie",
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",

View File

@ -32,6 +32,7 @@
"Share with me through my #Nextcloud Federated Cloud ID" : "Deel met mij via mijn #Nextcloud gefedereerde Cloud ID",
"Sharing" : "Delen",
"Federated file sharing" : "Gefedereerd delen",
"Provide federated file sharing across servers" : "Voorzien in gefedereerd delen van bestanden over verschillende servers",
"Federated Cloud Sharing" : "Federated Cloud Sharing",
"Open documentation" : "Open documentatie",
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",

View File

@ -3,11 +3,11 @@ OC.L10N.register(
{
"Added to the list of trusted servers" : "Přidán na seznam důvěryhodných serverů.",
"Server is already in the list of trusted servers." : "Server se už nachází na seznamu těch důvěryhodných.",
"No server to federate with found" : "Nenalezen žádný server ke sdružování",
"No server to federate with found" : "Nenalezen žádný server, se kterým by bylo možné federovat",
"Could not add server" : "Nepodařilo se přidat server",
"Federation" : "Federování",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Sdružování vám umožňuje se připojit k dalším důvěryhodným serverům za účelem výměny uživatelských adresářů. Používá se to např. pro automatické doplňování uživatelů při sdruženém sdílení.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů. Používá se to např. pro automatické doplňování uživatelů při federovaném sdílení.",
"Trusted servers" : "Důvěryhodné servery",
"Add server automatically once a federated share was created successfully" : "Přidat server automaticky jakmile je úspěšně vytvořeno sdružené sdílení",
"+ Add trusted server" : "+ Přidat důvěryhodný server",

View File

@ -1,11 +1,11 @@
{ "translations": {
"Added to the list of trusted servers" : "Přidán na seznam důvěryhodných serverů.",
"Server is already in the list of trusted servers." : "Server se už nachází na seznamu těch důvěryhodných.",
"No server to federate with found" : "Nenalezen žádný server ke sdružování",
"No server to federate with found" : "Nenalezen žádný server, se kterým by bylo možné federovat",
"Could not add server" : "Nepodařilo se přidat server",
"Federation" : "Federování",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Sdružování vám umožňuje se připojit k dalším důvěryhodným serverům za účelem výměny uživatelských adresářů. Používá se to např. pro automatické doplňování uživatelů při sdruženém sdílení.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federování umožňuje propojit s ostatními servery, kterým věříte a vyměňovat si tak adresář uživatelů. Používá se to např. pro automatické doplňování uživatelů při federovaném sdílení.",
"Trusted servers" : "Důvěryhodné servery",
"Add server automatically once a federated share was created successfully" : "Přidat server automaticky jakmile je úspěšně vytvořeno sdružené sdílení",
"+ Add trusted server" : "+ Přidat důvěryhodný server",

View File

@ -6,7 +6,8 @@ OC.L10N.register(
"No server to federate with found" : "Palvelinta, johon liittyä, ei löytynyt",
"Could not add server" : "Palvelimen lisääminen ei onnistunut",
"Federation" : "Federaatio",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federointi sallii sinun liittyä toisten luotettujen palvelimien käyttäjäluetteloihin. Sitä käytetään esimerkiksi ulkoisten käyttäjänimien automaattiseen täydentämiseen.",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federaatio mahdollistaa yhdistämisen muihin luotettuihin palvelimiin ja siten käyttäjähakemiston vaihtamisen.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federointi sallii sinun liittyä toisten luotettujen palvelimien käyttäjähakemistoihin. Sitä käytetään esimerkiksi ulkoisten käyttäjänimien automaattiseen täydentämiseen.",
"Trusted servers" : "Luotetut palvelimet",
"Add server automatically once a federated share was created successfully" : "Lisää palvelin automaattisesti, kun federoitu jako on luotu onnistuneesti",
"+ Add trusted server" : "+ Lisää luotettu palvelin",

View File

@ -4,7 +4,8 @@
"No server to federate with found" : "Palvelinta, johon liittyä, ei löytynyt",
"Could not add server" : "Palvelimen lisääminen ei onnistunut",
"Federation" : "Federaatio",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federointi sallii sinun liittyä toisten luotettujen palvelimien käyttäjäluetteloihin. Sitä käytetään esimerkiksi ulkoisten käyttäjänimien automaattiseen täydentämiseen.",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federaatio mahdollistaa yhdistämisen muihin luotettuihin palvelimiin ja siten käyttäjähakemiston vaihtamisen.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federointi sallii sinun liittyä toisten luotettujen palvelimien käyttäjähakemistoihin. Sitä käytetään esimerkiksi ulkoisten käyttäjänimien automaattiseen täydentämiseen.",
"Trusted servers" : "Luotetut palvelimet",
"Add server automatically once a federated share was created successfully" : "Lisää palvelin automaattisesti, kun federoitu jako on luotu onnistuneesti",
"+ Add trusted server" : "+ Lisää luotettu palvelin",

View File

@ -6,6 +6,7 @@ OC.L10N.register(
"No server to federate with found" : "Nerasta tinkama saugykla",
"Could not add server" : "Nepavyko prijungti saugyklos",
"Federation" : "Išorinė saugykla",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federacija jums leidžia prisijungti prie kitų patikimų serverių, kad pakeisti vartotojo katalogą.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Išorinės saugyklos leidžia naudotojams dalintis duomenimis ir adresatais tarpusavyje",
"Trusted servers" : "Saugyklos",
"Add server automatically once a federated share was created successfully" : "Prijungti automatiškai užmezgus ryšį",

View File

@ -4,6 +4,7 @@
"No server to federate with found" : "Nerasta tinkama saugykla",
"Could not add server" : "Nepavyko prijungti saugyklos",
"Federation" : "Išorinė saugykla",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federacija jums leidžia prisijungti prie kitų patikimų serverių, kad pakeisti vartotojo katalogą.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Išorinės saugyklos leidžia naudotojams dalintis duomenimis ir adresatais tarpusavyje",
"Trusted servers" : "Saugyklos",
"Add server automatically once a federated share was created successfully" : "Prijungti automatiškai užmezgus ryšį",

View File

@ -6,6 +6,7 @@ OC.L10N.register(
"No server to federate with found" : "Geen server gevonden om mee te federeren",
"Could not add server" : "Kon server niet toevoegen",
"Federation" : "Federatie",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federatie maakt het mogelijk om te verbinden met andere vertrouwde servers om de gebuikersadministratie te delen.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federatie maakt het mogelijk om te verbinden met vertrouwde servers en de gebuikersadministratie te delen. Zo kun je automatisch externe gebruikers toevoegen voor federatief delen.",
"Trusted servers" : "Vertrouwde servers",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",

View File

@ -4,6 +4,7 @@
"No server to federate with found" : "Geen server gevonden om mee te federeren",
"Could not add server" : "Kon server niet toevoegen",
"Federation" : "Federatie",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federatie maakt het mogelijk om te verbinden met andere vertrouwde servers om de gebuikersadministratie te delen.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federatie maakt het mogelijk om te verbinden met vertrouwde servers en de gebuikersadministratie te delen. Zo kun je automatisch externe gebruikers toevoegen voor federatief delen.",
"Trusted servers" : "Vertrouwde servers",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",

View File

@ -1,15 +1,17 @@
OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
"Added to the list of trusted servers" : "Strežnik je dodan na seznam varnih strežnikov.",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu varnih strežnikov.",
"No server to federate with found" : "Ne najdem strežnika za federiranje",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federiranje omogoča povezovanje z drugimi varnimi strežniki in izmenjavo spiska uporabnikov. Primer je samodejno dopolnjevanje zunanjih uporabnikov pri federacijski souporabi.",
"Trusted servers" : "Zanesljivi strežniki",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
"+ Add trusted server" : "+ Dodaj zanesljiv strežnik",
"Trusted server" : "Zanesljiv strežnik",
"Could not add server" : "Strežnika ni mogoče dodati.",
"Federation" : "Zvezni oblaki",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Zvezni oblak omogoča povezovanje zunanjih strežnikov v skupen oblak in izmenjavo datotek in map uporabnikov različnih sistemov.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Zvezni oblak omogoča povezovanje z drugimi varnimi strežniki in izmenjavo datotek in map uporabnikov v enotnem oblaku. Možnost omogoča na primer samodejno dopolnjevanje tudi imen uporabnikov na drugih, zunanjih strežnikih.",
"Trusted servers" : "Varni strežniki",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena.",
"+ Add trusted server" : "+ Dodaj varen strežnik",
"Trusted server" : "Varen strežnik",
"Add" : "Dodaj"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View File

@ -1,13 +1,15 @@
{ "translations": {
"Added to the list of trusted servers" : "Dodano na spisek varnih strežnikov",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu potrjenih strežnikov.",
"Added to the list of trusted servers" : "Strežnik je dodan na seznam varnih strežnikov.",
"Server is already in the list of trusted servers." : "Strežnik je že na seznamu varnih strežnikov.",
"No server to federate with found" : "Ne najdem strežnika za federiranje",
"Could not add server" : "Ni mogoče dodati strežnika.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federiranje omogoča povezovanje z drugimi varnimi strežniki in izmenjavo spiska uporabnikov. Primer je samodejno dopolnjevanje zunanjih uporabnikov pri federacijski souporabi.",
"Trusted servers" : "Zanesljivi strežniki",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena",
"+ Add trusted server" : "+ Dodaj zanesljiv strežnik",
"Trusted server" : "Zanesljiv strežnik",
"Could not add server" : "Strežnika ni mogoče dodati.",
"Federation" : "Zvezni oblaki",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Zvezni oblak omogoča povezovanje zunanjih strežnikov v skupen oblak in izmenjavo datotek in map uporabnikov različnih sistemov.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Zvezni oblak omogoča povezovanje z drugimi varnimi strežniki in izmenjavo datotek in map uporabnikov v enotnem oblaku. Možnost omogoča na primer samodejno dopolnjevanje tudi imen uporabnikov na drugih, zunanjih strežnikih.",
"Trusted servers" : "Varni strežniki",
"Add server automatically once a federated share was created successfully" : "Strežnik dodaj samodejno, ko je povezava zveznega oblaka uspešno ustvarjena.",
"+ Add trusted server" : "+ Dodaj varen strežnik",
"Trusted server" : "Varen strežnik",
"Add" : "Dodaj"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@ -1,11 +1,13 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
"Added to the list of trusted servers" : "Сервер додано до списку довірених серверів",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
"No ownCloud server found" : "Не знайдено сервер ownCloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
"Trusted servers" : "Довірені сервера",
"+ Add trusted server" : "Додати довірений сервер",
"Trusted server" : "Довірений сервер",
"Add" : "Додати"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

View File

@ -1,9 +1,11 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "Сервер додано до переліку довірених серверів ownClouds",
"Added to the list of trusted servers" : "Сервер додано до списку довірених серверів",
"Server is already in the list of trusted servers." : "Сервер вже знаходиться в переліку довірених серверів",
"No ownCloud server found" : "Не знайдено сервер ownCloud",
"Could not add server" : "Не вдалося додати сервер",
"Federation" : "Об'єднання",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Об'єднання ownCloud дозволяє вам з'єднання з іншими довіреними серверами ownClouds для обміну директоріями користувачів. Наприклад це буде використовуватись для авто-доповнення зовнішніх користувачів до об'єднаних ресурсів обміну. "
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
"Trusted servers" : "Довірені сервера",
"+ Add trusted server" : "Додати довірений сервер",
"Trusted server" : "Довірений сервер",
"Add" : "Додати"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

View File

@ -1,29 +1,35 @@
OC.L10N.register(
"files",
{
"Storage is temporarily not available" : "Временно хранилището не е налично.",
"Storage invalid" : "Невалидно хранилище.",
"Storage is temporarily not available" : "Временно хранилището не е налично",
"Storage invalid" : "Невалидно хранилище",
"Unknown error" : "Неизвестна грешка",
"All files" : "Всички файлове",
"Recent" : "Скорошен",
"Recent" : "Последни",
"Favorites" : "Любими",
"File could not be found" : "Файлът не може да бъде открит",
"File could not be found" : "Файлът не може да бъде намерен",
"Move or copy" : "Премести или копирай",
"Download" : "Изтегли",
"Delete" : "Изтриване",
"Delete" : "Изтрий",
"Home" : "Домашен",
"Close" : "Затвори",
"Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена",
"Upload cancelled." : "Качването е прекъснато.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или с размер 0 байта.",
"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" : "Няма достатъчно свободно място",
"Uploading …" : "Качване …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} от {totalSize} ({bitrate})",
"Target folder does not exist any more" : "Дестинацията не съществува",
"Actions" : "Действия",
"Rename" : "Преименуване",
"Target folder" : "Целева папка",
"Rename" : "Преименувай",
"Copy" : "Копирай",
"Target folder" : "Дестинация",
"Disconnect storage" : "Извади хранилището",
"Unshare" : "Прекратяване на споделяне",
"Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена",
"Files" : "Файлове",
"Details" : "Детайли",
"Select" : "Избери",
@ -31,11 +37,13 @@ OC.L10N.register(
"Unable to determine date" : "Неуспешно установяване на дата",
"This operation is forbidden" : "Операцията е забранена",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Проверете журнала или се свържете с администратора",
"Could not move \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде преместен защото съществува в дестинацията",
"Could not move \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде преместен, дестинацията съществува",
"Could not move \"{file}\"" : "Файлът \"{file}\" не може да бъде преместен",
"Could not copy \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде копиран, дестинацията съществува",
"Could not copy \"{file}\"" : "Файлът \"{file}\" не може да бъде копиран",
"{newName} already exists" : "{newName} вече съществува",
"Could not rename \"{fileName}\", it does not exist any more" : "Файлът \"{fileName}\" не може да бъде преименуван защото не съществува",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" вече се ползва от директория \"{dir}\". Моля, изберете друго име.",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.",
"Could not rename \"{fileName}\"" : "\"{fileName}\" не може да бъде преименуван",
"Could not create file \"{file}\"" : "Файлът \"{file}\" не може да бъде създаден",
"Could not create file \"{file}\" because it already exists" : "Файлът \"{file}\" не може да бъде създаден защото вече съществува",
@ -43,13 +51,13 @@ OC.L10N.register(
"Error deleting file \"{fileName}\"." : "Грешка при изтриването на файла \"{fileName}\".",
"Name" : "Име",
"Size" : "Размер",
"Modified" : "Променен на",
"Modified" : "Промяна",
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
"_%n file_::_%n files_" : ["%n файл","%n файла"],
"{dirs} and {files}" : "{dirs} и {files}",
"_including %n hidden_::_including %n hidden_" : ["включително %n скрит","включително %n скрити"],
"You dont have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.",
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."],
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла"],
"New" : "Създай",
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
"File name cannot be empty." : "Името на файла не може да бъде оставено празно.",
@ -64,11 +72,14 @@ OC.L10N.register(
"Favorited" : "Отбелязано в любими",
"Favorite" : "Любими",
"New folder" : "Нова папка",
"An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на тагове",
"Added to favorites" : "Добавено към предпочитани",
"Removed from favorites" : "Премахнато от предпочитани",
"You added {file} to your favorites" : "Добавихте {file} към предпочитани",
"You removed {file} from your favorites" : "Махнахте {file} от вашите предпочитания",
"Upload file" : "Качи файл",
"Remove from favorites" : "Премахни от любимите",
"Add to favorites" : "Добави към любимите",
"An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на етикети",
"Added to favorites" : "Добавено към любимите",
"Removed from favorites" : "Премахни от любимите",
"You added {file} to your favorites" : "Добавихте {file} към любимите",
"You removed {file} from your favorites" : "Премахнахте {file} от любимите",
"File changes" : "Файлови промени",
"Created by {user}" : "Създаден от {user}",
"Changed by {user}" : "Променен от {user}",
@ -76,20 +87,21 @@ OC.L10N.register(
"Restored by {user}" : "Възстановен от {user}",
"Renamed by {user}" : "Преименуван от {user}",
"Moved by {user}" : "Преместен от {user}",
"\"remote user\"" : "\"отдалечен потребител\"",
"You created {file}" : "Вие създадохте {file}",
"{user} created {file}" : "{user} създаде {file}",
"{file} was created in a public folder" : "{file} беше създаден в публична папка",
"You changed {file}" : "Променихте {file}",
"You changed {file}" : "Вие променихте {file}",
"{user} changed {file}" : "{user} промени {file}",
"You deleted {file}" : "Вие изтрихте {file}",
"{user} deleted {file}" : "{user} изтри {file}",
"You restored {file}" : "Възстановихте {file}",
"{user} restored {file}" : "{user} възстанови {file}",
"You renamed {oldfile} to {newfile}" : "Преименувахте {oldfile} на {newfile}",
"You renamed {oldfile} to {newfile}" : "Вие преименувахте {oldfile} на {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} преименува {oldfile} на {newfile}",
"You moved {oldfile} to {newfile}" : "Преместихте {oldfile} в {newfile}",
"You moved {oldfile} to {newfile}" : "Вие преместихте {oldfile} в {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} премести {oldfile} в {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Файл беше добавен или премахнат от <strong>предпочитанията</strong> ви",
"A file has been added to or removed from your <strong>favorites</strong>" : "Файл беше добавен или премахнат от <strong>любимите</strong> ви",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Промяна</strong> или <strong>преименуване</strong> на файл / папка",
"A new file or folder has been <strong>created</strong>" : "<strong>Създаване</strong> на нов файл / папка",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>",
@ -97,25 +109,31 @@ OC.L10N.register(
"File handling" : "Операция с файла",
"Maximum upload size" : "Максимален размер",
"max. possible: " : "максимално:",
"Save" : "Запис",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на една промяна може да отнеме 5 минути.",
"Save" : "Запиши",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.",
"Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.",
"Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV",
"No files in here" : "Тук няма файлове",
"Upload some content or sync with your devices!" : "Качи съдържание или синхронизирай с твоите устройства!",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"No files in here" : "Няма файлове",
"Upload some content or sync with your devices!" : "Качете съдържание или синхронизирайте с вашите устройства!",
"No entries found in this folder" : "Няма намерени записи в тази папка",
"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." : "Файловете, които се опитвате да качите са по-големи от позволеното на сървъра.",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които отбелязваш като любими ще се показват тук",
"No favorites yet" : "Няма любими",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които маркирате като любими ще се показват тук",
"Tags" : "Етикети",
"Deleted files" : "Изтрити файлове",
"Shared with others" : "Споделено с други",
"Shared with you" : "Споделено с вас",
"Shared by link" : "Споделено с връзка",
"Shares" : "Споделени",
"Shared with others" : "Споделени с други",
"Shared with you" : "Споделени с вас",
"Shared by link" : "Споделени с връзка",
"Deleted shares" : "Изтрити",
"Text file" : "Текстов файл",
"New text file.txt" : "Нов текст file.txt"
"New text file.txt" : "Текстов файл.txt",
"Move" : "Премести",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Адресът осигурява <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">достъп до файловете ви чрез WebDAV</a>"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,27 +1,33 @@
{ "translations": {
"Storage is temporarily not available" : "Временно хранилището не е налично.",
"Storage invalid" : "Невалидно хранилище.",
"Storage is temporarily not available" : "Временно хранилището не е налично",
"Storage invalid" : "Невалидно хранилище",
"Unknown error" : "Неизвестна грешка",
"All files" : "Всички файлове",
"Recent" : "Скорошен",
"Recent" : "Последни",
"Favorites" : "Любими",
"File could not be found" : "Файлът не може да бъде открит",
"File could not be found" : "Файлът не може да бъде намерен",
"Move or copy" : "Премести или копирай",
"Download" : "Изтегли",
"Delete" : "Изтриване",
"Delete" : "Изтрий",
"Home" : "Домашен",
"Close" : "Затвори",
"Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена",
"Upload cancelled." : "Качването е прекъснато.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или с размер 0 байта.",
"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" : "Няма достатъчно свободно място",
"Uploading …" : "Качване …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} от {totalSize} ({bitrate})",
"Target folder does not exist any more" : "Дестинацията не съществува",
"Actions" : "Действия",
"Rename" : "Преименуване",
"Target folder" : "Целева папка",
"Rename" : "Преименувай",
"Copy" : "Копирай",
"Target folder" : "Дестинация",
"Disconnect storage" : "Извади хранилището",
"Unshare" : "Прекратяване на споделяне",
"Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена",
"Files" : "Файлове",
"Details" : "Детайли",
"Select" : "Избери",
@ -29,11 +35,13 @@
"Unable to determine date" : "Неуспешно установяване на дата",
"This operation is forbidden" : "Операцията е забранена",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Проверете журнала или се свържете с администратора",
"Could not move \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде преместен защото съществува в дестинацията",
"Could not move \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде преместен, дестинацията съществува",
"Could not move \"{file}\"" : "Файлът \"{file}\" не може да бъде преместен",
"Could not copy \"{file}\", target exists" : "Файлът \"{file}\" не може да бъде копиран, дестинацията съществува",
"Could not copy \"{file}\"" : "Файлът \"{file}\" не може да бъде копиран",
"{newName} already exists" : "{newName} вече съществува",
"Could not rename \"{fileName}\", it does not exist any more" : "Файлът \"{fileName}\" не може да бъде преименуван защото не съществува",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" вече се ползва от директория \"{dir}\". Моля, изберете друго име.",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{targetName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.",
"Could not rename \"{fileName}\"" : "\"{fileName}\" не може да бъде преименуван",
"Could not create file \"{file}\"" : "Файлът \"{file}\" не може да бъде създаден",
"Could not create file \"{file}\" because it already exists" : "Файлът \"{file}\" не може да бъде създаден защото вече съществува",
@ -41,13 +49,13 @@
"Error deleting file \"{fileName}\"." : "Грешка при изтриването на файла \"{fileName}\".",
"Name" : "Име",
"Size" : "Размер",
"Modified" : "Променен на",
"Modified" : "Промяна",
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
"_%n file_::_%n files_" : ["%n файл","%n файла"],
"{dirs} and {files}" : "{dirs} и {files}",
"_including %n hidden_::_including %n hidden_" : ["включително %n скрит","включително %n скрити"],
"You dont have permission to upload or create files here" : "Нямаш разрешение да създаваш или качваш файлове тук.",
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла."],
"_Uploading %n file_::_Uploading %n files_" : ["Качване на %n файл","Качване на %n файла"],
"New" : "Създай",
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
"File name cannot be empty." : "Името на файла не може да бъде оставено празно.",
@ -62,11 +70,14 @@
"Favorited" : "Отбелязано в любими",
"Favorite" : "Любими",
"New folder" : "Нова папка",
"An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на тагове",
"Added to favorites" : "Добавено към предпочитани",
"Removed from favorites" : "Премахнато от предпочитани",
"You added {file} to your favorites" : "Добавихте {file} към предпочитани",
"You removed {file} from your favorites" : "Махнахте {file} от вашите предпочитания",
"Upload file" : "Качи файл",
"Remove from favorites" : "Премахни от любимите",
"Add to favorites" : "Добави към любимите",
"An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на етикети",
"Added to favorites" : "Добавено към любимите",
"Removed from favorites" : "Премахни от любимите",
"You added {file} to your favorites" : "Добавихте {file} към любимите",
"You removed {file} from your favorites" : "Премахнахте {file} от любимите",
"File changes" : "Файлови промени",
"Created by {user}" : "Създаден от {user}",
"Changed by {user}" : "Променен от {user}",
@ -74,20 +85,21 @@
"Restored by {user}" : "Възстановен от {user}",
"Renamed by {user}" : "Преименуван от {user}",
"Moved by {user}" : "Преместен от {user}",
"\"remote user\"" : "\"отдалечен потребител\"",
"You created {file}" : "Вие създадохте {file}",
"{user} created {file}" : "{user} създаде {file}",
"{file} was created in a public folder" : "{file} беше създаден в публична папка",
"You changed {file}" : "Променихте {file}",
"You changed {file}" : "Вие променихте {file}",
"{user} changed {file}" : "{user} промени {file}",
"You deleted {file}" : "Вие изтрихте {file}",
"{user} deleted {file}" : "{user} изтри {file}",
"You restored {file}" : "Възстановихте {file}",
"{user} restored {file}" : "{user} възстанови {file}",
"You renamed {oldfile} to {newfile}" : "Преименувахте {oldfile} на {newfile}",
"You renamed {oldfile} to {newfile}" : "Вие преименувахте {oldfile} на {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} преименува {oldfile} на {newfile}",
"You moved {oldfile} to {newfile}" : "Преместихте {oldfile} в {newfile}",
"You moved {oldfile} to {newfile}" : "Вие преместихте {oldfile} в {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} премести {oldfile} в {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Файл беше добавен или премахнат от <strong>предпочитанията</strong> ви",
"A file has been added to or removed from your <strong>favorites</strong>" : "Файл беше добавен или премахнат от <strong>любимите</strong> ви",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Промяна</strong> или <strong>преименуване</strong> на файл / папка",
"A new file or folder has been <strong>created</strong>" : "<strong>Създаване</strong> на нов файл / папка",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>",
@ -95,25 +107,31 @@
"File handling" : "Операция с файла",
"Maximum upload size" : "Максимален размер",
"max. possible: " : "максимално:",
"Save" : "Запис",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на една промяна може да отнеме 5 минути.",
"Save" : "Запиши",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.",
"Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.",
"Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV",
"No files in here" : "Тук няма файлове",
"Upload some content or sync with your devices!" : "Качи съдържание или синхронизирай с твоите устройства!",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"No files in here" : "Няма файлове",
"Upload some content or sync with your devices!" : "Качете съдържание или синхронизирайте с вашите устройства!",
"No entries found in this folder" : "Няма намерени записи в тази папка",
"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." : "Файловете, които се опитвате да качите са по-големи от позволеното на сървъра.",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които отбелязваш като любими ще се показват тук",
"No favorites yet" : "Няма любими",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които маркирате като любими ще се показват тук",
"Tags" : "Етикети",
"Deleted files" : "Изтрити файлове",
"Shared with others" : "Споделено с други",
"Shared with you" : "Споделено с вас",
"Shared by link" : "Споделено с връзка",
"Shares" : "Споделени",
"Shared with others" : "Споделени с други",
"Shared with you" : "Споделени с вас",
"Shared by link" : "Споделени с връзка",
"Deleted shares" : "Изтрити",
"Text file" : "Текстов файл",
"New text file.txt" : "Нов текст file.txt"
"New text file.txt" : "Текстов файл.txt",
"Move" : "Премести",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Адресът осигурява <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">достъп до файловете ви чрез WebDAV</a>"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -7,13 +7,13 @@ OC.L10N.register(
"All files" : "Všechny soubory",
"Recent" : "Nedávné",
"Favorites" : "Oblíbené",
"File could not be found" : "Soubor nelze nalézt",
"File could not be found" : "Soubor se nedaří nalézt",
"Move or copy" : "Přesunout nebo zkopírovat",
"Download" : "Stáhnout",
"Delete" : "Smazat",
"Home" : "Domů",
"Close" : "Zavřít",
"Could not create folder \"{dir}\"" : "Nelze vytvořit adresář \"{dir}\"",
"Could not create folder \"{dir}\"" : "Nelze vytvořit složku „{dir}“",
"Upload cancelled." : "Odesílání zrušeno.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
@ -23,8 +23,8 @@ OC.L10N.register(
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrání této položky není podporováno",
"Target folder does not exist any more" : "Cílový adresář už neexistuje",
"Error when assembling chunks, status code {status}" : "Chyba při kompletaci kusů, kód chyby {status}",
"Target folder does not exist any more" : "Cílová složka už neexistuje",
"Error when assembling chunks, status code {status}" : "Chyba při kompletaci shluků, kód chyby {status}",
"Actions" : "Činnosti",
"Rename" : "Přejmenovat",
"Copy" : "Kopírovat",
@ -38,38 +38,38 @@ OC.L10N.register(
"Pending" : "Nevyřízené",
"Unable to determine date" : "Nelze určit datum",
"This operation is forbidden" : "Tato operace je zakázána",
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
"Could not move \"{file}\", target exists" : "Nelze přesunout \"{file}\", cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce",
"Could not move \"{file}\", target exists" : "Nelze přesunout „{file}“, cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout „{file}“",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat „{file}“, cíl už existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat „{file}“",
"Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}",
"{newName} already exists" : "{newName} už existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",
"Could not rename \"{fileName}\"" : "Nelze přejmenovat \"{fileName}\"",
"Could not create file \"{file}\"" : "Nelze vytvořit soubor \"{file}\"",
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor \"{file}\", protože již existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit adresář \"{dir}\", protože již existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru \"{fileName}\".",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat „{fileName}“, už neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{targetName}“ je už použito ve složce „{dir}“. Zvolte jiný název.",
"Could not rename \"{fileName}\"" : "Nelze přejmenovat „{fileName}“",
"Could not create file \"{file}\"" : "Nelze vytvořit soubor „{file}“",
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor „{file}“, protože už existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit složku „{dir}“, protože už existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Name" : "Název",
"Size" : "Velikost",
"Modified" : "Upraveno",
"_%n folder_::_%n folders_" : ["%n adresář","%n adresáře","%n adresářů","%n adresářů"],
"_%n folder_::_%n folders_" : ["%n šložka","%n složky","%n složek","%n složky"],
"_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n souborů"],
"{dirs} and {files}" : "{dirs} a {files}",
"_including %n hidden_::_including %n hidden_" : ["přidán %n skrytý","přidány %n skryté","přidáno %n skrytých","přidáno %n skrytých"],
"You dont have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo vytvářet soubory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů","Nahrávám %n souborů"],
"_Uploading %n file_::_Uploading %n files_" : ["Nahrává se %n soubor","Nahrávají se %n soubory","Nahrává se %n souborů","Nahrávají se %n soubory"],
"New" : "Nový",
"{used} of {quota} used" : "Využito {used} z {quota} ",
"{used} used" : "{used} Využito",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.",
"File name cannot be empty." : "Název souboru nemůže být prázdný řetězec.",
"\"/\" is not allowed inside a file name." : "\"/\" není povolený znak v názvu souboru",
"\"{name}\" is not an allowed filetype" : "\"{name}\" není povolený typ souboru",
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Úložiště uživatele {owner} je zaplněné, soubory nelze aktualizovat a synchronizovat!",
"Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
@ -78,7 +78,7 @@ OC.L10N.register(
"View in folder" : "Zobrazit ve složce",
"Copied!" : "Zkopírováno!",
"Copy direct link (only works for users who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro uživatele, kteří mají přístup k tomuto souboru/složce)",
"Path" : "Cesta",
"Path" : "Popis umístění",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
"Favorited" : "Přidáno k oblíbeným",
"Favorite" : "Oblíbené",
@ -93,10 +93,10 @@ OC.L10N.register(
"You added {file} to your favorites" : "Do svých oblíbených jste přidali {file}",
"You removed {file} from your favorites" : "Odstranili jste {file} ze svých oblíbených",
"File changes" : "Změny souboru",
"Created by {user}" : "Vytvořil {user}",
"Changed by {user}" : "Změnil {user}",
"Deleted by {user}" : "Odstranil {user}",
"Restored by {user}" : "Obnovil {user}",
"Created by {user}" : "Vytvořil(a) {user}",
"Changed by {user}" : "Změnil(a) {user}",
"Deleted by {user}" : "Odstranil(a) {user}",
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenoval(a) {user}",
"Moved by {user}" : "Přesunul(a) {user}",
"\"remote user\"" : "„uživatel na protějšku“",
@ -108,23 +108,23 @@ OC.L10N.register(
"You changed {file}" : "Změnil(a) jste {file}",
"You changed an encrypted file in {file}" : "Změnili jste šifrovaný soubor {file}",
"{user} changed {file}" : "{user} změnil(a) {file}",
"{user} changed an encrypted file in {file}" : "{user} změnil šifrovaný soubor {file}",
"{user} changed an encrypted file in {file}" : "{user} změnil(a) šifrovaný soubor {file}",
"You deleted {file}" : "Odstranil(a) jste {file}",
"You deleted an encrypted file in {file}" : "Smazali jste šifrovaný soubor {file}",
"{user} deleted {file}" : "{user} smazal(a) {file}",
"{user} deleted an encrypted file in {file}" : "{user} smazal šifrovaný soubor {file}",
"You restored {file}" : "Obnovil(a) jste {file}",
"{user} restored {file}" : "{user} obnovil {file}",
"You restored {file}" : "Obnovili jste {file}",
"{user} restored {file}" : "{user} obnovil(a) {file}",
"You renamed {oldfile} to {newfile}" : "Přejmenoval(a) jste {oldfile} na {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} přejmenoval {oldfile} na {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} přejmenoval(a) {oldfile} na {newfile}",
"You moved {oldfile} to {newfile}" : "{oldfile} jste přesunul(a) do {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} přesunul(a) {oldfile} do {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Soubor byl přidán, nebo odstraněn z vašich <strong>oblíbených</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo adresář byl <strong>změněn</strong> nebo <strong>přejmenován</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo adresář",
"A file or folder has been <strong>deleted</strong>" : "Soubor nebo adresář byl <strong>smazán</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo složka",
"A file or folder has been <strong>deleted</strong>" : "Soubor nebo složka byla <strong>smazána</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omezovat oznámení o tvorbě a změnách <strong>oblíbených souborů</strong> <em>(Pouze v proudu)</em>",
"A file or folder has been <strong>restored</strong>" : "Soubor nebo adresář byl <strong>obnoven</strong>",
"A file or folder has been <strong>restored</strong>" : "Soubor nebo složka byla <strong>obnovena</strong>",
"Unlimited" : "Neomezeně",
"Upload (max. %s)" : "Nahrát (max. %s)",
"File Management" : "Správa souboru",
@ -143,12 +143,12 @@ OC.L10N.register(
"Cancel upload" : "Zrušit nahrávání",
"No files in here" : "Žádné soubory",
"Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!",
"No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Select all" : "Vybrat vše",
"Upload too large" : "Odesílaný soubor je příliš velký",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
"No favorites yet" : "Zatím nic oblíbeného",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky označené jako oblíbené",
"Tags" : "Značky",
"Deleted files" : "Odstraněné soubory",
"Shares" : "Sdílení",
@ -159,8 +159,8 @@ OC.L10N.register(
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Move" : "Přesunout",
"A new file or folder has been <strong>deleted</strong>" : "Nový soubor nebo adresář byl <strong>smazán</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nový soubor nebo adresář byl <strong>obnoven</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Nový soubor nebo složka byla <strong>smazána</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nový soubor nebo složka byla <strong>obnovena</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použít tuto adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> pro přístup k souborům přes WebDAV</a>"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@ -5,13 +5,13 @@
"All files" : "Všechny soubory",
"Recent" : "Nedávné",
"Favorites" : "Oblíbené",
"File could not be found" : "Soubor nelze nalézt",
"File could not be found" : "Soubor se nedaří nalézt",
"Move or copy" : "Přesunout nebo zkopírovat",
"Download" : "Stáhnout",
"Delete" : "Smazat",
"Home" : "Domů",
"Close" : "Zavřít",
"Could not create folder \"{dir}\"" : "Nelze vytvořit adresář \"{dir}\"",
"Could not create folder \"{dir}\"" : "Nelze vytvořit složku „{dir}“",
"Upload cancelled." : "Odesílání zrušeno.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
@ -21,8 +21,8 @@
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Nahrání této položky není podporováno",
"Target folder does not exist any more" : "Cílový adresář už neexistuje",
"Error when assembling chunks, status code {status}" : "Chyba při kompletaci kusů, kód chyby {status}",
"Target folder does not exist any more" : "Cílová složka už neexistuje",
"Error when assembling chunks, status code {status}" : "Chyba při kompletaci shluků, kód chyby {status}",
"Actions" : "Činnosti",
"Rename" : "Přejmenovat",
"Copy" : "Kopírovat",
@ -36,38 +36,38 @@
"Pending" : "Nevyřízené",
"Unable to determine date" : "Nelze určit datum",
"This operation is forbidden" : "Tato operace je zakázána",
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
"Could not move \"{file}\", target exists" : "Nelze přesunout \"{file}\", cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce",
"Could not move \"{file}\", target exists" : "Nelze přesunout „{file}“, cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout „{file}“",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat „{file}“, cíl už existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat „{file}“",
"Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}",
"{newName} already exists" : "{newName} už existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",
"Could not rename \"{fileName}\"" : "Nelze přejmenovat \"{fileName}\"",
"Could not create file \"{file}\"" : "Nelze vytvořit soubor \"{file}\"",
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor \"{file}\", protože již existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit adresář \"{dir}\", protože již existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru \"{fileName}\".",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat „{fileName}“, už neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{targetName}“ je už použito ve složce „{dir}“. Zvolte jiný název.",
"Could not rename \"{fileName}\"" : "Nelze přejmenovat „{fileName}“",
"Could not create file \"{file}\"" : "Nelze vytvořit soubor „{file}“",
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor „{file}“, protože už existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit složku „{dir}“, protože už existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru „{fileName}“.",
"No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}",
"Name" : "Název",
"Size" : "Velikost",
"Modified" : "Upraveno",
"_%n folder_::_%n folders_" : ["%n adresář","%n adresáře","%n adresářů","%n adresářů"],
"_%n folder_::_%n folders_" : ["%n šložka","%n složky","%n složek","%n složky"],
"_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n souborů"],
"{dirs} and {files}" : "{dirs} a {files}",
"_including %n hidden_::_including %n hidden_" : ["přidán %n skrytý","přidány %n skryté","přidáno %n skrytých","přidáno %n skrytých"],
"You dont have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo vytvářet soubory",
"_Uploading %n file_::_Uploading %n files_" : ["Nahrávám %n soubor","Nahrávám %n soubory","Nahrávám %n souborů","Nahrávám %n souborů"],
"_Uploading %n file_::_Uploading %n files_" : ["Nahrává se %n soubor","Nahrávají se %n soubory","Nahrává se %n souborů","Nahrávají se %n soubory"],
"New" : "Nový",
"{used} of {quota} used" : "Využito {used} z {quota} ",
"{used} used" : "{used} Využito",
"\"{name}\" is an invalid file name." : "\"{name}\" je neplatným názvem souboru.",
"File name cannot be empty." : "Název souboru nemůže být prázdný řetězec.",
"\"/\" is not allowed inside a file name." : "\"/\" není povolený znak v názvu souboru",
"\"{name}\" is not an allowed filetype" : "\"{name}\" není povolený typ souboru",
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Úložiště uživatele {owner} je zaplněné, soubory nelze aktualizovat a synchronizovat!",
"Your storage is full, files can not be updated or synced anymore!" : "Vaše úložiště je plné, nelze aktualizovat ani synchronizovat soubory.",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Úložiště uživatele {owner} je téměř plné ({usedSpacePercent}%)",
@ -76,7 +76,7 @@
"View in folder" : "Zobrazit ve složce",
"Copied!" : "Zkopírováno!",
"Copy direct link (only works for users who have access to this file/folder)" : "Zkopírovat přímý odkaz (funguje pouze pro uživatele, kteří mají přístup k tomuto souboru/složce)",
"Path" : "Cesta",
"Path" : "Popis umístění",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
"Favorited" : "Přidáno k oblíbeným",
"Favorite" : "Oblíbené",
@ -91,10 +91,10 @@
"You added {file} to your favorites" : "Do svých oblíbených jste přidali {file}",
"You removed {file} from your favorites" : "Odstranili jste {file} ze svých oblíbených",
"File changes" : "Změny souboru",
"Created by {user}" : "Vytvořil {user}",
"Changed by {user}" : "Změnil {user}",
"Deleted by {user}" : "Odstranil {user}",
"Restored by {user}" : "Obnovil {user}",
"Created by {user}" : "Vytvořil(a) {user}",
"Changed by {user}" : "Změnil(a) {user}",
"Deleted by {user}" : "Odstranil(a) {user}",
"Restored by {user}" : "Obnovil(a) {user}",
"Renamed by {user}" : "Přejmenoval(a) {user}",
"Moved by {user}" : "Přesunul(a) {user}",
"\"remote user\"" : "„uživatel na protějšku“",
@ -106,23 +106,23 @@
"You changed {file}" : "Změnil(a) jste {file}",
"You changed an encrypted file in {file}" : "Změnili jste šifrovaný soubor {file}",
"{user} changed {file}" : "{user} změnil(a) {file}",
"{user} changed an encrypted file in {file}" : "{user} změnil šifrovaný soubor {file}",
"{user} changed an encrypted file in {file}" : "{user} změnil(a) šifrovaný soubor {file}",
"You deleted {file}" : "Odstranil(a) jste {file}",
"You deleted an encrypted file in {file}" : "Smazali jste šifrovaný soubor {file}",
"{user} deleted {file}" : "{user} smazal(a) {file}",
"{user} deleted an encrypted file in {file}" : "{user} smazal šifrovaný soubor {file}",
"You restored {file}" : "Obnovil(a) jste {file}",
"{user} restored {file}" : "{user} obnovil {file}",
"You restored {file}" : "Obnovili jste {file}",
"{user} restored {file}" : "{user} obnovil(a) {file}",
"You renamed {oldfile} to {newfile}" : "Přejmenoval(a) jste {oldfile} na {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} přejmenoval {oldfile} na {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} přejmenoval(a) {oldfile} na {newfile}",
"You moved {oldfile} to {newfile}" : "{oldfile} jste přesunul(a) do {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} přesunul(a) {oldfile} do {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Soubor byl přidán, nebo odstraněn z vašich <strong>oblíbených</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo adresář byl <strong>změněn</strong> nebo <strong>přejmenován</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo adresář",
"A file or folder has been <strong>deleted</strong>" : "Soubor nebo adresář byl <strong>smazán</strong>",
"A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo složka",
"A file or folder has been <strong>deleted</strong>" : "Soubor nebo složka byla <strong>smazána</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omezovat oznámení o tvorbě a změnách <strong>oblíbených souborů</strong> <em>(Pouze v proudu)</em>",
"A file or folder has been <strong>restored</strong>" : "Soubor nebo adresář byl <strong>obnoven</strong>",
"A file or folder has been <strong>restored</strong>" : "Soubor nebo složka byla <strong>obnovena</strong>",
"Unlimited" : "Neomezeně",
"Upload (max. %s)" : "Nahrát (max. %s)",
"File Management" : "Správa souboru",
@ -141,12 +141,12 @@
"Cancel upload" : "Zrušit nahrávání",
"No files in here" : "Žádné soubory",
"Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!",
"No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Select all" : "Vybrat vše",
"Upload too large" : "Odesílaný soubor je příliš velký",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.",
"No favorites yet" : "Zatím nic oblíbeného",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky označené jako oblíbené",
"Tags" : "Značky",
"Deleted files" : "Odstraněné soubory",
"Shares" : "Sdílení",
@ -157,8 +157,8 @@
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Move" : "Přesunout",
"A new file or folder has been <strong>deleted</strong>" : "Nový soubor nebo adresář byl <strong>smazán</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nový soubor nebo adresář byl <strong>obnoven</strong>",
"A new file or folder has been <strong>deleted</strong>" : "Nový soubor nebo složka byla <strong>smazána</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nový soubor nebo složka byla <strong>obnovena</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použít tuto adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> pro přístup k souborům přes WebDAV</a>"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View File

@ -24,6 +24,7 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})",
"Uploading that item is not supported" : "Kyseisen kohteen lähettäminen ei ole tuettu",
"Target folder does not exist any more" : "Kohdekansiota ei ole enää olemassa",
"Error when assembling chunks, status code {status}" : "Virhe koottaessa lohkoja, tilakoodi {status}",
"Actions" : "Toiminnot",
"Rename" : "Nimeä uudelleen",
"Copy" : "Kopioi",
@ -118,6 +119,7 @@ OC.L10N.register(
"A file or folder has been <strong>restored</strong>" : "Tiedosto tai kansio on <strong>palautettu</strong>",
"Unlimited" : "Rajoittamaton",
"Upload (max. %s)" : "Lähetys (enintään %s)",
"File Management" : "Tiedostohallinta",
"File handling" : "Tiedostonhallinta",
"Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko",
"max. possible: " : "suurin mahdollinen:",
@ -141,9 +143,11 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
"Tags" : "Tunnisteet",
"Deleted files" : "Poistetut tiedostot",
"Shares" : "Jaot",
"Shared with others" : "Jaettu muille",
"Shared with you" : "Jaettu kanssasi",
"Shared by link" : "Jaettu linkillä",
"Deleted shares" : "Poistetut jaot",
"Text file" : "Tekstitiedosto",
"New text file.txt" : "Uusi tekstitiedosto.txt",
"Move" : "Siirrä",

View File

@ -22,6 +22,7 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})",
"Uploading that item is not supported" : "Kyseisen kohteen lähettäminen ei ole tuettu",
"Target folder does not exist any more" : "Kohdekansiota ei ole enää olemassa",
"Error when assembling chunks, status code {status}" : "Virhe koottaessa lohkoja, tilakoodi {status}",
"Actions" : "Toiminnot",
"Rename" : "Nimeä uudelleen",
"Copy" : "Kopioi",
@ -116,6 +117,7 @@
"A file or folder has been <strong>restored</strong>" : "Tiedosto tai kansio on <strong>palautettu</strong>",
"Unlimited" : "Rajoittamaton",
"Upload (max. %s)" : "Lähetys (enintään %s)",
"File Management" : "Tiedostohallinta",
"File handling" : "Tiedostonhallinta",
"Maximum upload size" : "Lähetettävän tiedoston suurin sallittu koko",
"max. possible: " : "suurin mahdollinen:",
@ -139,9 +141,11 @@
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
"Tags" : "Tunnisteet",
"Deleted files" : "Poistetut tiedostot",
"Shares" : "Jaot",
"Shared with others" : "Jaettu muille",
"Shared with you" : "Jaettu kanssasi",
"Shared by link" : "Jaettu linkillä",
"Deleted shares" : "Poistetut jaot",
"Text file" : "Tekstitiedosto",
"New text file.txt" : "Uusi tekstitiedosto.txt",
"Move" : "Siirrä",

View File

@ -85,7 +85,7 @@ OC.L10N.register(
"New folder" : "Nieuwe map",
"Upload file" : "Bestand uploaden",
"Not favorited" : "Niet in favorieten",
"Remove from favorites" : "Verwijder van favorieten",
"Remove from favorites" : "Verwijderen uit favorieten",
"Add to favorites" : "Aan favorieten toevoegen",
"An error occurred while trying to update the tags" : "Er trad een fout op bij je poging om de tags bij te werken",
"Added to favorites" : "Toevoegen aan favorieten",
@ -127,6 +127,7 @@ OC.L10N.register(
"A file or folder has been <strong>restored</strong>" : "Een bestand of een map is <strong>hersteld</strong>",
"Unlimited" : "Ongelimiteerd",
"Upload (max. %s)" : "Upload (max. %s)",
"File Management" : "Bestandsbeheer",
"File handling" : "Bestand afhandeling",
"Maximum upload size" : "Maximale bestandsgrootte voor uploads",
"max. possible: " : "max. mogelijk: ",
@ -150,9 +151,11 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Bestanden en mappen die je als favoriet aanmerkt, worden hier getoond",
"Tags" : "Tags",
"Deleted files" : "Verwijderde bestanden",
"Shares" : "Shares",
"Shared with others" : "Gedeeld met anderen",
"Shared with you" : "Gedeeld met jou",
"Shared by link" : "Gedeeld via link",
"Deleted shares" : "Verwijderde shares",
"Text file" : "Tekstbestand",
"New text file.txt" : "Nieuw tekstbestand.txt",
"Move" : "Verplaatsen",

View File

@ -83,7 +83,7 @@
"New folder" : "Nieuwe map",
"Upload file" : "Bestand uploaden",
"Not favorited" : "Niet in favorieten",
"Remove from favorites" : "Verwijder van favorieten",
"Remove from favorites" : "Verwijderen uit favorieten",
"Add to favorites" : "Aan favorieten toevoegen",
"An error occurred while trying to update the tags" : "Er trad een fout op bij je poging om de tags bij te werken",
"Added to favorites" : "Toevoegen aan favorieten",
@ -125,6 +125,7 @@
"A file or folder has been <strong>restored</strong>" : "Een bestand of een map is <strong>hersteld</strong>",
"Unlimited" : "Ongelimiteerd",
"Upload (max. %s)" : "Upload (max. %s)",
"File Management" : "Bestandsbeheer",
"File handling" : "Bestand afhandeling",
"Maximum upload size" : "Maximale bestandsgrootte voor uploads",
"max. possible: " : "max. mogelijk: ",
@ -148,9 +149,11 @@
"Files and folders you mark as favorite will show up here" : "Bestanden en mappen die je als favoriet aanmerkt, worden hier getoond",
"Tags" : "Tags",
"Deleted files" : "Verwijderde bestanden",
"Shares" : "Shares",
"Shared with others" : "Gedeeld met anderen",
"Shared with you" : "Gedeeld met jou",
"Shared by link" : "Gedeeld via link",
"Deleted shares" : "Verwijderde shares",
"Text file" : "Tekstbestand",
"New text file.txt" : "Nieuw tekstbestand.txt",
"Move" : "Verplaatsen",

View File

@ -126,6 +126,7 @@ OC.L10N.register(
"A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>",
"Unlimited" : "Neobmedzené",
"Upload (max. %s)" : "Nahrať (max. %s)",
"File Management" : "Správa súborov",
"File handling" : "Nastavenie správania sa k súborom",
"Maximum upload size" : "Maximálna veľkosť odosielaného súboru",
"max. possible: " : "najväčšie možné:",
@ -149,9 +150,11 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu",
"Tags" : "Štítky",
"Deleted files" : "Zmazané súbory",
"Shares" : "Zdieľania",
"Shared with others" : "Sprístupnené ostatným",
"Shared with you" : "Vám sprístupnené",
"Shared by link" : "Sprístupnené prostredníctvom odkazu",
"Deleted shares" : "Vymazané zdieľania",
"Text file" : "Textový súbor",
"New text file.txt" : "Nový text file.txt",
"Move" : "Presunúť",

View File

@ -124,6 +124,7 @@
"A file or folder has been <strong>restored</strong>" : "Súbor alebo priečinok bol <strong>obnovený</strong>",
"Unlimited" : "Neobmedzené",
"Upload (max. %s)" : "Nahrať (max. %s)",
"File Management" : "Správa súborov",
"File handling" : "Nastavenie správania sa k súborom",
"Maximum upload size" : "Maximálna veľkosť odosielaného súboru",
"max. possible: " : "najväčšie možné:",
@ -147,9 +148,11 @@
"Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu",
"Tags" : "Štítky",
"Deleted files" : "Zmazané súbory",
"Shares" : "Zdieľania",
"Shared with others" : "Sprístupnené ostatným",
"Shared with you" : "Vám sprístupnené",
"Shared by link" : "Sprístupnené prostredníctvom odkazu",
"Deleted shares" : "Vymazané zdieľania",
"Text file" : "Textový súbor",
"New text file.txt" : "Nový text file.txt",
"Move" : "Presunúť",

View File

@ -19,7 +19,7 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
"Not enough free space" : "Ni dovolj prostora",
"Uploading …" : "Nalaganje ...",
"Uploading …" : "Poteka pošiljanje ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Target folder does not exist any more" : "Ciljna mapa ne obstaja več",
@ -40,8 +40,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Mapa ni na voljo. Preverite dnevnik in stopite v stik s skrbnikom sistema.",
"Could not move \"{file}\", target exists" : "Datoteke \"{file}\" ni mogoče premakniti, ker cilj že obstaja",
"Could not move \"{file}\"" : "Ni mogoče premakniti \"{file}\"",
"Could not copy \"{file}\", target exists" : "Datoteke \"{file}\" ni mogoče kopirati, ker cilj že obstaja",
"Could not copy \"{file}\"" : "Ni mogoče kopirati \"{file}\"",
"Could not copy \"{file}\", target exists" : "Datoteke »{file}« ni mogoče kopirati, ker ta že obstaja",
"Could not copy \"{file}\"" : "Datoteke »{file}« ni mogoče kopirati.",
"Copied {origin} inside {destination}" : "Kopirano {origin} v {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Kopirano {origin} in {nbfiles} ostale datoteke v {destination}",
"{newName} already exists" : "{newName} že obstaja",
@ -83,12 +83,12 @@ OC.L10N.register(
"New folder" : "Nova mapa",
"Upload file" : "Naloži datoteko",
"Not favorited" : "Ni priljubljeno",
"Remove from favorites" : "Odstrani iz priljubljenega",
"Add to favorites" : "Dodaj v priljubljeno",
"Remove from favorites" : "Odstrani iz priljubljenih",
"Add to favorites" : "Dodaj med priljubljene",
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
"Added to favorites" : "Dodano med priljubljene",
"Removed from favorites" : "Odstranjeno iz priljubljenih",
"You added {file} to your favorites" : "Dodali ste {file} med priljubljene",
"You added {file} to your favorites" : "Med priljubljene je dodana je datoteka {file}",
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
"File changes" : "Sprememba datoteke",
"Created by {user}" : "Ustvarjeno od {user}",
@ -99,7 +99,7 @@ OC.L10N.register(
"Moved by {user}" : "Premaknjeno od {user}",
"\"remote user\"" : "\"oddaljeni uporabnik\"",
"You created {file}" : "Ustvaril(a) si {file}",
"You created an encrypted file in {file}" : "Ustvaril(a) si kodirano datoteko v {file}",
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
"{user} created {file}" : "{user} ustvaril(a) {file}",
"{user} created an encrypted file in {file}" : "{user} ustvaril(a) kodirano datoteko {file}",
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
@ -114,10 +114,10 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} preimenoval(a) {oldfile} v {newfile}",
"You moved {oldfile} to {newfile}" : "Premaknil(a) si {oldfile} v {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} premaknil(a) {oldfile} v {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila dodana ali umaknjena iz tvojih <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 new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je <strong>ustvarjena</strong>",
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>pobrisana</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>",
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"Unlimited" : "Neomejeno",
@ -133,7 +133,8 @@ OC.L10N.register(
"Settings" : "Nastavitve",
"Show hidden files" : "Pokaži skrite datoteke",
"WebDAV" : "WebDAV",
"Cancel upload" : "Prekini nalaganje",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Naslov omogoča dostop do datotek prek <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">WebDAV</a>.",
"Cancel upload" : "Prekliči pošiljanje",
"No files in here" : "V mapi ni datotek",
"Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
@ -144,14 +145,16 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.",
"Tags" : "Oznake",
"Deleted files" : "Izbrisane datoteke",
"Shares" : "Souporaba",
"Shared with others" : "V skupni rabi z ostalimi",
"Shared with you" : "V skupni rabi z vami",
"Shared by link" : "Deljeno s povezavo",
"Deleted shares" : "Izbrisane povezave za souporabo",
"Text file" : "Besedilna datoteka",
"New text file.txt" : "Nova datoteka.txt",
"Move" : "Premakni",
"A new file or folder has been <strong>deleted</strong>" : "Nova datoteka ali mapa je bila <strong>izbrisana</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nova datoteka ali mapa je bila <strong>obnovljena</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Uporabite povezavo za<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostop do datotek preko WebDAV</a>"
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naslov omogoča dostop do datotek prek<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">WebDAV</a>."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View File

@ -17,7 +17,7 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
"Not enough free space" : "Ni dovolj prostora",
"Uploading …" : "Nalaganje ...",
"Uploading …" : "Poteka pošiljanje ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Target folder does not exist any more" : "Ciljna mapa ne obstaja več",
@ -38,8 +38,8 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Mapa ni na voljo. Preverite dnevnik in stopite v stik s skrbnikom sistema.",
"Could not move \"{file}\", target exists" : "Datoteke \"{file}\" ni mogoče premakniti, ker cilj že obstaja",
"Could not move \"{file}\"" : "Ni mogoče premakniti \"{file}\"",
"Could not copy \"{file}\", target exists" : "Datoteke \"{file}\" ni mogoče kopirati, ker cilj že obstaja",
"Could not copy \"{file}\"" : "Ni mogoče kopirati \"{file}\"",
"Could not copy \"{file}\", target exists" : "Datoteke »{file}« ni mogoče kopirati, ker ta že obstaja",
"Could not copy \"{file}\"" : "Datoteke »{file}« ni mogoče kopirati.",
"Copied {origin} inside {destination}" : "Kopirano {origin} v {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Kopirano {origin} in {nbfiles} ostale datoteke v {destination}",
"{newName} already exists" : "{newName} že obstaja",
@ -81,12 +81,12 @@
"New folder" : "Nova mapa",
"Upload file" : "Naloži datoteko",
"Not favorited" : "Ni priljubljeno",
"Remove from favorites" : "Odstrani iz priljubljenega",
"Add to favorites" : "Dodaj v priljubljeno",
"Remove from favorites" : "Odstrani iz priljubljenih",
"Add to favorites" : "Dodaj med priljubljene",
"An error occurred while trying to update the tags" : "Prišlo je do napake med posodabljanjem oznak",
"Added to favorites" : "Dodano med priljubljene",
"Removed from favorites" : "Odstranjeno iz priljubljenih",
"You added {file} to your favorites" : "Dodali ste {file} med priljubljene",
"You added {file} to your favorites" : "Med priljubljene je dodana je datoteka {file}",
"You removed {file} from your favorites" : "Odstranili ste {file} od priljubljenih",
"File changes" : "Sprememba datoteke",
"Created by {user}" : "Ustvarjeno od {user}",
@ -97,7 +97,7 @@
"Moved by {user}" : "Premaknjeno od {user}",
"\"remote user\"" : "\"oddaljeni uporabnik\"",
"You created {file}" : "Ustvaril(a) si {file}",
"You created an encrypted file in {file}" : "Ustvaril(a) si kodirano datoteko v {file}",
"You created an encrypted file in {file}" : "Ustvarjena je šifrirana datoteka v {file}",
"{user} created {file}" : "{user} ustvaril(a) {file}",
"{user} created an encrypted file in {file}" : "{user} ustvaril(a) kodirano datoteko {file}",
"{file} was created in a public folder" : "{file} ustvarjena je bila v javni mapi",
@ -112,10 +112,10 @@
"{user} renamed {oldfile} to {newfile}" : "{user} preimenoval(a) {oldfile} v {newfile}",
"You moved {oldfile} to {newfile}" : "Premaknil(a) si {oldfile} v {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} premaknil(a) {oldfile} v {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Datoteka je bila dodana ali umaknjena iz tvojih <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 new file or folder has been <strong>created</strong>" : "Nova datoteka ali mapa je <strong>ustvarjena</strong>",
"A file or folder has been <strong>deleted</strong>" : "Datoteka ali mapa je bila <strong>pobrisana</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>",
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"Unlimited" : "Neomejeno",
@ -131,7 +131,8 @@
"Settings" : "Nastavitve",
"Show hidden files" : "Pokaži skrite datoteke",
"WebDAV" : "WebDAV",
"Cancel upload" : "Prekini nalaganje",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Naslov omogoča dostop do datotek prek <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">WebDAV</a>.",
"Cancel upload" : "Prekliči pošiljanje",
"No files in here" : "V mapi ni datotek",
"Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
@ -142,14 +143,16 @@
"Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.",
"Tags" : "Oznake",
"Deleted files" : "Izbrisane datoteke",
"Shares" : "Souporaba",
"Shared with others" : "V skupni rabi z ostalimi",
"Shared with you" : "V skupni rabi z vami",
"Shared by link" : "Deljeno s povezavo",
"Deleted shares" : "Izbrisane povezave za souporabo",
"Text file" : "Besedilna datoteka",
"New text file.txt" : "Nova datoteka.txt",
"Move" : "Premakni",
"A new file or folder has been <strong>deleted</strong>" : "Nova datoteka ali mapa je bila <strong>izbrisana</strong>",
"A new file or folder has been <strong>restored</strong>" : "Nova datoteka ali mapa je bila <strong>obnovljena</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Uporabite povezavo za<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostop do datotek preko WebDAV</a>"
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Naslov omogoča dostop do datotek prek<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">WebDAV</a>."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}

View File

@ -176,7 +176,6 @@ class ViewController extends Controller {
$currentCount = 0;
foreach ($favElements['folders'] as $dir) {
$id = substr($dir, strrpos($dir, '/') + 1, strlen($dir));
$link = $this->urlGenerator->linkToRoute('files.view.index', ['dir' => $dir, 'view' => 'files']);
$sortingValue = ++$currentCount;
$element = [
@ -186,7 +185,7 @@ class ViewController extends Controller {
'dir' => $dir,
'order' => $navBarPositionPosition,
'folderPosition' => $sortingValue,
'name' => $id,
'name' => basename($dir),
'icon' => 'files',
'quickaccesselement' => 'true'
];

View File

@ -176,8 +176,53 @@ class ViewControllerTest extends TestCase {
'active' => false,
'icon' => '',
'type' => 'link',
'classes' => '',
'sublist' => [],
'classes' => 'collapsible',
'sublist' => [
[
'id' => '-test1',
'view' => 'files',
'href' => '',
'dir' => '/test1',
'order' => 6,
'folderPosition' => 1,
'name' => 'test1',
'icon' => 'files',
'quickaccesselement' => 'true',
],
[
'name' => 'test2',
'id' => '-test2-',
'view' => 'files',
'href' => '',
'dir' => '/test2/',
'order' => 7,
'folderPosition' => 2,
'icon' => 'files',
'quickaccesselement' => 'true',
],
[
'name' => 'sub4',
'id' => '-test3-sub4',
'view' => 'files',
'href' => '',
'dir' => '/test3/sub4',
'order' => 8,
'folderPosition' => 3,
'icon' => 'files',
'quickaccesselement' => 'true',
],
[
'name' => 'sub6',
'id' => '-test5-sub6-',
'view' => 'files',
'href' => '',
'dir' => '/test5/sub6/',
'order' => 9,
'folderPosition' => 4,
'icon' => 'files',
'quickaccesselement' => 'true',
],
],
'defaultExpandedState' => false,
'expandedState' => 'show_Quick_Access'
],
@ -303,6 +348,22 @@ class ViewControllerTest extends TestCase {
'id' => 'shareoverview',
'content' => null,
],
'-test1' => [
'id' => '-test1',
'content' => '',
],
'-test2-' => [
'id' => '-test2-',
'content' => '',
],
'-test3-sub4' => [
'id' => '-test3-sub4',
'content' => '',
],
'-test5-sub6-' => [
'id' => '-test5-sub6-',
'content' => '',
],
],
'hiddenFields' => [],
]
@ -315,7 +376,12 @@ class ViewControllerTest extends TestCase {
->with($this->user->getUID())
->willReturn([
'item' => [],
'folders' => [],
'folders' => [
'/test1',
'/test2/',
'/test3/sub4',
'/test5/sub6/',
],
]);
$this->assertEquals($expected, $this->viewController->index('MyDir', 'MyView'));

View File

@ -1,12 +1,12 @@
OC.L10N.register(
"files_external",
{
"External storages" : "Vnější úložiště",
"External storages" : "Externí úložiště",
"Personal" : "Osobní",
"System" : "Systém",
"Grant access" : "Povolit přístup",
"Error configuring OAuth1" : "Chyba nastavení OAuth1",
"Please provide a valid app key and secret." : "Zadejte platný klíč a tajné heslo aplikace.",
"Please provide a valid app key and secret." : "Zadejte platný klíč aplikace a tajné heslo.",
"Error configuring OAuth2" : "Chyba nastavení OAuth2",
"Generate keys" : "Vytvořit klíče",
"Error generating key pair" : "Chyba při vytváření páru klíčů",
@ -20,32 +20,32 @@ OC.L10N.register(
"Saving..." : "Ukládá se…",
"Save" : "Uložit",
"Empty response from the server" : "Prázdná odpověď serveru",
"Couldn't access. Please log out and in again to activate this mount point" : "Nelze připojit. Pro aktivaci tohoto přípojného bodu se prosím odhlašte a znovu přihlašte",
"Couldn't get the information from the remote server: {code} {type}" : "Nelze obdržet informaci ze vzdáleného serveru: {code} {type}",
"Couldn't access. Please log out and in again to activate this mount point" : "Nelze připojit. Pro aktivaci tohoto přípojného bodu se odhlaste a znovu přihlaste",
"Couldn't get the information from the remote server: {code} {type}" : "Nedaří se obdržet informaci ze vzdáleného serveru: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "Nelze obdržet seznam vzdálených přípojných bodů: {type}",
"There was an error with message: " : "Došlo k chybě s tímto hlášením:",
"External mount error" : "Chyba vzdáleného úložiště",
"external-storage" : "external-storage",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Nelze obdržet seznam síťových úložišť systému Windows: prázdná odpověď serveru",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Nepodařilo se obdržet seznam síťových úložišť systému Windows: prázdná odpověď serveru",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Některá z nastavených vzdálených úložišť nejsou připojena. Pro více informací prosím klikněte na červenou šipku(y)",
"Please enter the credentials for the {mount} mount" : "Zadejte prosím přihlašovací údaje k přípojnému bodu {mount}",
"Please enter the credentials for the {mount} mount" : "Zadejte přihlašovací údaje k přípojnému bodu {mount}",
"Username" : "Uživatelské jméno",
"Password" : "Heslo",
"Credentials saved" : "Přihlašovací údaje uloženy",
"Credentials saving failed" : "Uložení přihlašovacích údajů selhalo",
"Credentials required" : "Vyžadovány přihlašovací údaje",
"Storage with ID \"%d\" not found" : "Úložiště s identifikátorem „%d“ nebylo nalezeno",
"Invalid backend or authentication mechanism class" : "Neplatný backend nebo třída ověřovacího mechanismu",
"Invalid backend or authentication mechanism class" : "Neplatná podpůrná vrstva nebo třída ověřovacího mechanismu",
"Invalid mount point" : "Neplatný přípojný bod",
"Objectstore forbidden" : "Úložiště objektů zakázáno",
"Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"",
"Not permitted to use backend \"%s\"" : "Nebylo povoleno použítí služby \"%s\"",
"Not permitted to use authentication mechanism \"%s\"" : "Nebylo povoleno použití ověřovacího mechanismu \"%s\"",
"Invalid storage backend \"%s\"" : "Neplatná služba úložiště „%s“",
"Not permitted to use backend \"%s\"" : "Nebylo povoleno použití služby „%s“",
"Not permitted to use authentication mechanism \"%s\"" : "Nebylo povoleno použití ověřovacího mechanismu „%s“",
"Unsatisfied backend parameters" : "Neuspokojivé parametry služby",
"Unsatisfied authentication mechanism parameters" : "Neuspokojivé parametry ověřovacího mechanismu",
"Insufficient data: %s" : "Nedostatečná data: %s",
"%s" : "%s",
"Storage with ID \"%d\" is not user editable" : "Úložiště s ID \"%d\" není uživatelksky upravitelné",
"Storage with ID \"%d\" is not user editable" : "Úložiště s identifikátorem „%d“ není uživatelky upravitelné",
"Access key" : "Přístupový klíč",
"Secret key" : "Tajný klíč",
"Builtin" : "Zabudované",
@ -80,10 +80,10 @@ OC.L10N.register(
"Region" : "Kraj",
"Enable SSL" : "Šifrovat (SSL)",
"Enable Path Style" : "Povolit Path Style",
"Legacy (v2) authentication" : "Starší (v2) autentizace",
"Legacy (v2) authentication" : "Starší (v2) ověřování",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Složka na protějšku",
"Remote subfolder" : "Podsložka na protějšku",
"Secure https://" : "Zabezpečené https://",
"FTP" : "FTP",
"Host" : "Počítač",
@ -97,15 +97,16 @@ OC.L10N.register(
"SMB / CIFS" : "SMB / CIFS",
"Share" : "Sdílet",
"SMB / CIFS using OC login" : "SMB / CIFS za použití přihlašovacího jména OC",
"Username as share" : "Uživatelské jméno jako sdílený adresář",
"Username as share" : "Uživatelské jméno jako sdílená složka",
"OpenStack Object Storage" : "OpenStack objektové úložiště",
"Service name" : "Název služby",
"Request timeout (seconds)" : "Čas vypršení požadavku (sekundy)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Prosím požádejte svého správce systému ať ji nainstaluje.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Prosím požádejte svého správce systému ať ji nainstaluje.",
"Request timeout (seconds)" : "Časový limit požadavku (sekundy)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Požádejte svého správce systému ať ji nainstaluje.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Požádejte svého správce systému ať ji nainstaluje.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ není nainstalováno. Není možné připojit %s. Požádejte správce systému o instalaci.",
"External storage support" : "Podpora Externího úložiště",
"Adds basic external storage support" : "Přidá základní podporu vnějšího úložiště",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.",
"No external storage configured or you don't have the permission to configure them" : "Nemáte oprávněni pro nastavení externího úložiště",
"Name" : "Název",
"Storage type" : "Typ úložiště",
@ -117,15 +118,19 @@ OC.L10N.register(
"Never" : "Nikdy",
"Once every direct access" : "Jednou pro každý přímý přístup",
"Read only" : "Pouze pro čtení",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Externí úložiště umožňuje připojit úložiště externích služeb a zařízení jako vedlejší úložná zařízení pro Nextcloud. Je také možné umožnit uživatelům připojovat jejich vlastní externí úložiště.",
"Folder name" : "Název adresáře",
"External storage" : "Externí úložiště",
"Authentication" : "Ověření",
"Configuration" : "Nastavení",
"Available for" : "Dostupné pro",
"Click to recheck the configuration" : "Klikněte pro opětovnou kontrolu konfigurace",
"Click to recheck the configuration" : "Klikněte pro opětovnou kontrolu nastavení",
"Add storage" : "Přidat úložiště",
"Advanced settings" : "Pokročilá nastavení",
"Allow users to mount external storage" : "Povolit uživatelům připojení externího úložiště",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globální přihlašovací údaje je možné použít pro ověření s vícero vnějšími úložišti které mají stejné přihlašovací údaje.",
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů se nezdařio. Ověřte, že váš aplikační klíč a tajné heslo jsou správné.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Nepodařilo se získat přístupové tokeny. Zkontrolujte správnost aplikačního klíče a tajemství",
"Step 1 failed. Exception: %s" : "První krok se nezdařil. Výjimka: %s",
"Step 2 failed. Exception: %s" : "Druhý krok se nezdařil. Výjimka: %s",
"Dropbox App Configuration" : "Nastavení APP pro Dropbox",
@ -133,6 +138,7 @@ OC.L10N.register(
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Disk Google",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.",
"No external storage configured" : "Není nastavené žádné externí úložiště",
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
"Delete" : "Smazat",

View File

@ -1,10 +1,10 @@
{ "translations": {
"External storages" : "Vnější úložiště",
"External storages" : "Externí úložiště",
"Personal" : "Osobní",
"System" : "Systém",
"Grant access" : "Povolit přístup",
"Error configuring OAuth1" : "Chyba nastavení OAuth1",
"Please provide a valid app key and secret." : "Zadejte platný klíč a tajné heslo aplikace.",
"Please provide a valid app key and secret." : "Zadejte platný klíč aplikace a tajné heslo.",
"Error configuring OAuth2" : "Chyba nastavení OAuth2",
"Generate keys" : "Vytvořit klíče",
"Error generating key pair" : "Chyba při vytváření páru klíčů",
@ -18,32 +18,32 @@
"Saving..." : "Ukládá se…",
"Save" : "Uložit",
"Empty response from the server" : "Prázdná odpověď serveru",
"Couldn't access. Please log out and in again to activate this mount point" : "Nelze připojit. Pro aktivaci tohoto přípojného bodu se prosím odhlašte a znovu přihlašte",
"Couldn't get the information from the remote server: {code} {type}" : "Nelze obdržet informaci ze vzdáleného serveru: {code} {type}",
"Couldn't access. Please log out and in again to activate this mount point" : "Nelze připojit. Pro aktivaci tohoto přípojného bodu se odhlaste a znovu přihlaste",
"Couldn't get the information from the remote server: {code} {type}" : "Nedaří se obdržet informaci ze vzdáleného serveru: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "Nelze obdržet seznam vzdálených přípojných bodů: {type}",
"There was an error with message: " : "Došlo k chybě s tímto hlášením:",
"External mount error" : "Chyba vzdáleného úložiště",
"external-storage" : "external-storage",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Nelze obdržet seznam síťových úložišť systému Windows: prázdná odpověď serveru",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Nepodařilo se obdržet seznam síťových úložišť systému Windows: prázdná odpověď serveru",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Některá z nastavených vzdálených úložišť nejsou připojena. Pro více informací prosím klikněte na červenou šipku(y)",
"Please enter the credentials for the {mount} mount" : "Zadejte prosím přihlašovací údaje k přípojnému bodu {mount}",
"Please enter the credentials for the {mount} mount" : "Zadejte přihlašovací údaje k přípojnému bodu {mount}",
"Username" : "Uživatelské jméno",
"Password" : "Heslo",
"Credentials saved" : "Přihlašovací údaje uloženy",
"Credentials saving failed" : "Uložení přihlašovacích údajů selhalo",
"Credentials required" : "Vyžadovány přihlašovací údaje",
"Storage with ID \"%d\" not found" : "Úložiště s identifikátorem „%d“ nebylo nalezeno",
"Invalid backend or authentication mechanism class" : "Neplatný backend nebo třída ověřovacího mechanismu",
"Invalid backend or authentication mechanism class" : "Neplatná podpůrná vrstva nebo třída ověřovacího mechanismu",
"Invalid mount point" : "Neplatný přípojný bod",
"Objectstore forbidden" : "Úložiště objektů zakázáno",
"Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"",
"Not permitted to use backend \"%s\"" : "Nebylo povoleno použítí služby \"%s\"",
"Not permitted to use authentication mechanism \"%s\"" : "Nebylo povoleno použití ověřovacího mechanismu \"%s\"",
"Invalid storage backend \"%s\"" : "Neplatná služba úložiště „%s“",
"Not permitted to use backend \"%s\"" : "Nebylo povoleno použití služby „%s“",
"Not permitted to use authentication mechanism \"%s\"" : "Nebylo povoleno použití ověřovacího mechanismu „%s“",
"Unsatisfied backend parameters" : "Neuspokojivé parametry služby",
"Unsatisfied authentication mechanism parameters" : "Neuspokojivé parametry ověřovacího mechanismu",
"Insufficient data: %s" : "Nedostatečná data: %s",
"%s" : "%s",
"Storage with ID \"%d\" is not user editable" : "Úložiště s ID \"%d\" není uživatelksky upravitelné",
"Storage with ID \"%d\" is not user editable" : "Úložiště s identifikátorem „%d“ není uživatelky upravitelné",
"Access key" : "Přístupový klíč",
"Secret key" : "Tajný klíč",
"Builtin" : "Zabudované",
@ -78,10 +78,10 @@
"Region" : "Kraj",
"Enable SSL" : "Šifrovat (SSL)",
"Enable Path Style" : "Povolit Path Style",
"Legacy (v2) authentication" : "Starší (v2) autentizace",
"Legacy (v2) authentication" : "Starší (v2) ověřování",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Složka na protějšku",
"Remote subfolder" : "Podsložka na protějšku",
"Secure https://" : "Zabezpečené https://",
"FTP" : "FTP",
"Host" : "Počítač",
@ -95,15 +95,16 @@
"SMB / CIFS" : "SMB / CIFS",
"Share" : "Sdílet",
"SMB / CIFS using OC login" : "SMB / CIFS za použití přihlašovacího jména OC",
"Username as share" : "Uživatelské jméno jako sdílený adresář",
"Username as share" : "Uživatelské jméno jako sdílená složka",
"OpenStack Object Storage" : "OpenStack objektové úložiště",
"Service name" : "Název služby",
"Request timeout (seconds)" : "Čas vypršení požadavku (sekundy)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Prosím požádejte svého správce systému ať ji nainstaluje.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Prosím požádejte svého správce systému ať ji nainstaluje.",
"Request timeout (seconds)" : "Časový limit požadavku (sekundy)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "cURL podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Požádejte svého správce systému ať ji nainstaluje.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP podpora v PHP není povolena nebo nainstalována. Není možné připojit %s. Požádejte svého správce systému ať ji nainstaluje.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "„%s“ není nainstalováno. Není možné připojit %s. Požádejte správce systému o instalaci.",
"External storage support" : "Podpora Externího úložiště",
"Adds basic external storage support" : "Přidá základní podporu vnějšího úložiště",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.",
"No external storage configured or you don't have the permission to configure them" : "Nemáte oprávněni pro nastavení externího úložiště",
"Name" : "Název",
"Storage type" : "Typ úložiště",
@ -115,15 +116,19 @@
"Never" : "Nikdy",
"Once every direct access" : "Jednou pro každý přímý přístup",
"Read only" : "Pouze pro čtení",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Externí úložiště umožňuje připojit úložiště externích služeb a zařízení jako vedlejší úložná zařízení pro Nextcloud. Je také možné umožnit uživatelům připojovat jejich vlastní externí úložiště.",
"Folder name" : "Název adresáře",
"External storage" : "Externí úložiště",
"Authentication" : "Ověření",
"Configuration" : "Nastavení",
"Available for" : "Dostupné pro",
"Click to recheck the configuration" : "Klikněte pro opětovnou kontrolu konfigurace",
"Click to recheck the configuration" : "Klikněte pro opětovnou kontrolu nastavení",
"Add storage" : "Přidat úložiště",
"Advanced settings" : "Pokročilá nastavení",
"Allow users to mount external storage" : "Povolit uživatelům připojení externího úložiště",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globální přihlašovací údaje je možné použít pro ověření s vícero vnějšími úložišti které mají stejné přihlašovací údaje.",
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Získání přístupových tokenů se nezdařio. Ověřte, že váš aplikační klíč a tajné heslo jsou správné.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Nepodařilo se získat přístupové tokeny. Zkontrolujte správnost aplikačního klíče a tajemství",
"Step 1 failed. Exception: %s" : "První krok se nezdařil. Výjimka: %s",
"Step 2 failed. Exception: %s" : "Druhý krok se nezdařil. Výjimka: %s",
"Dropbox App Configuration" : "Nastavení APP pro Dropbox",
@ -131,6 +136,7 @@
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Disk Google",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Tato aplikace umožňuje správcům nastavit propojení na poskytovatele vnějších úložišť, jako například FTP servery, S3 nebo SWIFT objektová úložiště, Google Drive, Dropbox, ostatní Nextcloud servery, WebDAV servery a další. Správci mohou zvolit které typy úložiště zapnout a mohou je připojit pro uživatele, skupinu nebo celý systém. Uživatelé uvidí novou složku v jejich kořenové Nextcloud složce, do které mohou přistupovat a používat jako kteroukoli jinou Nextcloud složku. Vnější úložiště také umožňuje uživatelům sdílet na něm uložené soubory. V takových případech jsou použity přihlašovací údaje vlastníka souboru když si příjemce vyžádá soubor z vnějšího úložiště, čímž je zajištěno že příjemce může přistupovat ke sdílenému souboru.\n\nVnější úložiště je možné nastavit pomocí webového rozhraní nebo z příkazového řádku. Tato druhá možnost poskytuje pokročilému uživateli více přizpůsobivosti pro nastavování vícero připojení vnějších úložišť a nastavení priorit připojování. Další informace jsou k dispozici v dokumentaci k vnějším úložištím ve webovém rozhraní a dokumentaci k souboru s nastaveními pro vnější úložiště.",
"No external storage configured" : "Není nastavené žádné externí úložiště",
"You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
"Delete" : "Smazat",

View File

@ -14,6 +14,7 @@ OC.L10N.register(
"(group)" : "(ομάδα)",
"Compatibility with Mac NFD encoding (slow)" : "Συμβατότητα με Mac NFD κωδικόποιηση (αργό) ",
"Admin defined" : "Ορίσθηκε διαχειριστής ",
"Delete storage?" : "Διαγραφή αποθηκευτικού χώρου;",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"Save" : "Αποθήκευση",

View File

@ -12,6 +12,7 @@
"(group)" : "(ομάδα)",
"Compatibility with Mac NFD encoding (slow)" : "Συμβατότητα με Mac NFD κωδικόποιηση (αργό) ",
"Admin defined" : "Ορίσθηκε διαχειριστής ",
"Delete storage?" : "Διαγραφή αποθηκευτικού χώρου;",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"Save" : "Αποθήκευση",

View File

@ -105,6 +105,7 @@ OC.L10N.register(
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.",
"External storage support" : "Erillisen tallennustilan tuki",
"Adds basic external storage support" : "Lisää perusmuotoisen tuen erillisille tallennustiloille",
"No external storage configured or you don't have the permission to configure them" : "Erillistä tallennustilaa ei ole määritelty tai sinulla ei ole oikeuksia määrittää erillisiä tallennustiloja",
"Name" : "Nimi",
"Storage type" : "Tallennustilan tyyppi",

View File

@ -103,6 +103,7 @@
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP tuki PHPsta ei ole aktivoitu tai asennettu. Kohteen %s liittäminen ei ole mahdollista. Ota yhteyttä järjestelmänvalvojaan asentaaksesi puuttuvan osan.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" ei ole asennettu. Kohteen %s liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan puuttuva kohde.",
"External storage support" : "Erillisen tallennustilan tuki",
"Adds basic external storage support" : "Lisää perusmuotoisen tuen erillisille tallennustiloille",
"No external storage configured or you don't have the permission to configure them" : "Erillistä tallennustilaa ei ole määritelty tai sinulla ei ole oikeuksia määrittää erillisiä tallennustiloja",
"Name" : "Nimi",
"Storage type" : "Tallennustilan tyyppi",

View File

@ -130,7 +130,7 @@ OC.L10N.register(
"No external storage configured" : "外部ストレージは設定されていません",
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
"Delete" : "削除",
"Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する",
"Allow users to mount the following external storage" : "ユーザーにの外部ストレージのマウントを許可する",
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?"
},
"nplurals=1; plural=0;");

View File

@ -128,7 +128,7 @@
"No external storage configured" : "外部ストレージは設定されていません",
"You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。",
"Delete" : "削除",
"Allow users to mount the following external storage" : "ユーザーに以下の外部ストレージのマウントを許可する",
"Allow users to mount the following external storage" : "ユーザーにの外部ストレージのマウントを許可する",
"Are you sure you want to delete this external storage" : "この外部ストレージを本当に削除しますか?"
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -105,6 +105,8 @@ OC.L10N.register(
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP ondersteuning in PHP is niet ingeschakeld of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder dit te installeren.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.",
"External storage support" : "Externe opslag ondersteuning",
"Adds basic external storage support" : "Toevoegen basale ondersteuning voor externe opslag",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.",
"No external storage configured or you don't have the permission to configure them" : "Geen externe opslag geconfigureerd of je hebt geen toestemming om deze te configureren",
"Name" : "Naam",
"Storage type" : "Opslagtype",
@ -115,6 +117,8 @@ OC.L10N.register(
"Check for changes" : "Controleren op wijzigingen",
"Never" : "Nooit",
"Once every direct access" : "Een keer bij elke directe toegang",
"Read only" : "Alleen lezen",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Externe opslag laat je externe opslag diensten en apparaten aankoppelen als secundaire Nextcloud opslag. Je kunt ook toestaan dat gebruikers hun eigen externe opslagdiensten aankoppelen.",
"Folder name" : "Mapnaam",
"External storage" : "Externe opslag",
"Authentication" : "Authenticatie",
@ -124,6 +128,7 @@ OC.L10N.register(
"Add storage" : "Toevoegen opslag",
"Advanced settings" : "Geavanceerde instellingen",
"Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale inloggegevens kunnen worden gebruikt met meerdere externe opslagsystemen met dezelfde inloggegevens.",
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de aanvraag token is mislukt. Controleer dat je app sleutel en geheim correct zijn.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de toegangstoken is mislukt. Controleer dat je app sleutel en geheim correct zijn.",
"Step 1 failed. Exception: %s" : "Stap 1 mislukt. Uitzondering: %s",
@ -133,6 +138,7 @@ OC.L10N.register(
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Google Drive",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, Google Drive, Dropbox, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.",
"No external storage configured" : "Geen externe opslag geconfigureerd",
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen",
"Delete" : "Verwijder",

View File

@ -103,6 +103,8 @@
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "FTP ondersteuning in PHP is niet ingeschakeld of geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder dit te installeren.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" is niet geïnstalleerd. Mounten van %s is niet mogelijk. Vraag je beheerder om dit te installeren.",
"External storage support" : "Externe opslag ondersteuning",
"Adds basic external storage support" : "Toevoegen basale ondersteuning voor externe opslag",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.",
"No external storage configured or you don't have the permission to configure them" : "Geen externe opslag geconfigureerd of je hebt geen toestemming om deze te configureren",
"Name" : "Naam",
"Storage type" : "Opslagtype",
@ -113,6 +115,8 @@
"Check for changes" : "Controleren op wijzigingen",
"Never" : "Nooit",
"Once every direct access" : "Een keer bij elke directe toegang",
"Read only" : "Alleen lezen",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Externe opslag laat je externe opslag diensten en apparaten aankoppelen als secundaire Nextcloud opslag. Je kunt ook toestaan dat gebruikers hun eigen externe opslagdiensten aankoppelen.",
"Folder name" : "Mapnaam",
"External storage" : "Externe opslag",
"Authentication" : "Authenticatie",
@ -122,6 +126,7 @@
"Add storage" : "Toevoegen opslag",
"Advanced settings" : "Geavanceerde instellingen",
"Allow users to mount external storage" : "Sta gebruikers toe om een externe opslag aan te koppelen",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globale inloggegevens kunnen worden gebruikt met meerdere externe opslagsystemen met dezelfde inloggegevens.",
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de aanvraag token is mislukt. Controleer dat je app sleutel en geheim correct zijn.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Binnenhalen van de toegangstoken is mislukt. Controleer dat je app sleutel en geheim correct zijn.",
"Step 1 failed. Exception: %s" : "Stap 1 mislukt. Uitzondering: %s",
@ -131,6 +136,7 @@
"OpenStack" : "OpenStack",
"Dropbox" : "Dropbox",
"Google Drive" : "Google Drive",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Met deze applicatie kunnen beheerders verbindingen met externe opslagproviders configureren, zoals FTP-servers, S3- of SWIFT-objectwinkels, Google Drive, Dropbox, andere Nextcloud-servers, WebDAV-servers en meer. Beheerders kunnen kiezen welke opslagtypen moeten worden ingeschakeld en kunnen deze opslaglocaties koppelen aan een gebruiker, een groep of het hele systeem. Gebruikers zien in hun hoofdmap een nieuwe map verschijnen, die ze kunnen openen en gebruiken zoals elke andere Nextcloud-map. Externe opslag stelt gebruikers ook in staat bestanden te delen die zijn opgeslagen op deze externe locaties. In deze gevallen worden de inloggegevens voor de eigenaar van het bestand gebruikt wanneer de ontvanger vanuit externe opslag het bestand opvraagt, waardoor de ontvanger toegang heeft tot het gedeelde bestand.\n\nExterne opslag kan met behulp van de GUI of via de opdrachtregel worden geconfigureerd. Deze tweede optie biedt de geavanceerde gebruiker meer flexibiliteit bij het configureren van bulk externe opslagaankoppelpunten en het instellen van aankoppel-prioriteiten. Meer informatie is beschikbaar in de GUI-documentatie voor externe opslag en de documentatie voor de configuratie van externe opslag.",
"No external storage configured" : "Geen externe opslag geconfigureerd",
"You can add external storages in the personal settings" : "Je kunt externe opslag toevoegen in persoonlijke instellingen",
"Delete" : "Verwijder",

View File

@ -22,7 +22,7 @@ OC.L10N.register(
"There was an error with message: " : "Prišlo je do napake s sporočilom:",
"External mount error" : "Notranja napaka priklopa",
"external-storage" : "zunanja-shramba",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Nekatere izmed nastavljenih zunanjih priklopnih točk niso povezane. Več podrobnosti je na voljo s klikom na rdeče vrstice.",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Nekatere izmed nastavljenih zunanjih priklopnih točk niso povezane. Več podrobnosti se pokaže s klikom na rdeče vrstice.",
"Please enter the credentials for the {mount} mount" : "Vpišite poverila za priklopno točko {mount}",
"Username" : "Uporabniško ime",
"Password" : "Geslo",

View File

@ -20,7 +20,7 @@
"There was an error with message: " : "Prišlo je do napake s sporočilom:",
"External mount error" : "Notranja napaka priklopa",
"external-storage" : "zunanja-shramba",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Nekatere izmed nastavljenih zunanjih priklopnih točk niso povezane. Več podrobnosti je na voljo s klikom na rdeče vrstice.",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Nekatere izmed nastavljenih zunanjih priklopnih točk niso povezane. Več podrobnosti se pokaže s klikom na rdeče vrstice.",
"Please enter the credentials for the {mount} mount" : "Vpišite poverila za priklopno točko {mount}",
"Username" : "Uporabniško ime",
"Password" : "Geslo",

View File

@ -0,0 +1,72 @@
OC.L10N.register(
"files_sharing",
{
"Shared with others" : "Споделени с други",
"Shared with you" : "Споделени с вас",
"Shared by link" : "Споделени с връзка",
"Deleted shares" : "Изтрити",
"Shares" : "Споделени",
"Nothing shared with you yet" : "Няма споделени файлове",
"Files and folders others share with you will show up here" : "Файловете и папки, споделени с вас, ще се показват тук",
"Nothing shared yet" : "Няма споделени файлове",
"Files and folders you share will show up here" : "Файловете и папки, които сте споделили, ще се показват тук",
"No shared links" : "Няма споделени връзки",
"Files and folders you share by link will show up here" : "Файловете и папки, които споделяте чрез връзки, ще се показват тук",
"No deleted shares" : "Няма изтрити споделяния",
"Shares you deleted will show up here" : "Изтритите, от вас споделяния, ще се показват тук",
"No shares" : "Няма споделяния",
"Shares will show up here" : "Споделените елементи ще се показват тук",
"Restore share" : "Възстанови споделянето",
"Something happened. Unable to restore the share." : "Споделянето не може да бъде възстановено.",
"Move or copy" : "Премести или копирай",
"Download" : "Изтегли",
"Delete" : "Изтрий",
"You can upload into this folder" : "Може да качвате в папката",
"Invalid server URL" : "Невалиден URL адрес на сървъра",
"Share" : "Сподели",
"No expiration date set" : "Не е зададен срок на валидност",
"Shared by" : "Споделено от",
"Sharing" : "Споделяне",
"File shares" : "Няма споделяния",
"Downloaded by {email}" : "Изтеглен от {email}",
"Shared as public link" : "Споделено с публична връзка",
"Removed public link" : "Премахни публичната връзка",
"You removed public link for {file}" : "Премахнахте публична връзка към файла {file}",
"Shared with {user}" : "Споделен с {user}",
"{actor} shared with {user}" : "{actor} сподели с {user}",
"Shared by {actor}" : "Споделено от {actor}",
"You shared {file} with {user}" : "Вие споделихте {file} с {user}",
"{actor} shared {file} with you" : "{actor} сподели {file} с вас",
"A file or folder was shared from <strong>another server</strong>" : "Споделяне на файл / папка с <strong>друг сървър</strong>",
"A file or folder has been <strong>shared</strong>" : "<strong>Споделяне</strong> на файл / папка",
"Please specify a file or folder path" : "Моля въведете път до файл или папка",
"invalid permissions" : "невалидни права",
"Please specify a valid user" : "Моля въведете валиден потребител",
"Please specify a valid group" : "Моля въведете валидна група",
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
"Not a directory" : "Не е директория",
"shared by %s" : "споделено от %s",
"Direct link" : "Директна връзка",
"Add to your Nextcloud" : "Добави към Nextcloud",
"File sharing" : "Споделяне на файлове",
"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." : "Приложението позволява споделянето на файлове с Nextcloud. Администраторът може да ограничи споделянето само за определени групи. Потретилите с права ще могат да споделят файлове и папки с други потребители и групи от Nextcloud. За споделяне с потребители извън Nextloud администраторът трябва да активира функционалността за споделяне с връзка. Администратора може да наложи ползването на пароли, валидност, споделяне с връзка от сървър към сървър и споделяне от мобилни устройства.\nИзключването на функционалността ще прекрати споделени файлове и папки от сървъра (за потребители, клиенти за синхронизиране и мобилни приложения). Подробна информация ще намерите в документацията на Nextcloud.",
"No entries found in this folder" : "Папката е празна",
"Name" : "Име",
"Share time" : "Споделено на",
"Expiration date" : "Валидност",
"Sorry, this link doesnt seem to work anymore." : "Връзката вече не е активна.",
"Reasons might be:" : "Причината може да бъде:",
"the item was removed" : "елемента е премахнат",
"the link expired" : "валидността на връзката е изтекла",
"sharing is disabled" : "споделянето е изключено",
"For more info, please ask the person who sent this link." : "За повече информация, моля питай човека, който е изпратил връзката.",
"Download %s" : "Изтегли %s",
"Select or drop files" : "Изберете файл или преместете с мишката",
"Uploading files…" : "Качване на файлове…",
"Uploaded files:" : "Качени файлове:",
"%s is publicly shared" : "%s е публично споделено",
"This share is password-protected" : "Тази зона е защитена с парола.",
"The password is wrong. Try again." : "Грешна парола. Опитай отново.",
"Password" : "Парола"
},
"nplurals=2; plural=(n != 1);");

View File

@ -0,0 +1,70 @@
{ "translations": {
"Shared with others" : "Споделени с други",
"Shared with you" : "Споделени с вас",
"Shared by link" : "Споделени с връзка",
"Deleted shares" : "Изтрити",
"Shares" : "Споделени",
"Nothing shared with you yet" : "Няма споделени файлове",
"Files and folders others share with you will show up here" : "Файловете и папки, споделени с вас, ще се показват тук",
"Nothing shared yet" : "Няма споделени файлове",
"Files and folders you share will show up here" : "Файловете и папки, които сте споделили, ще се показват тук",
"No shared links" : "Няма споделени връзки",
"Files and folders you share by link will show up here" : "Файловете и папки, които споделяте чрез връзки, ще се показват тук",
"No deleted shares" : "Няма изтрити споделяния",
"Shares you deleted will show up here" : "Изтритите, от вас споделяния, ще се показват тук",
"No shares" : "Няма споделяния",
"Shares will show up here" : "Споделените елементи ще се показват тук",
"Restore share" : "Възстанови споделянето",
"Something happened. Unable to restore the share." : "Споделянето не може да бъде възстановено.",
"Move or copy" : "Премести или копирай",
"Download" : "Изтегли",
"Delete" : "Изтрий",
"You can upload into this folder" : "Може да качвате в папката",
"Invalid server URL" : "Невалиден URL адрес на сървъра",
"Share" : "Сподели",
"No expiration date set" : "Не е зададен срок на валидност",
"Shared by" : "Споделено от",
"Sharing" : "Споделяне",
"File shares" : "Няма споделяния",
"Downloaded by {email}" : "Изтеглен от {email}",
"Shared as public link" : "Споделено с публична връзка",
"Removed public link" : "Премахни публичната връзка",
"You removed public link for {file}" : "Премахнахте публична връзка към файла {file}",
"Shared with {user}" : "Споделен с {user}",
"{actor} shared with {user}" : "{actor} сподели с {user}",
"Shared by {actor}" : "Споделено от {actor}",
"You shared {file} with {user}" : "Вие споделихте {file} с {user}",
"{actor} shared {file} with you" : "{actor} сподели {file} с вас",
"A file or folder was shared from <strong>another server</strong>" : "Споделяне на файл / папка с <strong>друг сървър</strong>",
"A file or folder has been <strong>shared</strong>" : "<strong>Споделяне</strong> на файл / папка",
"Please specify a file or folder path" : "Моля въведете път до файл или папка",
"invalid permissions" : "невалидни права",
"Please specify a valid user" : "Моля въведете валиден потребител",
"Please specify a valid group" : "Моля въведете валидна група",
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
"Not a directory" : "Не е директория",
"shared by %s" : "споделено от %s",
"Direct link" : "Директна връзка",
"Add to your Nextcloud" : "Добави към Nextcloud",
"File sharing" : "Споделяне на файлове",
"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." : "Приложението позволява споделянето на файлове с Nextcloud. Администраторът може да ограничи споделянето само за определени групи. Потретилите с права ще могат да споделят файлове и папки с други потребители и групи от Nextcloud. За споделяне с потребители извън Nextloud администраторът трябва да активира функционалността за споделяне с връзка. Администратора може да наложи ползването на пароли, валидност, споделяне с връзка от сървър към сървър и споделяне от мобилни устройства.\nИзключването на функционалността ще прекрати споделени файлове и папки от сървъра (за потребители, клиенти за синхронизиране и мобилни приложения). Подробна информация ще намерите в документацията на Nextcloud.",
"No entries found in this folder" : "Папката е празна",
"Name" : "Име",
"Share time" : "Споделено на",
"Expiration date" : "Валидност",
"Sorry, this link doesnt seem to work anymore." : "Връзката вече не е активна.",
"Reasons might be:" : "Причината може да бъде:",
"the item was removed" : "елемента е премахнат",
"the link expired" : "валидността на връзката е изтекла",
"sharing is disabled" : "споделянето е изключено",
"For more info, please ask the person who sent this link." : "За повече информация, моля питай човека, който е изпратил връзката.",
"Download %s" : "Изтегли %s",
"Select or drop files" : "Изберете файл или преместете с мишката",
"Uploading files…" : "Качване на файлове…",
"Uploaded files:" : "Качени файлове:",
"%s is publicly shared" : "%s е публично споделено",
"This share is password-protected" : "Тази зона е защитена с парола.",
"The password is wrong. Try again." : "Грешна парола. Опитай отново.",
"Password" : "Парола"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -7,7 +7,7 @@ OC.L10N.register(
"Deleted shares" : "Smazat sdílení",
"Shares" : "Sdílení",
"Nothing shared with you yet" : "Zatím s vámi nikdo nic nesdílel",
"Files and folders others share with you will show up here" : "Zde budou zobrazeny soubory a adresáře, které ostatní sdílí s vámi",
"Files and folders others share with you will show up here" : "Zde budou zobrazeny soubory a složky, které ostatní sdílí s vámi",
"Nothing shared yet" : "Zatím není nic sdíleno",
"Files and folders you share will show up here" : "Zde budou zobrazeny vámi sdílené soubory a adresáře",
"No shared links" : "Žádné sdílené odkazy",
@ -29,7 +29,7 @@ OC.L10N.register(
"No expiration date set" : "Není nastaveno datum vypršení platnosti",
"Shared by" : "Sdílí",
"Sharing" : "Sdílení",
"File shares" : "Sdílení souboru",
"File shares" : "Sdílení souborů",
"Downloaded via public link" : "Staženo pomocí veřejného odkazu",
"Downloaded by {email}" : "Stáhl {email}",
"{file} downloaded via public link" : "{file} stažen pomocí veřejného odkazu",
@ -59,14 +59,14 @@ OC.L10N.register(
"You received a new remote share {file} from {user}" : "Obdržel(a) jste nové vzdálené sdílení souboru {file} od {user}",
"{user} accepted the remote share of {file}" : "{user} přijal vzdálené sdílení souboru {file}",
"{user} declined the remote share of {file}" : "{user} odmítl(a) vzdálené sdílení {file}",
"{user} unshared {file} from you" : "{user} s vámi již nesdílí soubor {file}",
"{user} unshared {file} from you" : "{user} s vámi už nesdílí soubor {file}",
"Shared with {user}" : "Sdíleno s {user}",
"Removed share for {user}" : "Odstraněno sdílení pro {user}",
"{actor} shared with {user}" : "{actor} sdílel(a) s {user}",
"{actor} removed share for {user}" : "{actor} odstranil(a) sdílení pro {user}",
"Shared by {actor}" : "Sdílel {actor}",
"Shared by {actor}" : "Sdílel(a) {actor}",
"{actor} removed share" : "{actor} odebral(a) sdílení",
"You shared {file} with {user}" : "Sdílel(a) jste {file} s {user}",
"You shared {file} with {user}" : "Sdílíte {file} s {user}",
"You removed {user} from {file}" : "Odstranil(a) jste uživatele {user} z {file}",
"{actor} shared {file} with {user}" : "{actor} s {user} sdílel(a) {file}",
"{actor} removed {user} from {file}" : "{actor} odstranil(a) uživatele {user} z {file}",
@ -88,35 +88,40 @@ OC.L10N.register(
"Public link sharing is disabled by the administrator" : "Sdílení veřejným odkazem je zakázáno správcem",
"Public upload disabled by the administrator" : "Nahrávání veřejností zakázáno správcem",
"Public upload is only possible for publicly shared folders" : "Veřejné nahrávání je možné pouze do veřejně sdílených šložek",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum, formát data musí být YYY-MM-DD",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby jeho formát byl RRRR-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s se nezdařilo, protože podpůrná vrstva nepodporuje typ sdílení %s",
"You cannot share to a Circle if the app is not enabled" : "Do kruhu nemůžete sdílet, pokud není aplikace povolena",
"Please specify a valid circle" : "Zadejte platný kruh",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sdílení %s posláním hesla přes Nextcloud Talk se nezdařilo, protože Nextcloud Talk není zapnutý",
"You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta",
"Please specify a valid circle" : "Zadejte platný okruh",
"Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností",
"Unknown share type" : "Neznámý typ sdílení",
"Not a directory" : "Není adresář",
"Could not lock path" : "Nepodařilo se uzamknout cestu",
"Wrong or no update parameter given" : "Chyba nebo žádná aktualizace dle zadaných parametrů",
"Can't change permissions for public share links" : "Nelze změnit oprávnění pro veřejně sdílené odkazy",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sdílení posláním hesla prostřednictvím Nextcloud Talk se nezdařilo protože Nextcloud Talk není zapnutý",
"Cannot increase permissions" : "Nelze navýšit oprávnění",
"shared by %s" : "Sdílel %s",
"Direct link" : "Přímý odkaz",
"Add to your Nextcloud" : "Přidat do Nextcloud",
"Share API is disabled" : "Sdílení API je zakázané",
"File sharing" : "Sdílení souborů",
"No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno",
"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." : "Tato aplikace uživatelům umožňuje sdílet soubory v rámci Nextcloud. Pokud je zapnutá, správce může zvolit které skupiny mohou sdílet soubory. Pověření uživatelé pak mohou sdílet soubory a složky s ostatními uživateli a skupinami v rámci Nextcloud. Krom toho, pokud správce zapne funkci odkazu sdílení, je možné sdílet soubory i s uživateli mimo Nextcloud a to pomocí externího odkazu. Správci také mohou vynutit používání hesel, datumů expirace a zapnout sdílení server-server pomocí sdílecích odkazů. Stejně tak sdílení z mobilních zařízení.\nVypnutí této funkce odebere sdílené soubory a složky na server pro všechny příjemce sdílení a také na synchronizačních klientech a mobilních aplikacích. Více informací je k dispozici v dokumentaci k Nextcloud.",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Name" : "Název",
"Share time" : "Čas sdílení",
"Expiration date" : "Datum vypršení platnosti",
"Sorry, this link doesnt seem to work anymore." : "Je nám líto, ale tento odkaz již není funkční.",
"Expiration date" : "Datum skončení platnosti",
"Sorry, this link doesnt seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.",
"Reasons might be:" : "Možné důvody:",
"the item was removed" : "položka byla odebrána",
"the link expired" : "platnost odkazu vypršela",
"the link expired" : "platnost odkazu skončila",
"sharing is disabled" : "sdílení je zakázané",
"For more info, please ask the person who sent this link." : "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
"Share note" : "Sdílet poznámku",
"Download %s" : "Stáhnout %s",
"Upload files to %s" : "Nahrát soubory do %s",
"Select or drop files" : "Vyberte nebo přetáhněte soubory",
"Uploading files…" : "Probíhá nahrávání souborů...",
"Uploading files…" : "Nahrávání souborů…",
"Uploaded files:" : "Nahrané soubory:",
"{actor} removed you from {file}" : "{actor} vás odstranil(a) ze souboru {file}",
"%s is publicly shared" : "%s je veřejně sdíleno",

View File

@ -5,7 +5,7 @@
"Deleted shares" : "Smazat sdílení",
"Shares" : "Sdílení",
"Nothing shared with you yet" : "Zatím s vámi nikdo nic nesdílel",
"Files and folders others share with you will show up here" : "Zde budou zobrazeny soubory a adresáře, které ostatní sdílí s vámi",
"Files and folders others share with you will show up here" : "Zde budou zobrazeny soubory a složky, které ostatní sdílí s vámi",
"Nothing shared yet" : "Zatím není nic sdíleno",
"Files and folders you share will show up here" : "Zde budou zobrazeny vámi sdílené soubory a adresáře",
"No shared links" : "Žádné sdílené odkazy",
@ -27,7 +27,7 @@
"No expiration date set" : "Není nastaveno datum vypršení platnosti",
"Shared by" : "Sdílí",
"Sharing" : "Sdílení",
"File shares" : "Sdílení souboru",
"File shares" : "Sdílení souborů",
"Downloaded via public link" : "Staženo pomocí veřejného odkazu",
"Downloaded by {email}" : "Stáhl {email}",
"{file} downloaded via public link" : "{file} stažen pomocí veřejného odkazu",
@ -57,14 +57,14 @@
"You received a new remote share {file} from {user}" : "Obdržel(a) jste nové vzdálené sdílení souboru {file} od {user}",
"{user} accepted the remote share of {file}" : "{user} přijal vzdálené sdílení souboru {file}",
"{user} declined the remote share of {file}" : "{user} odmítl(a) vzdálené sdílení {file}",
"{user} unshared {file} from you" : "{user} s vámi již nesdílí soubor {file}",
"{user} unshared {file} from you" : "{user} s vámi už nesdílí soubor {file}",
"Shared with {user}" : "Sdíleno s {user}",
"Removed share for {user}" : "Odstraněno sdílení pro {user}",
"{actor} shared with {user}" : "{actor} sdílel(a) s {user}",
"{actor} removed share for {user}" : "{actor} odstranil(a) sdílení pro {user}",
"Shared by {actor}" : "Sdílel {actor}",
"Shared by {actor}" : "Sdílel(a) {actor}",
"{actor} removed share" : "{actor} odebral(a) sdílení",
"You shared {file} with {user}" : "Sdílel(a) jste {file} s {user}",
"You shared {file} with {user}" : "Sdílíte {file} s {user}",
"You removed {user} from {file}" : "Odstranil(a) jste uživatele {user} z {file}",
"{actor} shared {file} with {user}" : "{actor} s {user} sdílel(a) {file}",
"{actor} removed {user} from {file}" : "{actor} odstranil(a) uživatele {user} z {file}",
@ -86,35 +86,40 @@
"Public link sharing is disabled by the administrator" : "Sdílení veřejným odkazem je zakázáno správcem",
"Public upload disabled by the administrator" : "Nahrávání veřejností zakázáno správcem",
"Public upload is only possible for publicly shared folders" : "Veřejné nahrávání je možné pouze do veřejně sdílených šložek",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum, formát data musí být YYY-MM-DD",
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum je třeba, aby jeho formát byl RRRR-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s se nezdařilo, protože podpůrná vrstva nepodporuje typ sdílení %s",
"You cannot share to a Circle if the app is not enabled" : "Do kruhu nemůžete sdílet, pokud není aplikace povolena",
"Please specify a valid circle" : "Zadejte platný kruh",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sdílení %s posláním hesla přes Nextcloud Talk se nezdařilo, protože Nextcloud Talk není zapnutý",
"You cannot share to a Circle if the app is not enabled" : "Do okruhu nemůžete sdílet, pokud není aplikace zapnuta",
"Please specify a valid circle" : "Zadejte platný okruh",
"Sharing %s failed because the back end does not support room shares" : "Sdílení %s se nezdařilo protože podpůrná vrstva nepodporuje sdílení místností",
"Unknown share type" : "Neznámý typ sdílení",
"Not a directory" : "Není adresář",
"Could not lock path" : "Nepodařilo se uzamknout cestu",
"Wrong or no update parameter given" : "Chyba nebo žádná aktualizace dle zadaných parametrů",
"Can't change permissions for public share links" : "Nelze změnit oprávnění pro veřejně sdílené odkazy",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sdílení posláním hesla prostřednictvím Nextcloud Talk se nezdařilo protože Nextcloud Talk není zapnutý",
"Cannot increase permissions" : "Nelze navýšit oprávnění",
"shared by %s" : "Sdílel %s",
"Direct link" : "Přímý odkaz",
"Add to your Nextcloud" : "Přidat do Nextcloud",
"Share API is disabled" : "Sdílení API je zakázané",
"File sharing" : "Sdílení souborů",
"No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno",
"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." : "Tato aplikace uživatelům umožňuje sdílet soubory v rámci Nextcloud. Pokud je zapnutá, správce může zvolit které skupiny mohou sdílet soubory. Pověření uživatelé pak mohou sdílet soubory a složky s ostatními uživateli a skupinami v rámci Nextcloud. Krom toho, pokud správce zapne funkci odkazu sdílení, je možné sdílet soubory i s uživateli mimo Nextcloud a to pomocí externího odkazu. Správci také mohou vynutit používání hesel, datumů expirace a zapnout sdílení server-server pomocí sdílecích odkazů. Stejně tak sdílení z mobilních zařízení.\nVypnutí této funkce odebere sdílené soubory a složky na server pro všechny příjemce sdílení a také na synchronizačních klientech a mobilních aplikacích. Více informací je k dispozici v dokumentaci k Nextcloud.",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Name" : "Název",
"Share time" : "Čas sdílení",
"Expiration date" : "Datum vypršení platnosti",
"Sorry, this link doesnt seem to work anymore." : "Je nám líto, ale tento odkaz již není funkční.",
"Expiration date" : "Datum skončení platnosti",
"Sorry, this link doesnt seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.",
"Reasons might be:" : "Možné důvody:",
"the item was removed" : "položka byla odebrána",
"the link expired" : "platnost odkazu vypršela",
"the link expired" : "platnost odkazu skončila",
"sharing is disabled" : "sdílení je zakázané",
"For more info, please ask the person who sent this link." : "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
"Share note" : "Sdílet poznámku",
"Download %s" : "Stáhnout %s",
"Upload files to %s" : "Nahrát soubory do %s",
"Select or drop files" : "Vyberte nebo přetáhněte soubory",
"Uploading files…" : "Probíhá nahrávání souborů...",
"Uploading files…" : "Nahrávání souborů…",
"Uploaded files:" : "Nahrané soubory:",
"{actor} removed you from {file}" : "{actor} vás odstranil(a) ze souboru {file}",
"%s is publicly shared" : "%s je veřejně sdíleno",

View File

@ -4,13 +4,16 @@ OC.L10N.register(
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
"Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
"Delete" : "Διαγραφή",
"You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο",
"No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}",
"Invalid server URL" : "Μη έγκυρο URL διακομιστή",

View File

@ -2,13 +2,16 @@
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
"Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
"Delete" : "Διαγραφή",
"You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο",
"No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}",
"Invalid server URL" : "Μη έγκυρο URL διακομιστή",

View File

@ -18,7 +18,9 @@ OC.L10N.register(
"Shares will show up here" : "Jaot näkyvät täällä",
"Restore share" : "Palauta jako",
"Something happened. Unable to restore the share." : "Jotain tapahtui. Jakoa ei kyetty palauttamaan.",
"Move or copy" : "Siirrä tai kopioi",
"Download" : "Lataa",
"Delete" : "Poista",
"You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon",
"No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}",
"Invalid server URL" : "Virheellinen palvelimen URL",
@ -69,6 +71,7 @@ OC.L10N.register(
"{actor} shared {file} with {user}" : "{actor} jakoi kohteen {file} käyttäjälle {user}",
"{actor} removed {user} from {file}" : "{actor} poisti käyttäjän {user} kohteen {file} käyttöoikeudet",
"{actor} shared {file} with you" : "{actor} jakoi kohteen {file} kanssasi",
"{actor} removed you from the share named {file}" : "{actor} poisti sinut jaosta nimeltä {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Tiedosto tai kansio, joka on jaettu sähköpostitse tai julkisen linkin kautta, on <strong>ladattu</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>",
"A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>",
@ -110,6 +113,7 @@ OC.L10N.register(
"the link expired" : "linkki vanheni",
"sharing is disabled" : "jakaminen on poistettu käytöstä",
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.",
"Share note" : "Jaa muistiinpano",
"Download %s" : "Lataa %s",
"Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s",
"Select or drop files" : "Valitse tai pudota tiedostoja",

View File

@ -16,7 +16,9 @@
"Shares will show up here" : "Jaot näkyvät täällä",
"Restore share" : "Palauta jako",
"Something happened. Unable to restore the share." : "Jotain tapahtui. Jakoa ei kyetty palauttamaan.",
"Move or copy" : "Siirrä tai kopioi",
"Download" : "Lataa",
"Delete" : "Poista",
"You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon",
"No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}",
"Invalid server URL" : "Virheellinen palvelimen URL",
@ -67,6 +69,7 @@
"{actor} shared {file} with {user}" : "{actor} jakoi kohteen {file} käyttäjälle {user}",
"{actor} removed {user} from {file}" : "{actor} poisti käyttäjän {user} kohteen {file} käyttöoikeudet",
"{actor} shared {file} with you" : "{actor} jakoi kohteen {file} kanssasi",
"{actor} removed you from the share named {file}" : "{actor} poisti sinut jaosta nimeltä {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Tiedosto tai kansio, joka on jaettu sähköpostitse tai julkisen linkin kautta, on <strong>ladattu</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>",
"A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>",
@ -108,6 +111,7 @@
"the link expired" : "linkki vanheni",
"sharing is disabled" : "jakaminen on poistettu käytöstä",
"For more info, please ask the person who sent this link." : "Kysy lisätietoja henkilöltä, jolta sait linkin.",
"Share note" : "Jaa muistiinpano",
"Download %s" : "Lataa %s",
"Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s",
"Select or drop files" : "Valitse tai pudota tiedostoja",

View File

@ -115,10 +115,10 @@ OC.L10N.register(
"For more info, please ask the person who sent this link." : "További információért fordulj ahhoz, aki ezt a linket küldte neked!",
"Share note" : "Jegyzet megosztása",
"Download %s" : "%s letöltése",
"Upload files to %s" : "Fájlok felöltése ide: %s",
"Upload files to %s" : "Fájlok feltöltése ide: %s",
"Select or drop files" : "Válassz ki vagy dobj ide fájlokat",
"Uploading files…" : "Fájlok feltöltése...",
"Uploaded files:" : "Felöltött fájlok:",
"Uploaded files:" : "Feltöltött fájlok:",
"{actor} removed you from {file}" : "{actor} eltávolított innen: {file}",
"%s is publicly shared" : "%s nyilvánosan megosztva",
"This share is password-protected" : "Ez egy jelszóval védett megosztás",

View File

@ -113,10 +113,10 @@
"For more info, please ask the person who sent this link." : "További információért fordulj ahhoz, aki ezt a linket küldte neked!",
"Share note" : "Jegyzet megosztása",
"Download %s" : "%s letöltése",
"Upload files to %s" : "Fájlok felöltése ide: %s",
"Upload files to %s" : "Fájlok feltöltése ide: %s",
"Select or drop files" : "Válassz ki vagy dobj ide fájlokat",
"Uploading files…" : "Fájlok feltöltése...",
"Uploaded files:" : "Felöltött fájlok:",
"Uploaded files:" : "Feltöltött fájlok:",
"{actor} removed you from {file}" : "{actor} eltávolított innen: {file}",
"%s is publicly shared" : "%s nyilvánosan megosztva",
"This share is password-protected" : "Ez egy jelszóval védett megosztás",

View File

@ -15,8 +15,12 @@ OC.L10N.register(
"No deleted shares" : "Geen verwijderde shares",
"Shares you deleted will show up here" : "Shares die je verwijderde, worden hier getoond",
"No shares" : "Geen shares",
"Shares will show up here" : "Shares worden hier getoond",
"Restore share" : "Herstel share",
"Something happened. Unable to restore the share." : "Er is iets gebeurd. Kan de share niet herstellen.",
"Move or copy" : "Verplaatsen of kopiëren",
"Download" : "Downloaden",
"Delete" : "Verwijderen",
"You can upload into this folder" : "Je kunt uploaden naar deze map",
"No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}",
"Invalid server URL" : "Ongeldig server URL",
@ -67,6 +71,7 @@ OC.L10N.register(
"{actor} shared {file} with {user}" : "{actor} deelde {file} met {user}",
"{actor} removed {user} from {file}" : "{actor} verwijderde {user} van {file}",
"{actor} shared {file} with you" : "{actor} heeft {file} met je gedeeld",
"{actor} removed you from the share named {file}" : "{actor} verwijderde je van share {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Een bestand of map gedeeld via mail of publieke link werd <strong>gedownload</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
@ -85,19 +90,23 @@ OC.L10N.register(
"Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, datumnotatie moet in de vorm YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Delen van %s mislukte omdat de backend het delen van type %s niet ondersteunt",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Delen %s versturen van het wachtwoord via Nextcloud Talk is mislukt omdat Nextcloud Talk niet is ingeschakeld",
"You cannot share to a Circle if the app is not enabled" : "Je kunt niets met een Kring delen als de app niet is ingeschakeld.",
"Please specify a valid circle" : "Geef een geldige kring op",
"Sharing %s failed because the back end does not support room shares" : "Delen van %s mislukte omdat de backend het delen in ruimtes niet ondersteunt",
"Unknown share type" : "Onbekend type gedeelde folder",
"Not a directory" : "Geen directory",
"Could not lock path" : "Kan pad niet blokkeren",
"Wrong or no update parameter given" : "Verkeerde of geen update parameter opgegeven",
"Can't change permissions for public share links" : "Kan rechten voor openbaar gedeelde links niet wijzigen",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Delen versturen van het wachtwoord via Nextcloud Talk is mislukt omdat Nextcloud Talk niet is ingeschakeld",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"shared by %s" : "Gedeeld door %s",
"Direct link" : "Directe link",
"Add to your Nextcloud" : "Toevoegen aan je Nextcloud",
"Share API is disabled" : "Delen API is uitgeschakeld",
"File sharing" : "Bestand delen",
"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." : "Met deze applicatie kunnen gebruikers bestanden delen binnen Nextcloud. Indien ingeschakeld, kan de beheerder kiezen welke groepen bestanden kunnen delen. De betreffende gebruikers kunnen vervolgens bestanden en mappen delen met andere gebruikers en groepen binnen Nextcloud. Als de beheerder de functie voor het delen van koppelingen inschakelt, kan ook een externe koppeling worden gebruikt om bestanden te delen met andere gebruikers buiten Nextcloud. Beheerders kunnen ook wachtwoorden en vervaldatums afdwingen en delen van server-naar-server mogelijk maken via koppelingslinks en evenals delen vanaf mobiele apparaten.\nAls je de functie uitschakelt, worden gedeelde bestanden en mappen op de server verwijderd voor alle ontvangers van shares, en ook voor de synchronisatieclients en mobiele apps. Meer informatie is beschikbaar in de Nextcloud-documentatie.",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
"Share time" : "Deel tijd",
@ -108,6 +117,7 @@ OC.L10N.register(
"the link expired" : "de link is verlopen",
"sharing is disabled" : "delen is uitgeschakeld",
"For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.",
"Share note" : "Notitie delen",
"Download %s" : "Download %s",
"Upload files to %s" : "Upload bestanden naar %s",
"Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster",

View File

@ -13,8 +13,12 @@
"No deleted shares" : "Geen verwijderde shares",
"Shares you deleted will show up here" : "Shares die je verwijderde, worden hier getoond",
"No shares" : "Geen shares",
"Shares will show up here" : "Shares worden hier getoond",
"Restore share" : "Herstel share",
"Something happened. Unable to restore the share." : "Er is iets gebeurd. Kan de share niet herstellen.",
"Move or copy" : "Verplaatsen of kopiëren",
"Download" : "Downloaden",
"Delete" : "Verwijderen",
"You can upload into this folder" : "Je kunt uploaden naar deze map",
"No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}",
"Invalid server URL" : "Ongeldig server URL",
@ -65,6 +69,7 @@
"{actor} shared {file} with {user}" : "{actor} deelde {file} met {user}",
"{actor} removed {user} from {file}" : "{actor} verwijderde {user} van {file}",
"{actor} shared {file} with you" : "{actor} heeft {file} met je gedeeld",
"{actor} removed you from the share named {file}" : "{actor} verwijderde je van share {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Een bestand of map gedeeld via mail of publieke link werd <strong>gedownload</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
@ -83,19 +88,23 @@
"Public upload is only possible for publicly shared folders" : "Publieke upload is alleen mogelijk voor publiek gedeelde mappen",
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, datumnotatie moet in de vorm YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Delen van %s mislukte omdat de backend het delen van type %s niet ondersteunt",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Delen %s versturen van het wachtwoord via Nextcloud Talk is mislukt omdat Nextcloud Talk niet is ingeschakeld",
"You cannot share to a Circle if the app is not enabled" : "Je kunt niets met een Kring delen als de app niet is ingeschakeld.",
"Please specify a valid circle" : "Geef een geldige kring op",
"Sharing %s failed because the back end does not support room shares" : "Delen van %s mislukte omdat de backend het delen in ruimtes niet ondersteunt",
"Unknown share type" : "Onbekend type gedeelde folder",
"Not a directory" : "Geen directory",
"Could not lock path" : "Kan pad niet blokkeren",
"Wrong or no update parameter given" : "Verkeerde of geen update parameter opgegeven",
"Can't change permissions for public share links" : "Kan rechten voor openbaar gedeelde links niet wijzigen",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Delen versturen van het wachtwoord via Nextcloud Talk is mislukt omdat Nextcloud Talk niet is ingeschakeld",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"shared by %s" : "Gedeeld door %s",
"Direct link" : "Directe link",
"Add to your Nextcloud" : "Toevoegen aan je Nextcloud",
"Share API is disabled" : "Delen API is uitgeschakeld",
"File sharing" : "Bestand delen",
"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." : "Met deze applicatie kunnen gebruikers bestanden delen binnen Nextcloud. Indien ingeschakeld, kan de beheerder kiezen welke groepen bestanden kunnen delen. De betreffende gebruikers kunnen vervolgens bestanden en mappen delen met andere gebruikers en groepen binnen Nextcloud. Als de beheerder de functie voor het delen van koppelingen inschakelt, kan ook een externe koppeling worden gebruikt om bestanden te delen met andere gebruikers buiten Nextcloud. Beheerders kunnen ook wachtwoorden en vervaldatums afdwingen en delen van server-naar-server mogelijk maken via koppelingslinks en evenals delen vanaf mobiele apparaten.\nAls je de functie uitschakelt, worden gedeelde bestanden en mappen op de server verwijderd voor alle ontvangers van shares, en ook voor de synchronisatieclients en mobiele apps. Meer informatie is beschikbaar in de Nextcloud-documentatie.",
"No entries found in this folder" : "Niets gevonden in deze map",
"Name" : "Naam",
"Share time" : "Deel tijd",
@ -106,6 +115,7 @@
"the link expired" : "de link is verlopen",
"sharing is disabled" : "delen is uitgeschakeld",
"For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.",
"Share note" : "Notitie delen",
"Download %s" : "Download %s",
"Upload files to %s" : "Upload bestanden naar %s",
"Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster",

View File

@ -4,13 +4,23 @@ OC.L10N.register(
"Shared with others" : "Współdzielony z innymi",
"Shared with you" : "Współdzielony z Tobą",
"Shared by link" : "Współdzielony linkiem",
"Deleted shares" : "Usunięte udostępnione udziały",
"Shares" : "Udziały",
"Nothing shared with you yet" : "Nie masz jeszcze nic udostępnionego",
"Files and folders others share with you will show up here" : "Tutaj wyświetlą się udostępnione dla Ciebie przez innych pliki i foldery",
"Nothing shared yet" : "Jeszcze nic nie udostępniono",
"Files and folders you share will show up here" : "Tutaj pokażą się pliki i foldery, które udostępniasz",
"No shared links" : "Brak udostępnionych linków",
"Files and folders you share by link will show up here" : "Tutaj pokażą się pliki i foldery, które udostępniasz linkiem",
"No deleted shares" : "Brak usuniętych udziałów",
"Shares you deleted will show up here" : "Udziały usunięte przez Ciebie pojawią się tutaj",
"No shares" : "Brak udziałów",
"Shares will show up here" : "Udziały pojawią się tutaj",
"Restore share" : "Przywróć udział",
"Something happened. Unable to restore the share." : "Coś nie tak. Nie można przywrócić udziału.",
"Move or copy" : "Przenieś lub kopiuj",
"Download" : "Pobierz",
"Delete" : "Usuń",
"You can upload into this folder" : "Możesz przesłać do tego folderu",
"No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}",
"Invalid server URL" : "Błędny adres serwera",
@ -61,6 +71,7 @@ OC.L10N.register(
"{actor} shared {file} with {user}" : "{actor} współdzieli {file} z {user}",
"{actor} removed {user} from {file}" : "{actor} usunął użytkownika {user} z {file}",
"{actor} shared {file} with you" : "{actor} udostępnił ci {file}",
"{actor} removed you from the share named {file}" : "{actor} usunął Ciebie z udziału o nazwie {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Plik lub folder udostępniony za pomocą maila lub publicznego łącza został <strong>pobrany</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Plik lub folder został udostępniony z <strong>innego serwera</strong>",
"A file or folder has been <strong>shared</strong>" : "Plik lub folder stał się <strong>współdzielony</strong>",
@ -79,6 +90,7 @@ OC.L10N.register(
"Public upload is only possible for publicly shared folders" : "Publiczne wczytywanie jest możliwe wyłącznie do katalogów publicznych",
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty musi być w formacie YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Udostępnienie %s nie powiodło się ponieważ backend nie zezwala na udziały typu %s",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnianie %s wysyłanie hasła przez Nextcloud Talk nie powiodło się, ponieważ usługa Nextcloud Talk nie jest włączona",
"You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić do Kręgów jeśli aplikacja jest wyłączona",
"Please specify a valid circle" : "Proszę podać właściwy krąg",
"Unknown share type" : "Nieznany typ udziału",
@ -86,6 +98,7 @@ OC.L10N.register(
"Could not lock path" : "Nie udało się zablokować ścieżki",
"Wrong or no update parameter given" : "Brakujący lub błędny parametr aktualizacji",
"Can't change permissions for public share links" : "Nie można zmienić uprawnień dla publicznych udziałów",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnianie %s wysyłanie hasła przez Nextcloud Talk nie powiodło się, ponieważ usługa Nextcloud Talk nie jest włączona",
"Cannot increase permissions" : "Nie można zwiększyć uprawnień",
"shared by %s" : "udostępnione przez %s",
"Direct link" : "Bezpośredni link",
@ -102,6 +115,7 @@ OC.L10N.register(
"the link expired" : "link wygasł",
"sharing is disabled" : "udostępnianie jest wyłączone",
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.",
"Share note" : "Notatka udziału",
"Download %s" : "Pobierz %s",
"Upload files to %s" : "Prześlij pliki do %s",
"Select or drop files" : "Wybierz lub upuść pliki",

View File

@ -2,13 +2,23 @@
"Shared with others" : "Współdzielony z innymi",
"Shared with you" : "Współdzielony z Tobą",
"Shared by link" : "Współdzielony linkiem",
"Deleted shares" : "Usunięte udostępnione udziały",
"Shares" : "Udziały",
"Nothing shared with you yet" : "Nie masz jeszcze nic udostępnionego",
"Files and folders others share with you will show up here" : "Tutaj wyświetlą się udostępnione dla Ciebie przez innych pliki i foldery",
"Nothing shared yet" : "Jeszcze nic nie udostępniono",
"Files and folders you share will show up here" : "Tutaj pokażą się pliki i foldery, które udostępniasz",
"No shared links" : "Brak udostępnionych linków",
"Files and folders you share by link will show up here" : "Tutaj pokażą się pliki i foldery, które udostępniasz linkiem",
"No deleted shares" : "Brak usuniętych udziałów",
"Shares you deleted will show up here" : "Udziały usunięte przez Ciebie pojawią się tutaj",
"No shares" : "Brak udziałów",
"Shares will show up here" : "Udziały pojawią się tutaj",
"Restore share" : "Przywróć udział",
"Something happened. Unable to restore the share." : "Coś nie tak. Nie można przywrócić udziału.",
"Move or copy" : "Przenieś lub kopiuj",
"Download" : "Pobierz",
"Delete" : "Usuń",
"You can upload into this folder" : "Możesz przesłać do tego folderu",
"No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}",
"Invalid server URL" : "Błędny adres serwera",
@ -59,6 +69,7 @@
"{actor} shared {file} with {user}" : "{actor} współdzieli {file} z {user}",
"{actor} removed {user} from {file}" : "{actor} usunął użytkownika {user} z {file}",
"{actor} shared {file} with you" : "{actor} udostępnił ci {file}",
"{actor} removed you from the share named {file}" : "{actor} usunął Ciebie z udziału o nazwie {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Plik lub folder udostępniony za pomocą maila lub publicznego łącza został <strong>pobrany</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Plik lub folder został udostępniony z <strong>innego serwera</strong>",
"A file or folder has been <strong>shared</strong>" : "Plik lub folder stał się <strong>współdzielony</strong>",
@ -77,6 +88,7 @@
"Public upload is only possible for publicly shared folders" : "Publiczne wczytywanie jest możliwe wyłącznie do katalogów publicznych",
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty musi być w formacie YYYY-MM-DD",
"Sharing %s failed because the back end does not allow shares from type %s" : "Udostępnienie %s nie powiodło się ponieważ backend nie zezwala na udziały typu %s",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnianie %s wysyłanie hasła przez Nextcloud Talk nie powiodło się, ponieważ usługa Nextcloud Talk nie jest włączona",
"You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić do Kręgów jeśli aplikacja jest wyłączona",
"Please specify a valid circle" : "Proszę podać właściwy krąg",
"Unknown share type" : "Nieznany typ udziału",
@ -84,6 +96,7 @@
"Could not lock path" : "Nie udało się zablokować ścieżki",
"Wrong or no update parameter given" : "Brakujący lub błędny parametr aktualizacji",
"Can't change permissions for public share links" : "Nie można zmienić uprawnień dla publicznych udziałów",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Udostępnianie %s wysyłanie hasła przez Nextcloud Talk nie powiodło się, ponieważ usługa Nextcloud Talk nie jest włączona",
"Cannot increase permissions" : "Nie można zwiększyć uprawnień",
"shared by %s" : "udostępnione przez %s",
"Direct link" : "Bezpośredni link",
@ -100,6 +113,7 @@
"the link expired" : "link wygasł",
"sharing is disabled" : "udostępnianie jest wyłączone",
"For more info, please ask the person who sent this link." : "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.",
"Share note" : "Notatka udziału",
"Download %s" : "Pobierz %s",
"Upload files to %s" : "Prześlij pliki do %s",
"Select or drop files" : "Wybierz lub upuść pliki",

View File

@ -116,6 +116,7 @@ OC.L10N.register(
"the link expired" : "linke vypršala platnosť",
"sharing is disabled" : "sprístupňovanie je zakázané",
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
"Share note" : "Poznámka k zdieľaniu",
"Download %s" : "Stiahnuť %s",
"Upload files to %s" : "Nahrať súbory do %s",
"Select or drop files" : "Vyberte alebo položte súbory",

View File

@ -114,6 +114,7 @@
"the link expired" : "linke vypršala platnosť",
"sharing is disabled" : "sprístupňovanie je zakázané",
"For more info, please ask the person who sent this link." : "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
"Share note" : "Poznámka k zdieľaniu",
"Download %s" : "Stiahnuť %s",
"Upload files to %s" : "Nahrať súbory do %s",
"Select or drop files" : "Vyberte alebo položte súbory",

View File

@ -1,25 +1,33 @@
OC.L10N.register(
"files_sharing",
{
"Shared with you" : "V souporabi z vami",
"Shared with others" : "V souporabi z drugimi",
"Shared with you" : "V souporabi z vami",
"Shared by link" : "V souporabi prek povezave",
"Deleted shares" : "Izbrisane povezave za souporabo",
"Shares" : "Souporaba",
"Nothing shared with you yet" : "Datotek drugih uporabnikov še ni v souporabi",
"Files and folders others share with you will show up here" : "Datoteke in mape, katerih souporabo z vami omogočijo drugi, bodo zbrane na tem mestu.",
"Nothing shared yet" : "Souporabe datotek še niste omogočili",
"Files and folders you share will show up here" : "Datoteke in mape, ki ste jih označili za souporabo z drugimi, bodo zbrane na tem mestu.",
"No shared links" : "Ni povezav za souporabo",
"Files and folders you share by link will show up here" : "Datoteke in mape, ki ste jih označili za souporabo prek povezave, bodo zbrane na tem mestu.",
"No deleted shares" : "Ni izbrisanih povezav za souporabo.",
"No shares" : "Brez souporabe",
"Shares will show up here" : "Predmeti v souporabi bodo prikazani na tem mestu.",
"Download" : "Prejmi",
"You can upload into this folder" : "V to mapo je dovoljeno poslati datoteke",
"Invalid server URL" : "Neveljaven URL strežnika",
"Share" : "Souporaba",
"No expiration date set" : "Datum poteka ni določen",
"Shared by" : "V souporabi z",
"Sharing" : "Souporaba",
"File shares" : "Datoteke v souporabi",
"Downloaded via public link" : "Prejeto preko javne povezave",
"Removed public link" : "Javno povezava je odstranjena",
"Public link expired" : "Javna povezava je potekla",
"A file or folder was shared from <strong>another server</strong>" : "Souporaba datoteke ali mape <strong>z drugega strežnika</strong> je omogočena.",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Datoteko oziroma mapo v souporabi prek elektronske pošte oziroma javne povezave je uporabnik <strong>prejel na svoj krajevni disk</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Datoteka ali mapa je bila dodana v souporabo prek <strong>drugega strežnika</strong>",
"A file or folder has been <strong>shared</strong>" : "Za datoteko ali mapo je omogočena <strong>souporaba</strong>.",
"Wrong share ID, share doesn't exist" : "Napačen ID mesta uporabe; mesto ne obstaja!",
"Could not delete share" : "Tega predmeta v souporabi ni mogoče izbrisati.",
@ -39,7 +47,6 @@ OC.L10N.register(
"Wrong or no update parameter given" : "Parameter posodobitve ni podan ali pa je navedena napačna vrednost",
"Can't change permissions for public share links" : "Za javne povezave souporabe, spreminjanje dovoljenj ni mogoče.",
"Cannot increase permissions" : "Ni mogoče povišati dovoljenj",
"Download" : "Prejmi",
"Direct link" : "Neposredna povezava",
"Share API is disabled" : "API za souporabo je izključen",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
@ -55,7 +62,7 @@ OC.L10N.register(
"Upload files to %s" : "Naloži datoteke v %s",
"Select or drop files" : "Izberi ali povleci datoteke",
"Uploading files…" : "Nalaganje datotek...",
"Uploaded files:" : "Naložene datoteke:",
"Uploaded files:" : "Poslane datoteke:",
"This share is password-protected" : "To mesto je zaščiteno z geslom.",
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
"Password" : "Geslo"

View File

@ -1,23 +1,31 @@
{ "translations": {
"Shared with you" : "V souporabi z vami",
"Shared with others" : "V souporabi z drugimi",
"Shared with you" : "V souporabi z vami",
"Shared by link" : "V souporabi prek povezave",
"Deleted shares" : "Izbrisane povezave za souporabo",
"Shares" : "Souporaba",
"Nothing shared with you yet" : "Datotek drugih uporabnikov še ni v souporabi",
"Files and folders others share with you will show up here" : "Datoteke in mape, katerih souporabo z vami omogočijo drugi, bodo zbrane na tem mestu.",
"Nothing shared yet" : "Souporabe datotek še niste omogočili",
"Files and folders you share will show up here" : "Datoteke in mape, ki ste jih označili za souporabo z drugimi, bodo zbrane na tem mestu.",
"No shared links" : "Ni povezav za souporabo",
"Files and folders you share by link will show up here" : "Datoteke in mape, ki ste jih označili za souporabo prek povezave, bodo zbrane na tem mestu.",
"No deleted shares" : "Ni izbrisanih povezav za souporabo.",
"No shares" : "Brez souporabe",
"Shares will show up here" : "Predmeti v souporabi bodo prikazani na tem mestu.",
"Download" : "Prejmi",
"You can upload into this folder" : "V to mapo je dovoljeno poslati datoteke",
"Invalid server URL" : "Neveljaven URL strežnika",
"Share" : "Souporaba",
"No expiration date set" : "Datum poteka ni določen",
"Shared by" : "V souporabi z",
"Sharing" : "Souporaba",
"File shares" : "Datoteke v souporabi",
"Downloaded via public link" : "Prejeto preko javne povezave",
"Removed public link" : "Javno povezava je odstranjena",
"Public link expired" : "Javna povezava je potekla",
"A file or folder was shared from <strong>another server</strong>" : "Souporaba datoteke ali mape <strong>z drugega strežnika</strong> je omogočena.",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Datoteko oziroma mapo v souporabi prek elektronske pošte oziroma javne povezave je uporabnik <strong>prejel na svoj krajevni disk</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Datoteka ali mapa je bila dodana v souporabo prek <strong>drugega strežnika</strong>",
"A file or folder has been <strong>shared</strong>" : "Za datoteko ali mapo je omogočena <strong>souporaba</strong>.",
"Wrong share ID, share doesn't exist" : "Napačen ID mesta uporabe; mesto ne obstaja!",
"Could not delete share" : "Tega predmeta v souporabi ni mogoče izbrisati.",
@ -37,7 +45,6 @@
"Wrong or no update parameter given" : "Parameter posodobitve ni podan ali pa je navedena napačna vrednost",
"Can't change permissions for public share links" : "Za javne povezave souporabe, spreminjanje dovoljenj ni mogoče.",
"Cannot increase permissions" : "Ni mogoče povišati dovoljenj",
"Download" : "Prejmi",
"Direct link" : "Neposredna povezava",
"Share API is disabled" : "API za souporabo je izključen",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
@ -53,7 +60,7 @@
"Upload files to %s" : "Naloži datoteke v %s",
"Select or drop files" : "Izberi ali povleci datoteke",
"Uploading files…" : "Nalaganje datotek...",
"Uploaded files:" : "Naložene datoteke:",
"Uploaded files:" : "Poslane datoteke:",
"This share is password-protected" : "To mesto je zaščiteno z geslom.",
"The password is wrong. Try again." : "Geslo je napačno. Poskusite znova.",
"Password" : "Geslo"

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