[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-10-23 14:54:28 +00:00
parent 39338aaa67
commit a9fb21f9fc
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
578 changed files with 3556 additions and 2206 deletions

View file

@ -12,7 +12,7 @@ OC.L10N.register(
"More comments …" : "Több hozzászólás...", "More comments …" : "Több hozzászólás...",
"Save" : "Mentés", "Save" : "Mentés",
"Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}", "Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}",
"Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú komment betöltésekor", "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú hozzászólás betöltésekor",
"Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}", "Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}",
"Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben", "Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben",
"_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"], "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"],

View file

@ -10,7 +10,7 @@
"More comments …" : "Több hozzászólás...", "More comments …" : "Több hozzászólás...",
"Save" : "Mentés", "Save" : "Mentés",
"Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}", "Allowed characters {count} of {max}" : "Engedélyezett karakterek: {count} / {max}",
"Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú komment betöltésekor", "Error occurred while retrieving comment with ID {id}" : "Hiba a {id} számú hozzászólás betöltésekor",
"Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}", "Error occurred while updating comment with id {id}" : "Hiba a következő azonosítójú hozzászólás frissítése közben: {id}",
"Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben", "Error occurred while posting comment" : "Hiba történt a hozzászólás küldése közben",
"_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"], "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"],

View file

@ -18,6 +18,7 @@ OC.L10N.register(
"You commented" : "Vaša opomba", "You commented" : "Vaša opomba",
"%1$s commented" : "%1$s opomb", "%1$s commented" : "%1$s opomb",
"%1$s commented on %2$s" : "%1$s opomb ob %2$s", "%1$s commented on %2$s" : "%1$s opomb ob %2$s",
"<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke",
"Unknown user" : "Nepoznan uporabnik" "Unknown user" : "Nepoznan uporabnik"
}, },
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

View file

@ -16,6 +16,7 @@
"You commented" : "Vaša opomba", "You commented" : "Vaša opomba",
"%1$s commented" : "%1$s opomb", "%1$s commented" : "%1$s opomb",
"%1$s commented on %2$s" : "%1$s opomb ob %2$s", "%1$s commented on %2$s" : "%1$s opomb ob %2$s",
"<strong>Comments</strong> for files" : "<strong>Opombe</strong> za datoteke",
"Unknown user" : "Nepoznan uporabnik" "Unknown user" : "Nepoznan uporabnik"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} }

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna", "A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna",
"A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn", "A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn",
"Contact birthdays" : "Narozeniny kontaktů", "Contact birthdays" : "Narozeniny kontaktů",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Invitation canceled" : "Pozvánka zrušena", "Invitation canceled" : "Pozvánka zrušena",
"Hello %s," : "Dobrý den %s,", "Hello %s," : "Dobrý den %s,",
"The meeting »%1$s« with %2$s was canceled." : "Setkání „%1$s“ sc%2$s bylo zrušeno.",
"Invitation updated" : "Pozvánka aktualizována", "Invitation updated" : "Pozvánka aktualizována",
"The meeting »%1$s« with %2$s was updated." : "Setkání „%1$s“ s %2$s bylo zrušeno.",
"%1$s invited you to »%2$s«" : "%1$s vás pozval(a) na „%2$s“",
"When:" : "Kdy:", "When:" : "Kdy:",
"Where:" : "Kde:", "Where:" : "Kde:",
"Description:" : "Popis:", "Description:" : "Popis:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna", "A calendar <strong>event</strong> was modified" : "<strong>Událost</strong> v kalendáři byla změněna",
"A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn", "A calendar <strong>todo</strong> was modified" : "<strong>Úkol</strong> v kalendáři byl změněn",
"Contact birthdays" : "Narozeniny kontaktů", "Contact birthdays" : "Narozeniny kontaktů",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"Invitation canceled" : "Pozvánka zrušena", "Invitation canceled" : "Pozvánka zrušena",
"Hello %s," : "Dobrý den %s,", "Hello %s," : "Dobrý den %s,",
"The meeting »%1$s« with %2$s was canceled." : "Setkání „%1$s“ sc%2$s bylo zrušeno.",
"Invitation updated" : "Pozvánka aktualizována", "Invitation updated" : "Pozvánka aktualizována",
"The meeting »%1$s« with %2$s was updated." : "Setkání „%1$s“ s %2$s bylo zrušeno.",
"%1$s invited you to »%2$s«" : "%1$s vás pozval(a) na „%2$s“",
"When:" : "Kdy:", "When:" : "Kdy:",
"Where:" : "Kde:", "Where:" : "Kde:",
"Description:" : "Popis:", "Description:" : "Popis:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet",
"A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten", "Contact birthdays" : "Geburtstage von Kontakten",
"%1$s via %2$s" : "%1$s über %2$s",
"Invitation canceled" : "Einladung abgebrochen", "Invitation canceled" : "Einladung abgebrochen",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
"Invitation updated" : "Einladung aktualisiert", "Invitation updated" : "Einladung aktualisiert",
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
"%1$s invited you to »%2$s«" : "%1$s hat Dich zu »%2$s« eingeladen",
"When:" : "Wann:", "When:" : "Wann:",
"Where:" : "Wo:", "Where:" : "Wo:",
"Description:" : "Beschreibung:", "Description:" : "Beschreibung:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet",
"A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten", "Contact birthdays" : "Geburtstage von Kontakten",
"%1$s via %2$s" : "%1$s über %2$s",
"Invitation canceled" : "Einladung abgebrochen", "Invitation canceled" : "Einladung abgebrochen",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
"Invitation updated" : "Einladung aktualisiert", "Invitation updated" : "Einladung aktualisiert",
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
"%1$s invited you to »%2$s«" : "%1$s hat Dich zu »%2$s« eingeladen",
"When:" : "Wann:", "When:" : "Wann:",
"Where:" : "Wo:", "Where:" : "Wo:",
"Description:" : "Beschreibung:", "Description:" : "Beschreibung:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet",
"A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten", "Contact birthdays" : "Geburtstage von Kontakten",
"%1$s via %2$s" : "%1$s über %2$s",
"Invitation canceled" : "Einladung abgebrochen", "Invitation canceled" : "Einladung abgebrochen",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
"Invitation updated" : "Einladung aktualisiert", "Invitation updated" : "Einladung aktualisiert",
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
"%1$s invited you to »%2$s«" : "%1$s hat Sie zu »%2$s« eingeladen",
"When:" : "Wann:", "When:" : "Wann:",
"Where:" : "Wo:", "Where:" : "Wo:",
"Description:" : "Beschreibung:", "Description:" : "Beschreibung:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet", "A calendar <strong>event</strong> was modified" : "Ein Kalender-<strong>Ereignis</strong> wurde bearbeitet",
"A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet", "A calendar <strong>todo</strong> was modified" : "Eine Kalender-<strong>Aufgabe</strong> wurde bearbeitet",
"Contact birthdays" : "Geburtstage von Kontakten", "Contact birthdays" : "Geburtstage von Kontakten",
"%1$s via %2$s" : "%1$s über %2$s",
"Invitation canceled" : "Einladung abgebrochen", "Invitation canceled" : "Einladung abgebrochen",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
"Invitation updated" : "Einladung aktualisiert", "Invitation updated" : "Einladung aktualisiert",
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
"%1$s invited you to »%2$s«" : "%1$s hat Sie zu »%2$s« eingeladen",
"When:" : "Wann:", "When:" : "Wann:",
"Where:" : "Wo:", "Where:" : "Wo:",
"Description:" : "Beschreibung:", "Description:" : "Beschreibung:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.", "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.",
"A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada", "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada",
"Contact birthdays" : "Cumpleaños del contacto", "Contact birthdays" : "Cumpleaños del contacto",
"%1$s via %2$s" : "%1$s vía %2$s",
"Invitation canceled" : "Invitación cancelada", "Invitation canceled" : "Invitación cancelada",
"Hello %s," : "Hola, %s:", "Hello %s," : "Hola, %s:",
"The meeting »%1$s« with %2$s was canceled." : "La reunión »%1$s« con %2$s se ha cancelado.",
"Invitation updated" : "Invitación actualizada", "Invitation updated" : "Invitación actualizada",
"The meeting »%1$s« with %2$s was updated." : "La reunión »%1$s« con %2$s se ha actualizado.",
"%1$s invited you to »%2$s«" : "%1$s te ha invitado a »%2$s«",
"When:" : "Cuándo:", "When:" : "Cuándo:",
"Where:" : "Dónde:", "Where:" : "Dónde:",
"Description:" : "Descripción:", "Description:" : "Descripción:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.", "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario fue modificado.",
"A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada", "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada",
"Contact birthdays" : "Cumpleaños del contacto", "Contact birthdays" : "Cumpleaños del contacto",
"%1$s via %2$s" : "%1$s vía %2$s",
"Invitation canceled" : "Invitación cancelada", "Invitation canceled" : "Invitación cancelada",
"Hello %s," : "Hola, %s:", "Hello %s," : "Hola, %s:",
"The meeting »%1$s« with %2$s was canceled." : "La reunión »%1$s« con %2$s se ha cancelado.",
"Invitation updated" : "Invitación actualizada", "Invitation updated" : "Invitación actualizada",
"The meeting »%1$s« with %2$s was updated." : "La reunión »%1$s« con %2$s se ha actualizado.",
"%1$s invited you to »%2$s«" : "%1$s te ha invitado a »%2$s«",
"When:" : "Cuándo:", "When:" : "Cuándo:",
"Where:" : "Dónde:", "Where:" : "Dónde:",
"Description:" : "Descripción:", "Description:" : "Descripción:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié", "A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée", "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée",
"Contact birthdays" : "Anniversaires des contacts", "Contact birthdays" : "Anniversaires des contacts",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Invitation annulée", "Invitation canceled" : "Invitation annulée",
"Hello %s," : "Bonjour %s,", "Hello %s," : "Bonjour %s,",
"The meeting »%1$s« with %2$s was canceled." : "La réunion «%1$s» avec %2$s a été annulée.",
"Invitation updated" : "Invitation mise à jour", "Invitation updated" : "Invitation mise à jour",
"The meeting »%1$s« with %2$s was updated." : "La réunion «%1$s» avec %2$s a été mise à jour.",
"%1$s invited you to »%2$s«" : "%1$s vous a invité à «%2$s»",
"When:" : "Quand :", "When:" : "Quand :",
"Where:" : "Où :", "Where:" : "Où :",
"Description:" : "Description :", "Description:" : "Description :",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié", "A calendar <strong>event</strong> was modified" : "Un <strong>événement</strong> de l'agenda a été modifié",
"A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée", "A calendar <strong>todo</strong> was modified" : "Une <strong>liste de tâches</strong> de l'agenda a été modifiée",
"Contact birthdays" : "Anniversaires des contacts", "Contact birthdays" : "Anniversaires des contacts",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Invitation annulée", "Invitation canceled" : "Invitation annulée",
"Hello %s," : "Bonjour %s,", "Hello %s," : "Bonjour %s,",
"The meeting »%1$s« with %2$s was canceled." : "La réunion «%1$s» avec %2$s a été annulée.",
"Invitation updated" : "Invitation mise à jour", "Invitation updated" : "Invitation mise à jour",
"The meeting »%1$s« with %2$s was updated." : "La réunion «%1$s» avec %2$s a été mise à jour.",
"%1$s invited you to »%2$s«" : "%1$s vous a invité à «%2$s»",
"When:" : "Quand :", "When:" : "Quand :",
"Where:" : "Où :", "Where:" : "Où :",
"Description:" : "Description :", "Description:" : "Description :",

View file

@ -55,6 +55,7 @@ OC.L10N.register(
"Technical details" : "Technikai adatok", "Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s", "Remote Address: %s" : "Távoli cím: %s",
"Request ID: %s" : "Kérelem azonosító: %s", "Request ID: %s" : "Kérelem azonosító: %s",
"Save" : "Mentés",
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek", "Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
"Please make sure to properly set up the email settings above." : "Győződj meg róla, hogy a fenti e-mail beállítások helyesek.", "Please make sure to properly set up the email settings above." : "Győződj meg róla, hogy a fenti e-mail beállítások helyesek.",
"Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása", "Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása",

View file

@ -53,6 +53,7 @@
"Technical details" : "Technikai adatok", "Technical details" : "Technikai adatok",
"Remote Address: %s" : "Távoli cím: %s", "Remote Address: %s" : "Távoli cím: %s",
"Request ID: %s" : "Kérelem azonosító: %s", "Request ID: %s" : "Kérelem azonosító: %s",
"Save" : "Mentés",
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek", "Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
"Please make sure to properly set up the email settings above." : "Győződj meg róla, hogy a fenti e-mail beállítások helyesek.", "Please make sure to properly set up the email settings above." : "Győződj meg róla, hogy a fenti e-mail beállítások helyesek.",
"Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása", "Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato",
"A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata", "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata",
"Contact birthdays" : "Date di nascita dei contatti", "Contact birthdays" : "Date di nascita dei contatti",
"%1$s via %2$s" : "%1$s tramite %2$s",
"Invitation canceled" : "Invito annullato", "Invitation canceled" : "Invito annullato",
"Hello %s," : "Ciao %s,", "Hello %s," : "Ciao %s,",
"The meeting »%1$s« with %2$s was canceled." : "L'incontro «%1$s» con %2$s è stato annullato.",
"Invitation updated" : "Invito aggiornato", "Invitation updated" : "Invito aggiornato",
"The meeting »%1$s« with %2$s was updated." : "L'incontro «%1$s» con %2$s è stato aggiornato.",
"%1$s invited you to »%2$s«" : "%1$s ti ha invitato a «%2$s»",
"When:" : "Quando:", "When:" : "Quando:",
"Where:" : "Dove:", "Where:" : "Dove:",
"Description:" : "Descrizione:", "Description:" : "Descrizione:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato", "A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> del calendario è stato modificato",
"A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata", "A calendar <strong>todo</strong> was modified" : "Una <strong>cosa da fare</strong> del calendario è stata modificata",
"Contact birthdays" : "Date di nascita dei contatti", "Contact birthdays" : "Date di nascita dei contatti",
"%1$s via %2$s" : "%1$s tramite %2$s",
"Invitation canceled" : "Invito annullato", "Invitation canceled" : "Invito annullato",
"Hello %s," : "Ciao %s,", "Hello %s," : "Ciao %s,",
"The meeting »%1$s« with %2$s was canceled." : "L'incontro «%1$s» con %2$s è stato annullato.",
"Invitation updated" : "Invito aggiornato", "Invitation updated" : "Invito aggiornato",
"The meeting »%1$s« with %2$s was updated." : "L'incontro «%1$s» con %2$s è stato aggiornato.",
"%1$s invited you to »%2$s«" : "%1$s ti ha invitato a «%2$s»",
"When:" : "Quando:", "When:" : "Quando:",
"Where:" : "Dove:", "Where:" : "Dove:",
"Description:" : "Descrizione:", "Description:" : "Descrizione:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast", "A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
"A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast", "A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
"Contact birthdays" : "Verjaardagen", "Contact birthdays" : "Verjaardagen",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Uitnodiging geannuleerd", "Invitation canceled" : "Uitnodiging geannuleerd",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "De vergadering »%1$s« met %2$s is geannuleerd.",
"Invitation updated" : "Uitnodiging bijgewerkt", "Invitation updated" : "Uitnodiging bijgewerkt",
"The meeting »%1$s« with %2$s was updated." : "De vergadering »%1$s« met %2$s is bijgewerkt.",
"%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor »%2$s«",
"When:" : "Wanneer:", "When:" : "Wanneer:",
"Where:" : "Waar:", "Where:" : "Waar:",
"Description:" : "Omschrijving:", "Description:" : "Omschrijving:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast", "A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
"A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast", "A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
"Contact birthdays" : "Verjaardagen", "Contact birthdays" : "Verjaardagen",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Uitnodiging geannuleerd", "Invitation canceled" : "Uitnodiging geannuleerd",
"Hello %s," : "Hallo %s,", "Hello %s," : "Hallo %s,",
"The meeting »%1$s« with %2$s was canceled." : "De vergadering »%1$s« met %2$s is geannuleerd.",
"Invitation updated" : "Uitnodiging bijgewerkt", "Invitation updated" : "Uitnodiging bijgewerkt",
"The meeting »%1$s« with %2$s was updated." : "De vergadering »%1$s« met %2$s is bijgewerkt.",
"%1$s invited you to »%2$s«" : "%1$s heeft je uitgenodigd voor »%2$s«",
"When:" : "Wanneer:", "When:" : "Wanneer:",
"Where:" : "Waar:", "Where:" : "Waar:",
"Description:" : "Omschrijving:", "Description:" : "Omschrijving:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado", "A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado",
"A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada", "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada",
"Contact birthdays" : "Aniversário dos contatos", "Contact birthdays" : "Aniversário dos contatos",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Convite cancelado", "Invitation canceled" : "Convite cancelado",
"Hello %s," : "Olá %s,", "Hello %s," : "Olá %s,",
"The meeting »%1$s« with %2$s was canceled." : "A reunião »%1$s« com %2$s foi cancelada.",
"Invitation updated" : "Convite atualizado", "Invitation updated" : "Convite atualizado",
"The meeting »%1$s« with %2$s was updated." : "A reunião »%1$s« com %2$s foi atualizada.",
"%1$s invited you to »%2$s«" : "%1$s convidou você para »%2$s«",
"When:" : "Quando:", "When:" : "Quando:",
"Where:" : "Onde:", "Where:" : "Onde:",
"Description:" : "Descrição:", "Description:" : "Descrição:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado", "A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado",
"A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada", "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada",
"Contact birthdays" : "Aniversário dos contatos", "Contact birthdays" : "Aniversário dos contatos",
"%1$s via %2$s" : "%1$s via %2$s",
"Invitation canceled" : "Convite cancelado", "Invitation canceled" : "Convite cancelado",
"Hello %s," : "Olá %s,", "Hello %s," : "Olá %s,",
"The meeting »%1$s« with %2$s was canceled." : "A reunião »%1$s« com %2$s foi cancelada.",
"Invitation updated" : "Convite atualizado", "Invitation updated" : "Convite atualizado",
"The meeting »%1$s« with %2$s was updated." : "A reunião »%1$s« com %2$s foi atualizada.",
"%1$s invited you to »%2$s«" : "%1$s convidou você para »%2$s«",
"When:" : "Quando:", "When:" : "Quando:",
"Where:" : "Onde:", "Where:" : "Onde:",
"Description:" : "Descrição:", "Description:" : "Descrição:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "<strong>Событие</strong> календаря была изменено", "A calendar <strong>event</strong> was modified" : "<strong>Событие</strong> календаря была изменено",
"A calendar <strong>todo</strong> was modified" : "<strong>Задача</strong> календаря была изменена", "A calendar <strong>todo</strong> was modified" : "<strong>Задача</strong> календаря была изменена",
"Contact birthdays" : "Дни рождения контакта", "Contact birthdays" : "Дни рождения контакта",
"%1$s via %2$s" : "%1$sчерез %2$s",
"Invitation canceled" : "Приглашение отменено", "Invitation canceled" : "Приглашение отменено",
"Hello %s," : "Привет, %s!", "Hello %s," : "Привет, %s!",
"The meeting »%1$s« with %2$s was canceled." : "Встреча «%1$s» с %2$s отменена.",
"Invitation updated" : "Приглашение обновлено", "Invitation updated" : "Приглашение обновлено",
"The meeting »%1$s« with %2$s was updated." : "Встреча «%1$s» с %2$s обновлена.",
"%1$s invited you to »%2$s«" : "%1$sприглашает вас в »%2$s«",
"When:" : "Когда:", "When:" : "Когда:",
"Where:" : "Где:", "Where:" : "Где:",
"Description:" : "Описание:", "Description:" : "Описание:",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "<strong>Событие</strong> календаря была изменено", "A calendar <strong>event</strong> was modified" : "<strong>Событие</strong> календаря была изменено",
"A calendar <strong>todo</strong> was modified" : "<strong>Задача</strong> календаря была изменена", "A calendar <strong>todo</strong> was modified" : "<strong>Задача</strong> календаря была изменена",
"Contact birthdays" : "Дни рождения контакта", "Contact birthdays" : "Дни рождения контакта",
"%1$s via %2$s" : "%1$sчерез %2$s",
"Invitation canceled" : "Приглашение отменено", "Invitation canceled" : "Приглашение отменено",
"Hello %s," : "Привет, %s!", "Hello %s," : "Привет, %s!",
"The meeting »%1$s« with %2$s was canceled." : "Встреча «%1$s» с %2$s отменена.",
"Invitation updated" : "Приглашение обновлено", "Invitation updated" : "Приглашение обновлено",
"The meeting »%1$s« with %2$s was updated." : "Встреча «%1$s» с %2$s обновлена.",
"%1$s invited you to »%2$s«" : "%1$sприглашает вас в »%2$s«",
"When:" : "Когда:", "When:" : "Когда:",
"Where:" : "Где:", "Where:" : "Где:",
"Description:" : "Описание:", "Description:" : "Описание:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "<strong>Догађај</strong> из календара је измењен", "A calendar <strong>event</strong> was modified" : "<strong>Догађај</strong> из календара је измењен",
"A calendar <strong>todo</strong> was modified" : "<strong>Подсетник</strong> из календара је измењен", "A calendar <strong>todo</strong> was modified" : "<strong>Подсетник</strong> из календара је измењен",
"Contact birthdays" : "Рођендани контаката", "Contact birthdays" : "Рођендани контаката",
"%1$s via %2$s" : "%1$s преко %2$s",
"Invitation canceled" : "Позивница отказана", "Invitation canceled" : "Позивница отказана",
"Hello %s," : "Здраво %s,", "Hello %s," : "Здраво %s,",
"The meeting »%1$s« with %2$s was canceled." : "Састанак „%1$s“ са %2$s је отказан.",
"Invitation updated" : "Позивница ажурирана", "Invitation updated" : "Позивница ажурирана",
"The meeting »%1$s« with %2$s was updated." : "Састанак „%1$s“ са %2$s је ажуриран.",
"%1$s invited you to »%2$s«" : "%1$s Вас је позвао на „%2$s“",
"When:" : "Време:", "When:" : "Време:",
"Where:" : "Место:", "Where:" : "Место:",
"Description:" : "Опис:", "Description:" : "Опис:",
@ -73,9 +77,9 @@ OC.L10N.register(
"Birthday calendars will be generated by a background job." : "Календари рођендана ће бити генерисани као позадински послови.", "Birthday calendars will be generated by a background job." : "Календари рођендана ће бити генерисани као позадински послови.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Зато можда неће бити видљиви баш одмах по укључивању, али ће се појавити после неког времена.", "Hence they will not be available immediately after enabling but will show up after some time." : "Зато можда неће бити видљиви баш одмах по укључивању, али ће се појавити после неког времена.",
"%s via %s" : "%s путем %s", "%s via %s" : "%s путем %s",
"The meeting »%s« with %s was canceled." : "Састанак »%s« са %s је отказан.", "The meeting »%s« with %s was canceled." : "Састанак „%s“ са %s је отказан.",
"The meeting »%s« with %s was updated." : "Састанак »%s« са %s је ажуриран.", "The meeting »%s« with %s was updated." : "Састанак „%s“ са %s је ажуриран.",
"%s invited you to »%s«" : "%s Вас је позвао на »%s«", "%s invited you to »%s«" : "%s Вас је позвао на „%s“",
"CalDAV server" : "CalDAV сервер" "CalDAV server" : "CalDAV сервер"
}, },
"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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "<strong>Догађај</strong> из календара је измењен", "A calendar <strong>event</strong> was modified" : "<strong>Догађај</strong> из календара је измењен",
"A calendar <strong>todo</strong> was modified" : "<strong>Подсетник</strong> из календара је измењен", "A calendar <strong>todo</strong> was modified" : "<strong>Подсетник</strong> из календара је измењен",
"Contact birthdays" : "Рођендани контаката", "Contact birthdays" : "Рођендани контаката",
"%1$s via %2$s" : "%1$s преко %2$s",
"Invitation canceled" : "Позивница отказана", "Invitation canceled" : "Позивница отказана",
"Hello %s," : "Здраво %s,", "Hello %s," : "Здраво %s,",
"The meeting »%1$s« with %2$s was canceled." : "Састанак „%1$s“ са %2$s је отказан.",
"Invitation updated" : "Позивница ажурирана", "Invitation updated" : "Позивница ажурирана",
"The meeting »%1$s« with %2$s was updated." : "Састанак „%1$s“ са %2$s је ажуриран.",
"%1$s invited you to »%2$s«" : "%1$s Вас је позвао на „%2$s“",
"When:" : "Време:", "When:" : "Време:",
"Where:" : "Место:", "Where:" : "Место:",
"Description:" : "Опис:", "Description:" : "Опис:",
@ -71,9 +75,9 @@
"Birthday calendars will be generated by a background job." : "Календари рођендана ће бити генерисани као позадински послови.", "Birthday calendars will be generated by a background job." : "Календари рођендана ће бити генерисани као позадински послови.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Зато можда неће бити видљиви баш одмах по укључивању, али ће се појавити после неког времена.", "Hence they will not be available immediately after enabling but will show up after some time." : "Зато можда неће бити видљиви баш одмах по укључивању, али ће се појавити после неког времена.",
"%s via %s" : "%s путем %s", "%s via %s" : "%s путем %s",
"The meeting »%s« with %s was canceled." : "Састанак »%s« са %s је отказан.", "The meeting »%s« with %s was canceled." : "Састанак „%s“ са %s је отказан.",
"The meeting »%s« with %s was updated." : "Састанак »%s« са %s је ажуриран.", "The meeting »%s« with %s was updated." : "Састанак „%s“ са %s је ажуриран.",
"%s invited you to »%s«" : "%s Вас је позвао на »%s«", "%s invited you to »%s«" : "%s Вас је позвао на „%s“",
"CalDAV server" : "CalDAV сервер" "CalDAV server" : "CalDAV сервер"
},"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);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }

View file

@ -45,7 +45,10 @@ OC.L10N.register(
"Contact birthdays" : "Födelsedagar", "Contact birthdays" : "Födelsedagar",
"Invitation canceled" : "Inbjudan avbruten", "Invitation canceled" : "Inbjudan avbruten",
"Hello %s," : "He %s,", "Hello %s," : "He %s,",
"The meeting »%1$s« with %2$s was canceled." : "Mötet »%1$s« med %2$s avbröts.",
"Invitation updated" : "Inbjudan uppdaterad", "Invitation updated" : "Inbjudan uppdaterad",
"The meeting »%1$s« with %2$s was updated." : "Mötet »%1$s« med %2$s uppdaterades.",
"%1$s invited you to »%2$s«" : "%1$s bjöd in dig till »%2$s«",
"When:" : "När", "When:" : "När",
"Where:" : "Var:", "Where:" : "Var:",
"Description:" : "Beskrivning:", "Description:" : "Beskrivning:",

View file

@ -43,7 +43,10 @@
"Contact birthdays" : "Födelsedagar", "Contact birthdays" : "Födelsedagar",
"Invitation canceled" : "Inbjudan avbruten", "Invitation canceled" : "Inbjudan avbruten",
"Hello %s," : "He %s,", "Hello %s," : "He %s,",
"The meeting »%1$s« with %2$s was canceled." : "Mötet »%1$s« med %2$s avbröts.",
"Invitation updated" : "Inbjudan uppdaterad", "Invitation updated" : "Inbjudan uppdaterad",
"The meeting »%1$s« with %2$s was updated." : "Mötet »%1$s« med %2$s uppdaterades.",
"%1$s invited you to »%2$s«" : "%1$s bjöd in dig till »%2$s«",
"When:" : "När", "When:" : "När",
"Where:" : "Var:", "Where:" : "Var:",
"Description:" : "Beskrivning:", "Description:" : "Beskrivning:",

View file

@ -43,9 +43,13 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi", "A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi",
"A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi", "A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi",
"Contact birthdays" : "Kişi doğum günleri", "Contact birthdays" : "Kişi doğum günleri",
"%1$s via %2$s" : "%1$s, %2$s aracılığıyla",
"Invitation canceled" : "Çağrı iptal edildi", "Invitation canceled" : "Çağrı iptal edildi",
"Hello %s," : "Merhaba %s,", "Hello %s," : "Merhaba %s,",
"The meeting »%1$s« with %2$s was canceled." : "%2$s ile yapılacak »%1$s« görüşmesi iptal edildi.",
"Invitation updated" : "Çağrı güncellendi", "Invitation updated" : "Çağrı güncellendi",
"The meeting »%1$s« with %2$s was updated." : "%2$s ile yapılacak »%1$s« görüşmesi güncellendi.",
"%1$s invited you to »%2$s«" : "%1$s sizi »%2$s« görüşmesine çağırdı",
"When:" : "Zaman:", "When:" : "Zaman:",
"Where:" : "Yer:", "Where:" : "Yer:",
"Description:" : "Açıklama:", "Description:" : "Açıklama:",
@ -70,7 +74,7 @@ OC.L10N.register(
"Send invitations to attendees" : "Katılımcılara çağrıları gönder", "Send invitations to attendees" : "Katılımcılara çağrıları gönder",
"Please make sure to properly set up the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru olarak yaptığınızdan emin olun.", "Please make sure to properly set up the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru olarak yaptığınızdan emin olun.",
"Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun",
"Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi art alan görevi olarak oluşturulur.", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.",
"%s via %s" : "%s, %s aracılığıyla", "%s via %s" : "%s, %s aracılığıyla",
"The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.",

View file

@ -41,9 +41,13 @@
"A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi", "A calendar <strong>event</strong> was modified" : "Bir takvim <strong>etkinliği</strong> düzenlendi",
"A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi", "A calendar <strong>todo</strong> was modified" : "Bir takvim <strong>yapılacak işi</strong> düzenlendi",
"Contact birthdays" : "Kişi doğum günleri", "Contact birthdays" : "Kişi doğum günleri",
"%1$s via %2$s" : "%1$s, %2$s aracılığıyla",
"Invitation canceled" : "Çağrı iptal edildi", "Invitation canceled" : "Çağrı iptal edildi",
"Hello %s," : "Merhaba %s,", "Hello %s," : "Merhaba %s,",
"The meeting »%1$s« with %2$s was canceled." : "%2$s ile yapılacak »%1$s« görüşmesi iptal edildi.",
"Invitation updated" : "Çağrı güncellendi", "Invitation updated" : "Çağrı güncellendi",
"The meeting »%1$s« with %2$s was updated." : "%2$s ile yapılacak »%1$s« görüşmesi güncellendi.",
"%1$s invited you to »%2$s«" : "%1$s sizi »%2$s« görüşmesine çağırdı",
"When:" : "Zaman:", "When:" : "Zaman:",
"Where:" : "Yer:", "Where:" : "Yer:",
"Description:" : "Açıklama:", "Description:" : "Açıklama:",
@ -68,7 +72,7 @@
"Send invitations to attendees" : "Katılımcılara çağrıları gönder", "Send invitations to attendees" : "Katılımcılara çağrıları gönder",
"Please make sure to properly set up the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru olarak yaptığınızdan emin olun.", "Please make sure to properly set up the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru olarak yaptığınızdan emin olun.",
"Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun", "Automatically generate a birthday calendar" : "Doğum günü takvimi otomatik oluşturulsun",
"Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi art alan görevi olarak oluşturulur.", "Birthday calendars will be generated by a background job." : "Bu seçenek etkinleştirildiğinde, doğum günü takvimi arka plan görevi olarak oluşturulur.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.",
"%s via %s" : "%s, %s aracılığıyla", "%s via %s" : "%s, %s aracılığıyla",
"The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.",

View file

@ -12,17 +12,17 @@ OC.L10N.register(
"You updated calendar {calendar}" : "您更新了日历 {calendar}", "You updated calendar {calendar}" : "您更新了日历 {calendar}",
"You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接", "You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接",
"You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接", "You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接",
"{actor} shared calendar {calendar} with you" : "{actor} 收到的日历享 {calendar}", "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历享 {calendar}",
"You shared calendar {calendar} with {user}" : "您与 {user} 享了日历 {calendar}", "You shared calendar {calendar} with {user}" : "您与 {user} 享了日历 {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 享了日历 {calendar}", "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 享了日历 {calendar}",
"{actor} unshared calendar {calendar} from you" : "{actor} 取消享 {calendar} 给您", "{actor} unshared calendar {calendar} from you" : "{actor} 取消享 {calendar} 给您",
"You unshared calendar {calendar} from {user}" : "您取消享给 {user} 的日历 {calendar}", "You unshared calendar {calendar} from {user}" : "您取消享给 {user} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} 取消享给 {uesr} 的日历 {calendar}", "{actor} unshared calendar {calendar} from {user}" : "{actor} 取消享给 {uesr} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} 取消享日历 {calendar}", "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消享日历 {calendar}",
"You shared calendar {calendar} with group {group}" : "您通过组 {group} 享了日历 {calendar}", "You shared calendar {calendar} with group {group}" : "您通过组 {group} 享了日历 {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 享了日历 {calendar}", "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 享了日历 {calendar}",
"You unshared calendar {calendar} from group {group}" : "您取消享给组 {group} 的日历 {calendar}", "You unshared calendar {calendar} from group {group}" : "您取消享给组 {group} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消享给组 {group} 的日历 {calendar}", "{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消享给组 {group} 的日历 {calendar}",
"{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}", "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}",
"You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}", "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}", "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}",

View file

@ -10,17 +10,17 @@
"You updated calendar {calendar}" : "您更新了日历 {calendar}", "You updated calendar {calendar}" : "您更新了日历 {calendar}",
"You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接", "You shared calendar {calendar} as public link" : "您已将日历{calendar}共享为公开链接",
"You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接", "You removed public link for calendar {calendar}" : "您移除了日历{calendar}的公开链接",
"{actor} shared calendar {calendar} with you" : "{actor} 收到的日历享 {calendar}", "{actor} shared calendar {calendar} with you" : "{actor} 收到的日历享 {calendar}",
"You shared calendar {calendar} with {user}" : "您与 {user} 享了日历 {calendar}", "You shared calendar {calendar} with {user}" : "您与 {user} 享了日历 {calendar}",
"{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 享了日历 {calendar}", "{actor} shared calendar {calendar} with {user}" : "{actor} 与 {user} 享了日历 {calendar}",
"{actor} unshared calendar {calendar} from you" : "{actor} 取消享 {calendar} 给您", "{actor} unshared calendar {calendar} from you" : "{actor} 取消享 {calendar} 给您",
"You unshared calendar {calendar} from {user}" : "您取消享给 {user} 的日历 {calendar}", "You unshared calendar {calendar} from {user}" : "您取消享给 {user} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} 取消享给 {uesr} 的日历 {calendar}", "{actor} unshared calendar {calendar} from {user}" : "{actor} 取消享给 {uesr} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} 取消享日历 {calendar}", "{actor} unshared calendar {calendar} from themselves" : "{actor} 取消享日历 {calendar}",
"You shared calendar {calendar} with group {group}" : "您通过组 {group} 享了日历 {calendar}", "You shared calendar {calendar} with group {group}" : "您通过组 {group} 享了日历 {calendar}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 享了日历 {calendar}", "{actor} shared calendar {calendar} with group {group}" : "{actor} 通过组 {group} 享了日历 {calendar}",
"You unshared calendar {calendar} from group {group}" : "您取消享给组 {group} 的日历 {calendar}", "You unshared calendar {calendar} from group {group}" : "您取消享给组 {group} 的日历 {calendar}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消享给组 {group} 的日历 {calendar}", "{actor} unshared calendar {calendar} from group {group}" : "{actor} 取消享给组 {group} 的日历 {calendar}",
"{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}", "{actor} created event {event} in calendar {calendar}" : "{actor} 在日历 {calendar} 中创建了事件 {event}",
"You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}", "You created event {event} in calendar {calendar}" : "您在日历 {calendar} 中创建了事件 {event}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}", "{actor} deleted event {event} from calendar {calendar}" : "{actor} 在日历 {calendar} 中删除了事件 {event}",

View file

@ -21,20 +21,23 @@ OC.L10N.register(
"The old password was not correct, please try again." : "La contrasenya antiga no es correcta, Si us plau, Intenteu-ho de nou.", "The old password was not correct, please try again." : "La contrasenya antiga no es correcta, Si us plau, Intenteu-ho de nou.",
"The current log-in password was not correct, please try again." : "La contrasenya d'inici de sessió actual no era correcta, torneu-ho a provar.", "The current log-in password was not correct, please try again." : "La contrasenya d'inici de sessió actual no era correcta, torneu-ho a provar.",
"Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.", "Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clau privada no vàlida per a l'aplicació de xifrat. Actualitzeu la contrasenya de la clau privada a la vostra configuració personal per recuperar l'accés als vostres fitxers xifrats.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clau privada no và lida per a l'aplicació de xifrat. Actualitzeu la contrasenya de la clau privada a la vostra configuració personal per recuperar l'accés als vostres fitxers xifrats.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'aplicació de xifrat està habilitada, però les vostres claus no s'inicialitzen. Tanqueu la sessió d'inici de sessió i torneu a iniciar sessió.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'aplicació de xifrat està  habilitada, però les vostres claus no s'inicialitzen. Tanqueu la sessió d'inici de sessió i torneu a iniciar sessió.",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Activeu el xifratge del servidor en la configuració de l'administrador per poder utilitzar el mòdul de xifratge.", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Activeu el xifratge del servidor en la configuració de l'administrador per poder utilitzar el mòdul de xifratge.",
"Encryption app is enabled and ready" : "L'aplicació de xifrat està habilitada i preparada", "Encryption app is enabled and ready" : "L'aplicació de xifrat està  habilitada i preparada",
"Bad Signature" : "Signatura incorrecta", "Bad Signature" : "Signatura incorrecta",
"Missing Signature" : "Falta Signatura", "Missing Signature" : "Falta Signatura",
"one-time password for server-side-encryption" : "contrasenya única per al xifrat del costat del servidor", "one-time password for server-side-encryption" : "contrasenya única per al xifrat del costat del servidor",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb và³s.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.",
"Default encryption module" : "Mòdul de xifrat per defecte", "Default encryption module" : "Mòdul de xifrat per defecte",
"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" : "Hola,\n\nl'administrador ha activat l'encriptació de part del servidor. Els teus fitxers s'han encriptat utilitzant la contrasenya '%s'.\n\nInicia sessió a la web, vés a la secció 'encriptació bàsica' de la teva configuració personal i actualitza la contrasenya antiga substituint-la per aquesta altra.\n\n", "Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifrat de servidor",
"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." : "Per utilitzar aquest mòdul criptogràfic sha de permetre encriptació\n\t\tal servidor en la configuració d'admin. Una vegada activat, aquest mòdul xifrarà\n\t\ttots els seus arxius de forma transparent. L'encriptació està basada en claus de AES 256.\n\t\tEl mòdul no tocarà arxius existents, només els nous arxius nous sencriptaràn després\n\t\tdactivar la encriptació des del servidor. No és possible desactivar\n\t\tl'encriptació i tornar a un sistema sense encriptació.\n\t\tSi us plau llegiu la documentació per saber totes les implicacions abans de decidir\n\t\tactivar lencriptació des del servidor.",
"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" : "Hola,\n\nl'administrador ha activat l'encriptació de part del servidor. Els teus fitxers s'han encriptat utilitzant la contrasenya '%s'.\n\nInicia sessió a la web, vés a la secció 'encriptació bà sica' de la teva configuració personal i actualitza la contrasenya antiga substituint-la per aquesta altra.\n\n",
"The share will expire on %s." : "La compartició venç el %s.", "The share will expire on %s." : "La compartició venç el %s.",
"Cheers!" : "Salut!", "Cheers!" : "Salut!",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", "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>" : "Hola,<br><br>l'admin ha activat encriptació des del servidor. Els fitxers s'encriptaràn utilitzant la contrasenya <strong>%s</strong>. <br><br>Si us plau connectar-se a la interfície web, aneu a la secció \"mòdul d'encriptació bàsica” de la configuració personal i actualitzar la contrasenya d'encriptació introduint aquesta contrasenya al camp “anterior contrasenya dentrada” i la teva contrasenya dentrada actual.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està  activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.",
"Encrypt the home storage" : "Xifra l'emmagatzematge de casa", "Encrypt the home storage" : "Xifra l'emmagatzematge de casa",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció xifra tots els fitxers emmagatzemats a l'emmagatzematge principal, en cas contrari, només es codificaran els fitxers en emmagatzematge extern", "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció xifra tots els fitxers emmagatzemats a l'emmagatzematge principal, en cas contrari, només es codificaran els fitxers en emmagatzematge extern",
"Enable recovery key" : "Activa la clau de recuperació", "Enable recovery key" : "Activa la clau de recuperació",
@ -47,7 +50,7 @@ OC.L10N.register(
"New recovery key password" : "Nova contrasenya de clau de recuperació", "New recovery key password" : "Nova contrasenya de clau de recuperació",
"Repeat new recovery key password" : "Repetiu la contrasenya de la clau de recuperació nova", "Repeat new recovery key password" : "Repetiu la contrasenya de la clau de recuperació nova",
"Change Password" : "Canvia la contrasenya", "Change Password" : "Canvia la contrasenya",
"Basic encryption module" : "Mòdul bàsic de xifratge", "Basic encryption module" : "Mòdul bà sic de xifratge",
"Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:", "Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:",
"Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:", "Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.",
@ -55,7 +58,7 @@ OC.L10N.register(
"Current log-in password" : "Contrasenya d'accés actual", "Current log-in password" : "Contrasenya d'accés actual",
"Update Private Key Password" : "Actualitza la contrasenya de clau privada", "Update Private Key Password" : "Actualitza la contrasenya de clau privada",
"Enable password recovery:" : "Habilita la recuperació de contrasenya:", "Enable password recovery:" : "Habilita la recuperació de contrasenya:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà  obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya",
"Enabled" : "Activat", "Enabled" : "Activat",
"Disabled" : "Desactivat", "Disabled" : "Desactivat",
"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" : "Necessiteu migrar les claus de xifratge des del xifratge antic (ownCloud <= 8.0) al nou. Si us plau, executeu 'encryption d'occ: migrate' o poseu-vos en contacte amb l'administrador" "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" : "Necessiteu migrar les claus de xifratge des del xifratge antic (ownCloud <= 8.0) al nou. Si us plau, executeu 'encryption d'occ: migrate' o poseu-vos en contacte amb l'administrador"

View file

@ -19,20 +19,23 @@
"The old password was not correct, please try again." : "La contrasenya antiga no es correcta, Si us plau, Intenteu-ho de nou.", "The old password was not correct, please try again." : "La contrasenya antiga no es correcta, Si us plau, Intenteu-ho de nou.",
"The current log-in password was not correct, please try again." : "La contrasenya d'inici de sessió actual no era correcta, torneu-ho a provar.", "The current log-in password was not correct, please try again." : "La contrasenya d'inici de sessió actual no era correcta, torneu-ho a provar.",
"Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.", "Private key password successfully updated." : "La contrasenya de la clau privada s'ha actualitzat.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clau privada no vàlida per a l'aplicació de xifrat. Actualitzeu la contrasenya de la clau privada a la vostra configuració personal per recuperar l'accés als vostres fitxers xifrats.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clau privada no và lida per a l'aplicació de xifrat. Actualitzeu la contrasenya de la clau privada a la vostra configuració personal per recuperar l'accés als vostres fitxers xifrats.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'aplicació de xifrat està habilitada, però les vostres claus no s'inicialitzen. Tanqueu la sessió d'inici de sessió i torneu a iniciar sessió.", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "L'aplicació de xifrat està  habilitada, però les vostres claus no s'inicialitzen. Tanqueu la sessió d'inici de sessió i torneu a iniciar sessió.",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Activeu el xifratge del servidor en la configuració de l'administrador per poder utilitzar el mòdul de xifratge.", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Activeu el xifratge del servidor en la configuració de l'administrador per poder utilitzar el mòdul de xifratge.",
"Encryption app is enabled and ready" : "L'aplicació de xifrat està habilitada i preparada", "Encryption app is enabled and ready" : "L'aplicació de xifrat està  habilitada i preparada",
"Bad Signature" : "Signatura incorrecta", "Bad Signature" : "Signatura incorrecta",
"Missing Signature" : "Falta Signatura", "Missing Signature" : "Falta Signatura",
"one-time password for server-side-encryption" : "contrasenya única per al xifrat del costat del servidor", "one-time password for server-side-encryption" : "contrasenya única per al xifrat del costat del servidor",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb vós.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot desencriptar aquest fitxer, probablement és un fitxer compartit. Demaneu al propietari del fitxer que el comparteixi de nou amb và³s.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es pot llegir aquest fitxer, probablement aquest sigui un fitxer compartit. Demana al propietari del fitxer que torni a compartir el fitxer amb tu.",
"Default encryption module" : "Mòdul de xifrat per defecte", "Default encryption module" : "Mòdul de xifrat per defecte",
"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" : "Hola,\n\nl'administrador ha activat l'encriptació de part del servidor. Els teus fitxers s'han encriptat utilitzant la contrasenya '%s'.\n\nInicia sessió a la web, vés a la secció 'encriptació bàsica' de la teva configuració personal i actualitza la contrasenya antiga substituint-la per aquesta altra.\n\n", "Default encryption module for server-side encryption" : "Mòdul criptogràfic per defecte per a xifrat de servidor",
"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." : "Per utilitzar aquest mòdul criptogràfic sha de permetre encriptació\n\t\tal servidor en la configuració d'admin. Una vegada activat, aquest mòdul xifrarà\n\t\ttots els seus arxius de forma transparent. L'encriptació està basada en claus de AES 256.\n\t\tEl mòdul no tocarà arxius existents, només els nous arxius nous sencriptaràn després\n\t\tdactivar la encriptació des del servidor. No és possible desactivar\n\t\tl'encriptació i tornar a un sistema sense encriptació.\n\t\tSi us plau llegiu la documentació per saber totes les implicacions abans de decidir\n\t\tactivar lencriptació des del servidor.",
"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" : "Hola,\n\nl'administrador ha activat l'encriptació de part del servidor. Els teus fitxers s'han encriptat utilitzant la contrasenya '%s'.\n\nInicia sessió a la web, vés a la secció 'encriptació bà sica' de la teva configuració personal i actualitza la contrasenya antiga substituint-la per aquesta altra.\n\n",
"The share will expire on %s." : "La compartició venç el %s.", "The share will expire on %s." : "La compartició venç el %s.",
"Cheers!" : "Salut!", "Cheers!" : "Salut!",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.", "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>" : "Hola,<br><br>l'admin ha activat encriptació des del servidor. Els fitxers s'encriptaràn utilitzant la contrasenya <strong>%s</strong>. <br><br>Si us plau connectar-se a la interfície web, aneu a la secció \"mòdul d'encriptació bàsica” de la configuració personal i actualitzar la contrasenya d'encriptació introduint aquesta contrasenya al camp “anterior contrasenya dentrada” i la teva contrasenya dentrada actual.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "L'aplicació d'encriptació està  activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.",
"Encrypt the home storage" : "Xifra l'emmagatzematge de casa", "Encrypt the home storage" : "Xifra l'emmagatzematge de casa",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció xifra tots els fitxers emmagatzemats a l'emmagatzematge principal, en cas contrari, només es codificaran els fitxers en emmagatzematge extern", "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Si activeu aquesta opció xifra tots els fitxers emmagatzemats a l'emmagatzematge principal, en cas contrari, només es codificaran els fitxers en emmagatzematge extern",
"Enable recovery key" : "Activa la clau de recuperació", "Enable recovery key" : "Activa la clau de recuperació",
@ -45,7 +48,7 @@
"New recovery key password" : "Nova contrasenya de clau de recuperació", "New recovery key password" : "Nova contrasenya de clau de recuperació",
"Repeat new recovery key password" : "Repetiu la contrasenya de la clau de recuperació nova", "Repeat new recovery key password" : "Repetiu la contrasenya de la clau de recuperació nova",
"Change Password" : "Canvia la contrasenya", "Change Password" : "Canvia la contrasenya",
"Basic encryption module" : "Mòdul bàsic de xifratge", "Basic encryption module" : "Mòdul bà sic de xifratge",
"Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:", "Your private key password no longer matches your log-in password." : "La clau privada ja no es correspon amb la contrasenya d'accés:",
"Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:", "Set your old private key password to your current log-in password:" : "Establiu la vostra antiga clau privada a l'actual contrasenya d'accés:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.", " If you don't remember your old password you can ask your administrator to recover your files." : "Si no recordeu la contrasenya anterior podeu demanar a l'administrador que recuperi els vostres fitxers.",
@ -53,7 +56,7 @@
"Current log-in password" : "Contrasenya d'accés actual", "Current log-in password" : "Contrasenya d'accés actual",
"Update Private Key Password" : "Actualitza la contrasenya de clau privada", "Update Private Key Password" : "Actualitza la contrasenya de clau privada",
"Enable password recovery:" : "Habilita la recuperació de contrasenya:", "Enable password recovery:" : "Habilita la recuperació de contrasenya:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Activar aquesta opció us permetrà  obtenir de nou accés als vostres fitxers encriptats en cas de perdre la contrasenya",
"Enabled" : "Activat", "Enabled" : "Activat",
"Disabled" : "Desactivat", "Disabled" : "Desactivat",
"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" : "Necessiteu migrar les claus de xifratge des del xifratge antic (ownCloud <= 8.0) al nou. Si us plau, executeu 'encryption d'occ: migrate' o poseu-vos en contacte amb l'administrador" "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" : "Necessiteu migrar les claus de xifratge des del xifratge antic (ownCloud <= 8.0) al nou. Si us plau, executeu 'encryption d'occ: migrate' o poseu-vos en contacte amb l'administrador"

View file

@ -16,14 +16,14 @@ OC.L10N.register(
"Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.", "Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.",
"Recovery Key disabled" : "Visszaállítási kulcs letilva", "Recovery Key disabled" : "Visszaállítási kulcs letilva",
"Recovery Key enabled" : "Visszaállítási kulcs engedélyezve", "Recovery Key enabled" : "Visszaállítási kulcs engedélyezve",
"Could not enable the recovery key, please try again or contact your administrator" : "Nem sikerült engedélyezni a visszaállítási kulcsot, kérlek próbáld újra vagy lép kapcsolatba az adminisztrátorral", "Could not enable the recovery key, please try again or contact your administrator" : "Nem sikerült engedélyezni a visszaállítási kulcsot, kérlek próbáld újra vagy lép kapcsolatba a rendszergazdával",
"Could not update the private key password." : "Nem sikerült frissíteni a privát kulcs jelszavát.", "Could not update the private key password." : "Nem sikerült frissíteni a titkos kulcs jelszavát.",
"The old password was not correct, please try again." : "A régi jelszó nem volt helyes, kérlek próbáld újra.", "The old password was not correct, please try again." : "A régi jelszó nem volt helyes, kérlek próbáld újra.",
"The current log-in password was not correct, please try again." : "Az aktuális bejelentkezési jelszó nem volt helyes, kérlek próbáld újra.", "The current log-in password was not correct, please try again." : "Az aktuális bejelentkezési jelszó nem volt helyes, kérlek próbáld újra.",
"Private key password successfully updated." : "A személyes kulcsának jelszava frissítésre került.", "Private key password successfully updated." : "A titkos kulcs jelszava frissítésre került.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A titkosító alkalmazás privát kulcsa érvénytelen. A titkosított fájljaidhoz való hozzáféréshez frissítsd a privát kulcsod jelszavát a személyes beállításoknál.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A titkosító alkalmazás titkos kulcsa érvénytelen. A titkosított fájljaidhoz való hozzáféréshez frissítsd a titkos kulcsod jelszavát a személyes beállításoknál.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A fájlok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérlek, hogy jelentkezz ki, és lépj be újra!", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A fájlok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérlek, hogy jelentkezz ki, és lépj be újra!",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Kérem engedélyezze a szerver oldali titkosítást az adminisztrátor beállítasokban ahhoz, hogy a titkosítás modult tudja használni.", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Kérem engedélyezze a szerver oldali titkosítást a rendszergazdai beállításokban ahhoz, hogy a titkosítás modult tudja használni.",
"Encryption app is enabled and ready" : "A titkosító alkalmazás engedélyezve és készen áll", "Encryption app is enabled and ready" : "A titkosító alkalmazás engedélyezve és készen áll",
"Bad Signature" : "Rossz aláírás", "Bad Signature" : "Rossz aláírás",
"Missing Signature" : "Hiányzó aláírás", "Missing Signature" : "Hiányzó aláírás",
@ -31,10 +31,10 @@ 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." : "A fájlt nem sikerült visszafejteni, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy újra ossza meg veled ezt az állományt!", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájlt nem sikerült visszafejteni, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy újra ossza meg veled ezt az állományt!",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérd meg a tulajdonosát, hogy ossza meg veled újra ezt a fájlt.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérd meg a tulajdonosát, hogy ossza meg veled újra ezt a fájlt.",
"Default encryption module" : "Alapértelmezett titkosítási modul", "Default encryption module" : "Alapértelmezett titkosítási modul",
"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" : "Szia!\n\nAz adminisztrátor bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: '%s'.\n\nKérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.\n\n", "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" : "Szia!\n\nA rendszergazda bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: '%s'.\n\nKérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.\n\n",
"The share will expire on %s." : "A megosztás lejár ekkor %s", "The share will expire on %s." : "A megosztás lejár ekkor %s",
"Cheers!" : "Üdv.", "Cheers!" : "Üdv.",
"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>" : "Szia!<br><br>Az adminisztrátor bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: <strong>%s</strong>.<br><br>Kérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.<br><br>", "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>" : "Szia!<br><br>A rendszergazda bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: <strong>%s</strong>.<br><br>Kérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezve van, de a kulcsaid még nincsenek inicializálva. Kérlek lépj ki, majd lépj be újra", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezve van, de a kulcsaid még nincsenek inicializálva. Kérlek lépj ki, majd lépj be újra",
"Encrypt the home storage" : "Helyi tároló titkosítása", "Encrypt the home storage" : "Helyi tároló titkosítása",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva", "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva",
@ -49,16 +49,16 @@ OC.L10N.register(
"Repeat new recovery key password" : "Ismételd meg az új helyreállítási kulcs jelszavát", "Repeat new recovery key password" : "Ismételd meg az új helyreállítási kulcs jelszavát",
"Change Password" : "Jelszó megváltoztatása", "Change Password" : "Jelszó megváltoztatása",
"Basic encryption module" : "Alap titkosítási modul", "Basic encryption module" : "Alap titkosítási modul",
"Your private key password no longer matches your log-in password." : "A privát kulcs jelszavad már nem egyezik meg a bejelentkezési jelszavaddal. ", "Your private key password no longer matches your log-in password." : "A titkos kulcs jelszavad már nem egyezik meg a bejelentkezési jelszavaddal. ",
"Set your old private key password to your current log-in password:" : "Állítsd át a régi privát kulcs jelszavadat az aktuális bejelentkezési jelszavadra:", "Set your old private key password to your current log-in password:" : "Állítsd át a régi titkos kulcs jelszavadat az aktuális bejelentkezési jelszavadra:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza a fájljait.", " If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza a fájljait.",
"Old log-in password" : "Régi bejelentkezési jelszó", "Old log-in password" : "Régi bejelentkezési jelszó",
"Current log-in password" : "Jelenlegi bejelentkezési jelszó", "Current log-in password" : "Jelenlegi bejelentkezési jelszó",
"Update Private Key Password" : "A személyest kulcs jelszó frissítése", "Update Private Key Password" : "A titkos kulcs jelszavának frissítése",
"Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása", "Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított fájlok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított fájlok tartalmát visszanyerjük abban az esetben, ha elfelejted a jelszavat",
"Enabled" : "Bekapcsolva", "Enabled" : "Bekapcsolva",
"Disabled" : "Kikapcsolva", "Disabled" : "Kikapcsolva",
"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" : "Migrálni kell a titkosítási kulcsaidat a rég titkosításról (ownCloud <= 8.0) az újra. Kérlek futtasd az 'occ encryption:migrate' parancsot, vagy lépj kapcsolatba az adminisztrátorral" "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" : "Át kell telepíteni a titkosítási kulcsaidat a rég titkosításról (ownCloud <= 8.0) az újra. Kérlek futtasd az 'occ encryption:migrate' parancsot, vagy lépj kapcsolatba a rendszergazdával."
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -14,14 +14,14 @@
"Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.", "Could not change the password. Maybe the old password was not correct." : "A jelszót nem lehet megváltoztatni! Lehet, hogy hibás volt a régi jelszó.",
"Recovery Key disabled" : "Visszaállítási kulcs letilva", "Recovery Key disabled" : "Visszaállítási kulcs letilva",
"Recovery Key enabled" : "Visszaállítási kulcs engedélyezve", "Recovery Key enabled" : "Visszaállítási kulcs engedélyezve",
"Could not enable the recovery key, please try again or contact your administrator" : "Nem sikerült engedélyezni a visszaállítási kulcsot, kérlek próbáld újra vagy lép kapcsolatba az adminisztrátorral", "Could not enable the recovery key, please try again or contact your administrator" : "Nem sikerült engedélyezni a visszaállítási kulcsot, kérlek próbáld újra vagy lép kapcsolatba a rendszergazdával",
"Could not update the private key password." : "Nem sikerült frissíteni a privát kulcs jelszavát.", "Could not update the private key password." : "Nem sikerült frissíteni a titkos kulcs jelszavát.",
"The old password was not correct, please try again." : "A régi jelszó nem volt helyes, kérlek próbáld újra.", "The old password was not correct, please try again." : "A régi jelszó nem volt helyes, kérlek próbáld újra.",
"The current log-in password was not correct, please try again." : "Az aktuális bejelentkezési jelszó nem volt helyes, kérlek próbáld újra.", "The current log-in password was not correct, please try again." : "Az aktuális bejelentkezési jelszó nem volt helyes, kérlek próbáld újra.",
"Private key password successfully updated." : "A személyes kulcsának jelszava frissítésre került.", "Private key password successfully updated." : "A titkos kulcs jelszava frissítésre került.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A titkosító alkalmazás privát kulcsa érvénytelen. A titkosított fájljaidhoz való hozzáféréshez frissítsd a privát kulcsod jelszavát a személyes beállításoknál.", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A titkosító alkalmazás titkos kulcsa érvénytelen. A titkosított fájljaidhoz való hozzáféréshez frissítsd a titkos kulcsod jelszavát a személyes beállításoknál.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A fájlok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérlek, hogy jelentkezz ki, és lépj be újra!", "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A fájlok titkosítása engedélyezve van, de az Ön titkos kulcsai nincsenek beállítva. Ezért kérlek, hogy jelentkezz ki, és lépj be újra!",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Kérem engedélyezze a szerver oldali titkosítást az adminisztrátor beállítasokban ahhoz, hogy a titkosítás modult tudja használni.", "Please enable server side encryption in the admin settings in order to use the encryption module." : "Kérem engedélyezze a szerver oldali titkosítást a rendszergazdai beállításokban ahhoz, hogy a titkosítás modult tudja használni.",
"Encryption app is enabled and ready" : "A titkosító alkalmazás engedélyezve és készen áll", "Encryption app is enabled and ready" : "A titkosító alkalmazás engedélyezve és készen áll",
"Bad Signature" : "Rossz aláírás", "Bad Signature" : "Rossz aláírás",
"Missing Signature" : "Hiányzó aláírás", "Missing Signature" : "Hiányzó aláírás",
@ -29,10 +29,10 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájlt nem sikerült visszafejteni, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy újra ossza meg veled ezt az állományt!", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájlt nem sikerült visszafejteni, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy újra ossza meg veled ezt az állományt!",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérd meg a tulajdonosát, hogy ossza meg veled újra ezt a fájlt.", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérd meg a tulajdonosát, hogy ossza meg veled újra ezt a fájlt.",
"Default encryption module" : "Alapértelmezett titkosítási modul", "Default encryption module" : "Alapértelmezett titkosítási modul",
"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" : "Szia!\n\nAz adminisztrátor bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: '%s'.\n\nKérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.\n\n", "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" : "Szia!\n\nA rendszergazda bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: '%s'.\n\nKérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.\n\n",
"The share will expire on %s." : "A megosztás lejár ekkor %s", "The share will expire on %s." : "A megosztás lejár ekkor %s",
"Cheers!" : "Üdv.", "Cheers!" : "Üdv.",
"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>" : "Szia!<br><br>Az adminisztrátor bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: <strong>%s</strong>.<br><br>Kérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.<br><br>", "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>" : "Szia!<br><br>A rendszergazda bekapcsolta a szerver-oldali titkosítást. A fájljaid ezzel a jelszóval lettek titkosítva: <strong>%s</strong>.<br><br>Kérlek jelentkezz be a webes felületre és a személyes beállítások 'alap titkosítási modul' szekcióban frissítsd a titkosítási jelszavad, úgy hogy megadod a 'régi bejelentkezési jelszó' mezőben ezt a jelszót, majd az aktuális bejelentkezési jelszavad.<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezve van, de a kulcsaid még nincsenek inicializálva. Kérlek lépj ki, majd lépj be újra", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezve van, de a kulcsaid még nincsenek inicializálva. Kérlek lépj ki, majd lépj be újra",
"Encrypt the home storage" : "Helyi tároló titkosítása", "Encrypt the home storage" : "Helyi tároló titkosítása",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva", "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "A lehetőség engedélyezésekor minden fájlt titkosít a fő tárolóban, egyébként csak a külső tárolókon lévő fájlok lesznek titkosítva",
@ -47,16 +47,16 @@
"Repeat new recovery key password" : "Ismételd meg az új helyreállítási kulcs jelszavát", "Repeat new recovery key password" : "Ismételd meg az új helyreállítási kulcs jelszavát",
"Change Password" : "Jelszó megváltoztatása", "Change Password" : "Jelszó megváltoztatása",
"Basic encryption module" : "Alap titkosítási modul", "Basic encryption module" : "Alap titkosítási modul",
"Your private key password no longer matches your log-in password." : "A privát kulcs jelszavad már nem egyezik meg a bejelentkezési jelszavaddal. ", "Your private key password no longer matches your log-in password." : "A titkos kulcs jelszavad már nem egyezik meg a bejelentkezési jelszavaddal. ",
"Set your old private key password to your current log-in password:" : "Állítsd át a régi privát kulcs jelszavadat az aktuális bejelentkezési jelszavadra:", "Set your old private key password to your current log-in password:" : "Állítsd át a régi titkos kulcs jelszavadat az aktuális bejelentkezési jelszavadra:",
" If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza a fájljait.", " If you don't remember your old password you can ask your administrator to recover your files." : "Ha nem emlékszik a régi jelszavára akkor megkérheti a rendszergazdát, hogy állítsa vissza a fájljait.",
"Old log-in password" : "Régi bejelentkezési jelszó", "Old log-in password" : "Régi bejelentkezési jelszó",
"Current log-in password" : "Jelenlegi bejelentkezési jelszó", "Current log-in password" : "Jelenlegi bejelentkezési jelszó",
"Update Private Key Password" : "A személyest kulcs jelszó frissítése", "Update Private Key Password" : "A titkos kulcs jelszavának frissítése",
"Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása", "Enable password recovery:" : "Jelszó-visszaállítás bekapcsolása",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított fájlok tartalmát visszanyerjük abban az esetben, ha elfelejti a jelszavát", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Ez az opció lehetővé teszi, hogy a titkosított fájlok tartalmát visszanyerjük abban az esetben, ha elfelejted a jelszavat",
"Enabled" : "Bekapcsolva", "Enabled" : "Bekapcsolva",
"Disabled" : "Kikapcsolva", "Disabled" : "Kikapcsolva",
"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" : "Migrálni kell a titkosítási kulcsaidat a rég titkosításról (ownCloud <= 8.0) az újra. Kérlek futtasd az 'occ encryption:migrate' parancsot, vagy lépj kapcsolatba az adminisztrátorral" "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" : "Át kell telepíteni a titkosítási kulcsaidat a rég titkosításról (ownCloud <= 8.0) az újra. Kérlek futtasd az 'occ encryption:migrate' parancsot, vagy lépj kapcsolatba a rendszergazdával."
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -28,11 +28,11 @@ OC.L10N.register(
"Bad Signature" : "签名已损坏", "Bad Signature" : "签名已损坏",
"Missing Signature" : "签名已丢失", "Missing Signature" : "签名已丢失",
"one-time password for server-side-encryption" : "用于服务器端加密的一次性密码", "one-time password for server-side-encryption" : "用于服务器端加密的一次性密码",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您享这个文件。", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您享这个文件。",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请让文件所有者重新共享该文件。", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请让文件所有者重新共享该文件。",
"Default encryption module" : "默认加密模块", "Default encryption module" : "默认加密模块",
"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" : "您好,\n管理员已启用服务器端加密您的文件已使用密码 '%s' 加密。\n\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。\n", "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" : "您好,\n管理员已启用服务器端加密您的文件已使用密码 '%s' 加密。\n\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。\n",
"The share will expire on %s." : "此享将在 %s 过期。", "The share will expire on %s." : "此享将在 %s 过期。",
"Cheers!" : "干杯!", "Cheers!" : "干杯!",
"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>" : "您好,<br><br>管理员已启用服务器端加密,您的文件已使用密码 <strong>%s</strong> 加密。<br><br>\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。<br><br>", "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>" : "您好,<br><br>管理员已启用服务器端加密,您的文件已使用密码 <strong>%s</strong> 加密。<br><br>\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用程序已启用,但您的密钥未初始化,请注销并再次登录", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用程序已启用,但您的密钥未初始化,请注销并再次登录",

View file

@ -26,11 +26,11 @@
"Bad Signature" : "签名已损坏", "Bad Signature" : "签名已损坏",
"Missing Signature" : "签名已丢失", "Missing Signature" : "签名已丢失",
"one-time password for server-side-encryption" : "用于服务器端加密的一次性密码", "one-time password for server-side-encryption" : "用于服务器端加密的一次性密码",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您享这个文件。", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : " 无法解密这个文件(或许这是一个共享文件?),请询问文件所有者重新与您享这个文件。",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请让文件所有者重新共享该文件。", "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请让文件所有者重新共享该文件。",
"Default encryption module" : "默认加密模块", "Default encryption module" : "默认加密模块",
"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" : "您好,\n管理员已启用服务器端加密您的文件已使用密码 '%s' 加密。\n\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。\n", "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" : "您好,\n管理员已启用服务器端加密您的文件已使用密码 '%s' 加密。\n\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。\n",
"The share will expire on %s." : "此享将在 %s 过期。", "The share will expire on %s." : "此享将在 %s 过期。",
"Cheers!" : "干杯!", "Cheers!" : "干杯!",
"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>" : "您好,<br><br>管理员已启用服务器端加密,您的文件已使用密码 <strong>%s</strong> 加密。<br><br>\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。<br><br>", "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>" : "您好,<br><br>管理员已启用服务器端加密,您的文件已使用密码 <strong>%s</strong> 加密。<br><br>\n请登陆网页界面进入个人设置中的“基础加密模块”部分在“旧登陆密码”处输入上述密码并输入您的当前登陆密码即可更新加密密码。<br><br>",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用程序已启用,但您的密钥未初始化,请注销并再次登录", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用程序已启用,但您的密钥未初始化,请注销并再次登录",

View file

@ -19,8 +19,10 @@ 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í.", "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).", "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í.", "It is not allowed to send federated group shares from this server." : "Z tohoto serveru není povoleno posílat federovaná skupinová sdílení.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Sdílení %1$s se nezdařilo, protože tato položka už je sdílena s %2$s",
"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", "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 už sdílen s %s", "File is already shared with %s" : "Soubor je už sdílen s %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %1$s se nezdařilo, %2$s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.",
"Could not find share" : "Nedaří se 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 \"%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 {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})",

View file

@ -17,8 +17,10 @@
"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í.", "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).", "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í.", "It is not allowed to send federated group shares from this server." : "Z tohoto serveru není povoleno posílat federovaná skupinová sdílení.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Sdílení %1$s se nezdařilo, protože tato položka už je sdílena s %2$s",
"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", "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 už sdílen s %s", "File is already shared with %s" : "Soubor je už sdílen s %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sdílení %1$s se nezdařilo, %2$s se nepodařilo nalézt, server pravděpodobně právě není dostupný nebo používá self-signed certifikát.",
"Could not find share" : "Nedaří se 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 \"%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 {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})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Du erhälst eine Einladung. Bitte prüfe deine Benachrichtigungen. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Du erhälst eine Einladung. Bitte prüfe deine Benachrichtigungen. ",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht erlaubt.", "It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht erlaubt.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Objekt schon mit %2$s geteilt wird",
"Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt",
"File is already shared with %s" : "Datei wird bereits mit %s geteilt", "File is already shared with %s" : "Datei wird bereits mit %s geteilt",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %1$s fehlgeschlagen, da %2$s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.",
"Could not find share" : "Freigabe konnte nicht gefunden werden", "Could not find share" : "Freigabe konnte nicht gefunden werden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine externe Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine externe Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine externe Freigabe von {user} empfangen (im Auftrag von {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine externe Freigabe von {user} empfangen (im Auftrag von {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Du erhälst eine Einladung. Bitte prüfe deine Benachrichtigungen. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Du erhälst eine Einladung. Bitte prüfe deine Benachrichtigungen. ",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht erlaubt.", "It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht erlaubt.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Objekt schon mit %2$s geteilt wird",
"Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt",
"File is already shared with %s" : "Datei wird bereits mit %s geteilt", "File is already shared with %s" : "Datei wird bereits mit %s geteilt",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %1$s fehlgeschlagen, da %2$s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.",
"Could not find share" : "Freigabe konnte nicht gefunden werden", "Could not find share" : "Freigabe konnte nicht gefunden werden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine externe Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Du hast \"%3$s\" als eine externe Freigabe von \"%1$s\" empfangen (im Auftrag von %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine externe Freigabe von {user} empfangen (im Auftrag von {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Du hast {share} als eine externe Freigabe von {user} empfangen (im Auftrag von {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Sie erhalten eine Einladung. Bitte prüfen Sie Ihre Benachrichtigungen. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Sie erhalten eine Einladung. Bitte prüfen Sie Ihre Benachrichtigungen. ",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht zugelassen.", "It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht zugelassen.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Element schon mit %2$s geteilt wird",
"Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt",
"File is already shared with %s" : "Datei wird bereits geteilt mit %s", "File is already shared with %s" : "Datei wird bereits geteilt mit %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %1$s fehlgeschlagen, da %2$s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.",
"Could not find share" : "Freigabe konnte nicht gefunden werden", "Could not find share" : "Freigabe konnte nicht gefunden werden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine externe Freigabe von \"%1$s\" (im Auftrag von %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine externe Freigabe von \"%1$s\" (im Auftrag von %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine externe Freigabe von {user} (im Auftrag von {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine externe Freigabe von {user} (im Auftrag von {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Sie erhalten eine Einladung. Bitte prüfen Sie Ihre Benachrichtigungen. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Anfrage zum Federated-Share war erfolgreich. Sie erhalten eine Einladung. Bitte prüfen Sie Ihre Benachrichtigungen. ",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Federated-Share konnte nicht aufgebaut werden, da der Zielserver eine zu alte Version verwendet (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht zugelassen.", "It is not allowed to send federated group shares from this server." : "Das Erstellen einer Federated Cloud Freigabe ist von diesem Server aus nicht zugelassen.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Element schon mit %2$s geteilt wird",
"Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt", "Not allowed to create a federated share with the same user" : "Das Erstellen einer Federated Cloud Freigabe mit dem gleichen Benutzer ist nicht erlaubt",
"File is already shared with %s" : "Datei wird bereits geteilt mit %s", "File is already shared with %s" : "Datei wird bereits geteilt mit %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Freigabe von %1$s fehlgeschlagen, da %2$s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar oder nutzt ein selbst zertifiziertes Zertifikat.",
"Could not find share" : "Freigabe konnte nicht gefunden werden", "Could not find share" : "Freigabe konnte nicht gefunden werden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine externe Freigabe von \"%1$s\" (im Auftrag von %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Sie empfingen \"%3$s\" als eine externe Freigabe von \"%1$s\" (im Auftrag von %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine externe Freigabe von {user} (im Auftrag von {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Sie empfingen {share} als eine externe Freigabe von {user} (im Auftrag von {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirás una invitación. Comprueba tus notificaciones.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirás una invitación. Comprueba tus notificaciones.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un compartido federado, parece ser que el servidor a federar es demasiado antiguo (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un compartido federado, parece ser que el servidor a federar es demasiado antiguo (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "No está permitido enviar compartidos de grupos federados desde este servidor.", "It is not allowed to send federated group shares from this server." : "No está permitido enviar compartidos de grupos federados desde este servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Compartir %1$s ha fallado porque este objeto ya se comparte con %2$s",
"Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario", "Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario",
"File is already shared with %s" : "El archivo ya está siendo compartido con %s", "File is already shared with %s" : "El archivo ya está siendo compartido con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartir %1$s ha fallado, no se ha podido encontrar %2$s, quizás el servidor no se puede alcanzar ahora mismo o usa un certificado autofirmado.",
"Could not find share" : "No se ha podido encontrar el compartido", "Could not find share" : "No se ha podido encontrar el compartido",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un recurso compartido remoto de {user} (en nombre de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un recurso compartido remoto de {user} (en nombre de {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirás una invitación. Comprueba tus notificaciones.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirás una invitación. Comprueba tus notificaciones.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un compartido federado, parece ser que el servidor a federar es demasiado antiguo (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un compartido federado, parece ser que el servidor a federar es demasiado antiguo (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "No está permitido enviar compartidos de grupos federados desde este servidor.", "It is not allowed to send federated group shares from this server." : "No está permitido enviar compartidos de grupos federados desde este servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Compartir %1$s ha fallado porque este objeto ya se comparte con %2$s",
"Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario", "Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario",
"File is already shared with %s" : "El archivo ya está siendo compartido con %s", "File is already shared with %s" : "El archivo ya está siendo compartido con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartir %1$s ha fallado, no se ha podido encontrar %2$s, quizás el servidor no se puede alcanzar ahora mismo o usa un certificado autofirmado.",
"Could not find share" : "No se ha podido encontrar el compartido", "Could not find share" : "No se ha podido encontrar el compartido",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un recurso compartido remoto de {user} (en nombre de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un recurso compartido remoto de {user} (en nombre de {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Demande de partage fédéré envoyée, vous allez recevoir une invitation. Vérifiez vos notifications.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Demande de partage fédéré envoyée, vous allez recevoir une invitation. Vérifiez vos notifications.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossible d'établir un partage fédére, il semble que le serveur avec lequel fédérer est trop vieux (Nextcloud <=9)", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossible d'établir un partage fédére, il semble que le serveur avec lequel fédérer est trop vieux (Nextcloud <=9)",
"It is not allowed to send federated group shares from this server." : "Il n'est pas autorisé d'envoyer des partages à des groupes fédérés depuis ce serveur.", "It is not allowed to send federated group shares from this server." : "Il n'est pas autorisé d'envoyer des partages à des groupes fédérés depuis ce serveur.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Le partage de %1$s a échoué car cet élément est déjà partagé avec %2$s",
"Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur", "Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur",
"File is already shared with %s" : "Le fichier est déjà partagé avec %s", "File is already shared with %s" : "Le fichier est déjà partagé avec %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %1$s a échoué, impossible de trouver %2$s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé.",
"Could not find share" : "Impossible de trouver le partage", "Could not find share" : "Impossible de trouver le partage",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous avez reçu \"%3$s\" en tant que partage distant de %1$s (de la part de %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous avez reçu \"%3$s\" en tant que partage distant de %1$s (de la part de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vous avez reçu {share} comme partage distant de la part de {user} (de la part de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vous avez reçu {share} comme partage distant de la part de {user} (de la part de {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Demande de partage fédéré envoyée, vous allez recevoir une invitation. Vérifiez vos notifications.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Demande de partage fédéré envoyée, vous allez recevoir une invitation. Vérifiez vos notifications.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossible d'établir un partage fédére, il semble que le serveur avec lequel fédérer est trop vieux (Nextcloud <=9)", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossible d'établir un partage fédére, il semble que le serveur avec lequel fédérer est trop vieux (Nextcloud <=9)",
"It is not allowed to send federated group shares from this server." : "Il n'est pas autorisé d'envoyer des partages à des groupes fédérés depuis ce serveur.", "It is not allowed to send federated group shares from this server." : "Il n'est pas autorisé d'envoyer des partages à des groupes fédérés depuis ce serveur.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Le partage de %1$s a échoué car cet élément est déjà partagé avec %2$s",
"Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur", "Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur",
"File is already shared with %s" : "Le fichier est déjà partagé avec %s", "File is already shared with %s" : "Le fichier est déjà partagé avec %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Le partage de %1$s a échoué, impossible de trouver %2$s, le serveur est peut-être momentanément injoignable ou utilise un certificat auto-signé.",
"Could not find share" : "Impossible de trouver le partage", "Could not find share" : "Impossible de trouver le partage",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous avez reçu \"%3$s\" en tant que partage distant de %1$s (de la part de %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous avez reçu \"%3$s\" en tant que partage distant de %1$s (de la part de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vous avez reçu {share} comme partage distant de la part de {user} (de la part de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vous avez reçu {share} comme partage distant de la part de {user} (de la part de {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.", "It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Condivisione di %1$s non riuscita, poiché l'oggetto è già condiviso con %2$s",
"Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente", "Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
"File is already shared with %s" : "Il file è già condiviso con %s", "File is already shared with %s" : "Il file è già condiviso con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %1$s non è riuscita, impossibile trovare %2$s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato.",
"Could not find share" : "Impossibile trovare la condivisione", "Could not find share" : "Impossibile trovare la condivisione",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s (per conto di %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s (per conto di %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Hai ricevuto {share} come condivisione remota da {user} (per conto di {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Hai ricevuto {share} come condivisione remota da {user} (per conto di {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Impossibile stabilire una condivisione federata, sembra che il server da federare sia troppo datato (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.", "It is not allowed to send federated group shares from this server." : "Non è consentito inviare condivisioni di gruppo federate da questo server.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Condivisione di %1$s non riuscita, poiché l'oggetto è già condiviso con %2$s",
"Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente", "Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
"File is already shared with %s" : "Il file è già condiviso con %s", "File is already shared with %s" : "Il file è già condiviso con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %1$s non è riuscita, impossibile trovare %2$s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato.",
"Could not find share" : "Impossibile trovare la condivisione", "Could not find share" : "Impossibile trovare la condivisione",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s (per conto di %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s (per conto di %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Hai ricevuto {share} come condivisione remota da {user} (per conto di {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Hai ricevuto {share} come condivisione remota da {user} (per conto di {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Het is niet toegestaan om gefedereerde groepsshares vanaf deze server te versturen.", "It is not allowed to send federated group shares from this server." : "Het is niet toegestaan om gefedereerde groepsshares vanaf deze server te versturen.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Delen van %1$s is mislukt, omdat het object al wordt gedeeld met %2$s",
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken", "Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s", "File is already shared with %s" : "Bestand is al gedeeld met %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %1$s mislukt, kon %2$s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf-ondertekend certificaat.",
"Could not find share" : "Kon share niet vinden", "Could not find share" : "Kon share niet vinden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"%3$s\" als een extern deel verzoek van %1$s (namens %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"%3$s\" als een extern deel verzoek van %1$s (namens %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Je ontving {share} als een extern deel verzoek van {user} (namens {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Je ontving {share} als een extern deel verzoek van {user} (namens {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "De gefedereerde share aanvraag is verzonden, je ontvangt een uitnodiging. Controleer je meldingen.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Kon geen gefedereerde share tot stand brengen, waarschijnlijk was de federatieserver te oud (Nextcloud <=9).",
"It is not allowed to send federated group shares from this server." : "Het is niet toegestaan om gefedereerde groepsshares vanaf deze server te versturen.", "It is not allowed to send federated group shares from this server." : "Het is niet toegestaan om gefedereerde groepsshares vanaf deze server te versturen.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Delen van %1$s is mislukt, omdat het object al wordt gedeeld met %2$s",
"Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken", "Not allowed to create a federated share with the same user" : "Het is niet toegestaan om een gefedereerde share met dezelfde gebruikersserver te maken",
"File is already shared with %s" : "Bestand is al gedeeld met %s", "File is already shared with %s" : "Bestand is al gedeeld met %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Delen van %1$s mislukt, kon %2$s niet vinden, misschien is de server niet bereikbaar of je gebruikt een zelf-ondertekend certificaat.",
"Could not find share" : "Kon share niet vinden", "Could not find share" : "Kon share niet vinden",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"%3$s\" als een extern deel verzoek van %1$s (namens %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"%3$s\" als een extern deel verzoek van %1$s (namens %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Je ontving {share} als een extern deel verzoek van {user} (namens {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Je ontving {share} als een extern deel verzoek van {user} (namens {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.", "It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "O compartilhamento%1$s falhou, porque este item já está compartilhado com %2$s",
"Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário",
"File is already shared with %s" : "O arquivo já é compartilhado com %s", "File is already shared with %s" : "O arquivo já é compartilhado com %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "O compartilhamento%1$s falhou, não pude encontrar %2$s, talvez o servidor esteja inacessível ou usa um certificado auto-assinado.",
"Could not find share" : "Não foi possível encontrar o compartilhamento", "Could not find share" : "Não foi possível encontrar o compartilhamento",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"%3$s\" como um compartilhamento remoto de %1$s ( em nome de %2$s )", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"%3$s\" como um compartilhamento remoto de %1$s ( em nome de %2$s )",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Você recebeu {share} como um compartilhamento remoto do {user} (em nome de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Você recebeu {share} como um compartilhamento remoto do {user} (em nome de {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitação de Compartilhamento Federado enviada, você receberá um convite. Verifique suas notificações.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Não foi possível estabelecer um compartilhamento federado, parece que o servidor a se federar é muito antigo (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.", "It is not allowed to send federated group shares from this server." : "Não é permitido enviar compartilhamentos de grupos federados deste servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "O compartilhamento%1$s falhou, porque este item já está compartilhado com %2$s",
"Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento federado com o mesmo usuário",
"File is already shared with %s" : "O arquivo já é compartilhado com %s", "File is already shared with %s" : "O arquivo já é compartilhado com %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "O compartilhamento%1$s falhou, não pude encontrar %2$s, talvez o servidor esteja inacessível ou usa um certificado auto-assinado.",
"Could not find share" : "Não foi possível encontrar o compartilhamento", "Could not find share" : "Não foi possível encontrar o compartilhamento",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"%3$s\" como um compartilhamento remoto de %1$s ( em nome de %2$s )", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Você recebeu \"%3$s\" como um compartilhamento remoto de %1$s ( em nome de %2$s )",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Você recebeu {share} como um compartilhamento remoto do {user} (em nome de {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Você recebeu {share} como um compartilhamento remoto do {user} (em nome de {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Послат захтев за здружено дељење, добићете позивницу. Проверавајте обавештења.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Послат захтев за здружено дељење, добићете позивницу. Проверавајте обавештења.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не могу да успоставим здружено дељење, изгледа да је сервер са којим се треба здружити превише стар (Некстклауд верзија <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не могу да успоставим здружено дељење, изгледа да је сервер са којим се треба здружити превише стар (Некстклауд верзија <=9).",
"It is not allowed to send federated group shares from this server." : "Са овог сервера није дозвољено да шаљете групна дељења ка здруженим серверима.", "It is not allowed to send federated group shares from this server." : "Са овог сервера није дозвољено да шаљете групна дељења ка здруженим серверима.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Дељење %1$s није успело зато што се ова ставка већ дели са %2$s",
"Not allowed to create a federated share with the same user" : "Није дозвољено да се направи здружено дељење са истим корисником", "Not allowed to create a federated share with the same user" : "Није дозвољено да се направи здружено дељење са истим корисником",
"File is already shared with %s" : "Фајл је већ дељен са %s", "File is already shared with %s" : "Фајл је већ дељен са %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %1$s није успело, не могу да нађем %2$s, можда сервер тренутно није доступан или користи самопотписани сертификат.",
"Could not find share" : "Не могу да пронађем дељење", "Could not find share" : "Не могу да пронађем дељење",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Примили сте \"%3$s\" као удаљено дељење од %1$s (у име %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Примили сте \"%3$s\" као удаљено дељење од %1$s (у име %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Примили сте {share} као удаљено дељење од {user} (у име {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Примили сте {share} као удаљено дељење од {user} (у име {behalf})",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Послат захтев за здружено дељење, добићете позивницу. Проверавајте обавештења.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Послат захтев за здружено дељење, добићете позивницу. Проверавајте обавештења.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не могу да успоставим здружено дељење, изгледа да је сервер са којим се треба здружити превише стар (Некстклауд верзија <=9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не могу да успоставим здружено дељење, изгледа да је сервер са којим се треба здружити превише стар (Некстклауд верзија <=9).",
"It is not allowed to send federated group shares from this server." : "Са овог сервера није дозвољено да шаљете групна дељења ка здруженим серверима.", "It is not allowed to send federated group shares from this server." : "Са овог сервера није дозвољено да шаљете групна дељења ка здруженим серверима.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Дељење %1$s није успело зато што се ова ставка већ дели са %2$s",
"Not allowed to create a federated share with the same user" : "Није дозвољено да се направи здружено дељење са истим корисником", "Not allowed to create a federated share with the same user" : "Није дозвољено да се направи здружено дељење са истим корисником",
"File is already shared with %s" : "Фајл је већ дељен са %s", "File is already shared with %s" : "Фајл је већ дељен са %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Дељење %1$s није успело, не могу да нађем %2$s, можда сервер тренутно није доступан или користи самопотписани сертификат.",
"Could not find share" : "Не могу да пронађем дељење", "Could not find share" : "Не могу да пронађем дељење",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Примили сте \"%3$s\" као удаљено дељење од %1$s (у име %2$s)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Примили сте \"%3$s\" као удаљено дељење од %1$s (у име %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Примили сте {share} као удаљено дељење од {user} (у име {behalf})", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Примили сте {share} као удаљено дељење од {user} (у име {behalf})",

View file

@ -19,8 +19,10 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Birleşmiş paylaşım isteği gönderildi. Bir çağrı alacaksınız. Bildirimlerinizi denetleyin.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Birleşmiş paylaşım isteği gönderildi. Bir çağrı alacaksınız. Bildirimlerinizi denetleyin.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Birleşmiş bir paylaşım oluşturulamadı. Birleşilecek sunucunun sürümü çok eski gibi görünüyor (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Birleşmiş bir paylaşım oluşturulamadı. Birleşilecek sunucunun sürümü çok eski gibi görünüyor (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Bu sunucudan birleşmiş grup paylaşımları gönderilemez", "It is not allowed to send federated group shares from this server." : "Bu sunucudan birleşmiş grup paylaşımları gönderilemez",
"Sharing %1$s failed, because this item is already shared with %2$s" : "%1$sögesi %2$s ile zaten paylaşılmış olduğundan paylaşılamadı",
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz", "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"File is already shared with %s" : "Dosya %s ile zaten paylaşılmış", "File is already shared with %s" : "Dosya %s ile zaten paylaşılmış",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s paylaşılamadı. %2$s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir.",
"Could not find share" : "Paylaşım bulunamadı", "Could not find share" : "Paylaşım bulunamadı",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s kullanıcısından \"%3$s\" uzak paylaşımını aldınız (%2$s adına)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s kullanıcısından \"%3$s\" uzak paylaşımını aldınız (%2$s adına)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "{user} kullanıcısından {share} uzak paylaşımını aldınız ( {behalf} adına)", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "{user} kullanıcısından {share} uzak paylaşımını aldınız ( {behalf} adına)",

View file

@ -17,8 +17,10 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Birleşmiş paylaşım isteği gönderildi. Bir çağrı alacaksınız. Bildirimlerinizi denetleyin.", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Birleşmiş paylaşım isteği gönderildi. Bir çağrı alacaksınız. Bildirimlerinizi denetleyin.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Birleşmiş bir paylaşım oluşturulamadı. Birleşilecek sunucunun sürümü çok eski gibi görünüyor (Nextcloud <= 9).", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Birleşmiş bir paylaşım oluşturulamadı. Birleşilecek sunucunun sürümü çok eski gibi görünüyor (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Bu sunucudan birleşmiş grup paylaşımları gönderilemez", "It is not allowed to send federated group shares from this server." : "Bu sunucudan birleşmiş grup paylaşımları gönderilemez",
"Sharing %1$s failed, because this item is already shared with %2$s" : "%1$sögesi %2$s ile zaten paylaşılmış olduğundan paylaşılamadı",
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz", "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
"File is already shared with %s" : "Dosya %s ile zaten paylaşılmış", "File is already shared with %s" : "Dosya %s ile zaten paylaşılmış",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s paylaşılamadı. %2$s bulunamadı. Sunucuya erişilemiyor ya da sunucu kendinden imzalı bir güvenlik sertifikası kullanıyor olabilir.",
"Could not find share" : "Paylaşım bulunamadı", "Could not find share" : "Paylaşım bulunamadı",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s kullanıcısından \"%3$s\" uzak paylaşımını aldınız (%2$s adına)", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s kullanıcısından \"%3$s\" uzak paylaşımını aldınız (%2$s adına)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "{user} kullanıcısından {share} uzak paylaşımını aldınız ( {behalf} adına)", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "{user} kullanıcısından {share} uzak paylaşımını aldınız ( {behalf} adına)",

View file

@ -3,43 +3,43 @@ OC.L10N.register(
{ {
"Federated sharing" : "联合云共享", "Federated sharing" : "联合云共享",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?", "Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?",
"Remote share" : "远程享", "Remote share" : "远程享",
"Remote share password" : "远程享密码", "Remote share password" : "远程享密码",
"Cancel" : "取消", "Cancel" : "取消",
"Add remote share" : "添加远程享", "Add remote share" : "添加远程享",
"Copy" : "复制", "Copy" : "复制",
"Copied!" : "已复制!", "Copied!" : "已复制!",
"Not supported!" : "不支持!", "Not supported!" : "不支持!",
"Press ⌘-C to copy." : "请按 ⌘-C 键复制", "Press ⌘-C to copy." : "请按 ⌘-C 键复制",
"Press Ctrl-C to copy." : "请按 Ctrl-C 键复制", "Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
"Invalid Federated Cloud ID" : "联合云ID不正确", "Invalid Federated Cloud ID" : "联合云ID不正确",
"Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器享功能", "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器享功能",
"Couldn't establish a federated share." : "无法建立一个远程享", "Couldn't establish a federated share." : "无法建立一个远程享",
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立享,可能密码是错误的。", "Couldn't establish a federated share, maybe the password was wrong." : "无法建立享,可能密码是错误的。",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!通过你将收到通知。注意留意你的通知提醒", "Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!通过你将收到通知。注意留意你的通知提醒",
"Not allowed to create a federated share with the same user" : "不能给你自己享文件", "Not allowed to create a federated share with the same user" : "不能给你自己享文件",
"File is already shared with %s" : "文件已经共享与 %s", "File is already shared with %s" : "文件已经共享与 %s",
"Could not find share" : "没有发现共享", "Could not find share" : "没有发现共享",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你得到“%3$s\"做为远程享从”%1$s代替\"%2$s", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你得到“%3$s\"做为远程享从”%1$s代替\"%2$s",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "你得到[共享]是从[用户]做为远程共享(代替原来的)", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "你得到[共享]是从[用户]做为远程共享(代替原来的)",
"You received \"%3$s\" as a remote share from %1$s" : "你从“%1$s\"得到\"%3$s\"做为远程共享", "You received \"%3$s\" as a remote share from %1$s" : "你从“%1$s\"得到\"%3$s\"做为远程共享",
"You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享", "You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享",
"Accept" : "接受", "Accept" : "接受",
"Decline" : "拒绝", "Decline" : "拒绝",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云ID享给我,看%s", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云ID享给我,看%s",
"Share with me through my #Nextcloud Federated Cloud ID" : "通过我的#Nextcloud联合云ID与我共享", "Share with me through my #Nextcloud Federated Cloud ID" : "通过我的#Nextcloud联合云ID与我共享",
"Sharing" : "分享中", "Sharing" : "共享",
"Federated Cloud Sharing" : "联合云共享", "Federated Cloud Sharing" : "联合云共享",
"Open documentation" : "打开文档", "Open documentation" : "打开文档",
"Adjust how people can share between servers." : "调整人们如何在服务器之间共享。", "Adjust how people can share between servers." : "调整人们如何在服务器之间共享。",
"Allow users on this server to send shares to other servers" : "允许用户享文件给其他服务器上的用户", "Allow users on this server to send shares to other servers" : "允许用户享文件给其他服务器上的用户",
"Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收享", "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收享",
"Search global and public address book for users" : "在全局和公开地址簿中寻找用户", "Search global and public address book for users" : "在全局和公开地址簿中寻找用户",
"Allow users to publish their data to a global and public address book" : "允许用户将其数据发布到全球和公共通讯录", "Allow users to publish their data to a global and public address book" : "允许用户将其数据发布到全球和公共通讯录",
"Federated Cloud" : "联合云", "Federated Cloud" : "联合云",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以与任何使用NextcloudownCloud或Pydio的人享! 只需将它们的联合云ID放在共享对话框中。 看起来像person@cloud.example.com", "You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以与任何使用NextcloudownCloud或Pydio的人享! 只需将它们的联合云ID放在共享对话框中。 看起来像person@cloud.example.com",
"Your Federated Cloud ID:" : "你的联合云ID", "Your Federated Cloud ID:" : "你的联合云ID",
"Share it so your friends can share files with you:" : "使用享,以便您的朋友可以与您共享文件:", "Share it so your friends can share files with you:" : "使用享,以便您的朋友可以与您共享文件:",
"Add to your website" : "添加到您的网站", "Add to your website" : "添加到您的网站",
"Share with me via Nextcloud" : "通过联合云与我共享", "Share with me via Nextcloud" : "通过联合云与我共享",
"HTML Code:" : "HTML 代码:", "HTML Code:" : "HTML 代码:",

View file

@ -1,43 +1,43 @@
{ "translations": { { "translations": {
"Federated sharing" : "联合云共享", "Federated sharing" : "联合云共享",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?", "Do you want to add the remote share {name} from {owner}@{remote}?" : "你想要添加远程共享 {名称} 来自 {所属}@{远程}?",
"Remote share" : "远程享", "Remote share" : "远程享",
"Remote share password" : "远程享密码", "Remote share password" : "远程享密码",
"Cancel" : "取消", "Cancel" : "取消",
"Add remote share" : "添加远程享", "Add remote share" : "添加远程享",
"Copy" : "复制", "Copy" : "复制",
"Copied!" : "已复制!", "Copied!" : "已复制!",
"Not supported!" : "不支持!", "Not supported!" : "不支持!",
"Press ⌘-C to copy." : "请按 ⌘-C 键复制", "Press ⌘-C to copy." : "请按 ⌘-C 键复制",
"Press Ctrl-C to copy." : "请按 Ctrl-C 键复制", "Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
"Invalid Federated Cloud ID" : "联合云ID不正确", "Invalid Federated Cloud ID" : "联合云ID不正确",
"Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器享功能", "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器享功能",
"Couldn't establish a federated share." : "无法建立一个远程享", "Couldn't establish a federated share." : "无法建立一个远程享",
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立享,可能密码是错误的。", "Couldn't establish a federated share, maybe the password was wrong." : "无法建立享,可能密码是错误的。",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!通过你将收到通知。注意留意你的通知提醒", "Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!通过你将收到通知。注意留意你的通知提醒",
"Not allowed to create a federated share with the same user" : "不能给你自己享文件", "Not allowed to create a federated share with the same user" : "不能给你自己享文件",
"File is already shared with %s" : "文件已经共享与 %s", "File is already shared with %s" : "文件已经共享与 %s",
"Could not find share" : "没有发现共享", "Could not find share" : "没有发现共享",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你得到“%3$s\"做为远程享从”%1$s代替\"%2$s", "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你得到“%3$s\"做为远程享从”%1$s代替\"%2$s",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "你得到[共享]是从[用户]做为远程共享(代替原来的)", "You received {share} as a remote share from {user} (on behalf of {behalf})" : "你得到[共享]是从[用户]做为远程共享(代替原来的)",
"You received \"%3$s\" as a remote share from %1$s" : "你从“%1$s\"得到\"%3$s\"做为远程共享", "You received \"%3$s\" as a remote share from %1$s" : "你从“%1$s\"得到\"%3$s\"做为远程共享",
"You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享", "You received {share} as a remote share from {user}" : "您从 {user} 收到了 {share} 作为远程共享",
"Accept" : "接受", "Accept" : "接受",
"Decline" : "拒绝", "Decline" : "拒绝",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云ID享给我,看%s", "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云ID享给我,看%s",
"Share with me through my #Nextcloud Federated Cloud ID" : "通过我的#Nextcloud联合云ID与我共享", "Share with me through my #Nextcloud Federated Cloud ID" : "通过我的#Nextcloud联合云ID与我共享",
"Sharing" : "分享中", "Sharing" : "共享",
"Federated Cloud Sharing" : "联合云共享", "Federated Cloud Sharing" : "联合云共享",
"Open documentation" : "打开文档", "Open documentation" : "打开文档",
"Adjust how people can share between servers." : "调整人们如何在服务器之间共享。", "Adjust how people can share between servers." : "调整人们如何在服务器之间共享。",
"Allow users on this server to send shares to other servers" : "允许用户享文件给其他服务器上的用户", "Allow users on this server to send shares to other servers" : "允许用户享文件给其他服务器上的用户",
"Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收享", "Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收享",
"Search global and public address book for users" : "在全局和公开地址簿中寻找用户", "Search global and public address book for users" : "在全局和公开地址簿中寻找用户",
"Allow users to publish their data to a global and public address book" : "允许用户将其数据发布到全球和公共通讯录", "Allow users to publish their data to a global and public address book" : "允许用户将其数据发布到全球和公共通讯录",
"Federated Cloud" : "联合云", "Federated Cloud" : "联合云",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以与任何使用NextcloudownCloud或Pydio的人享! 只需将它们的联合云ID放在共享对话框中。 看起来像person@cloud.example.com", "You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以与任何使用NextcloudownCloud或Pydio的人享! 只需将它们的联合云ID放在共享对话框中。 看起来像person@cloud.example.com",
"Your Federated Cloud ID:" : "你的联合云ID", "Your Federated Cloud ID:" : "你的联合云ID",
"Share it so your friends can share files with you:" : "使用享,以便您的朋友可以与您共享文件:", "Share it so your friends can share files with you:" : "使用享,以便您的朋友可以与您共享文件:",
"Add to your website" : "添加到您的网站", "Add to your website" : "添加到您的网站",
"Share with me via Nextcloud" : "通过联合云与我共享", "Share with me via Nextcloud" : "通过联合云与我共享",
"HTML Code:" : "HTML 代码:", "HTML Code:" : "HTML 代码:",

View file

@ -16,6 +16,7 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена", "Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена",
"Upload cancelled." : "Качването е прекъснато.", "Upload cancelled." : "Качването е прекъснато.",
"…" : "…", "…" : "…",
"Processing files …" : "Обработване на файлове ...",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или с размер 0 байта.", "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}", "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}\" не съществува",
@ -30,7 +31,7 @@ OC.L10N.register(
"Unshare" : "Прекратяване на споделяне", "Unshare" : "Прекратяване на споделяне",
"Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена", "Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена",
"Files" : "Файлове", "Files" : "Файлове",
"Details" : "Детайли", "Details" : "Подробности",
"Select" : "Избери", "Select" : "Избери",
"Pending" : "Чакащо", "Pending" : "Чакащо",
"Unable to determine date" : "Неуспешно установяване на дата", "Unable to determine date" : "Неуспешно установяване на дата",
@ -111,6 +112,8 @@ OC.L10N.register(
"Save" : "Запиши", "Save" : "Запиши",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.",
"Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.", "Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.",
"%1$s of %2$s used" : "%1$s от %2$s използвани",
"%s used" : "%s използвани",
"Settings" : "Настройки", "Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове", "Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV", "WebDAV" : "WebDAV",
@ -135,6 +138,7 @@ OC.L10N.register(
"New text file.txt" : "Текстов файл.txt", "New text file.txt" : "Текстов файл.txt",
"Move" : "Премести", "Move" : "Премести",
"Target folder" : "Дестинация", "Target folder" : "Дестинация",
"%s of %s used" : "%s от %s използвани",
"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>" "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);"); "nplurals=2; plural=(n != 1);");

View file

@ -14,6 +14,7 @@
"Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена", "Could not create folder \"{dir}\"" : "Папката \"{dir}\" не може да бъде създадена",
"Upload cancelled." : "Качването е прекъснато.", "Upload cancelled." : "Качването е прекъснато.",
"…" : "…", "…" : "…",
"Processing files …" : "Обработване на файлове ...",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Неуспешно качване на {filename}, защото е директория или с размер 0 байта.", "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}", "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}\" не съществува",
@ -28,7 +29,7 @@
"Unshare" : "Прекратяване на споделяне", "Unshare" : "Прекратяване на споделяне",
"Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена", "Could not load info for file \"{file}\"" : "Информацията за файла \"{file}\" не може да бъде заредена",
"Files" : "Файлове", "Files" : "Файлове",
"Details" : "Детайли", "Details" : "Подробности",
"Select" : "Избери", "Select" : "Избери",
"Pending" : "Чакащо", "Pending" : "Чакащо",
"Unable to determine date" : "Неуспешно установяване на дата", "Unable to determine date" : "Неуспешно установяване на дата",
@ -109,6 +110,8 @@
"Save" : "Запиши", "Save" : "Запиши",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако ползвате PHP-FPM прилагането на промени може да отнеме 5 минути.",
"Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.", "Missing permissions to edit from here." : "Липсва разрешение за редакция от тук.",
"%1$s of %2$s used" : "%1$s от %2$s използвани",
"%s used" : "%s използвани",
"Settings" : "Настройки", "Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове", "Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV", "WebDAV" : "WebDAV",
@ -133,6 +136,7 @@
"New text file.txt" : "Текстов файл.txt", "New text file.txt" : "Текстов файл.txt",
"Move" : "Премести", "Move" : "Премести",
"Target folder" : "Дестинация", "Target folder" : "Дестинация",
"%s of %s used" : "%s от %s използвани",
"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>" "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);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -29,6 +29,7 @@ OC.L10N.register(
"Actions" : "Činnosti", "Actions" : "Činnosti",
"Rename" : "Přejmenovat", "Rename" : "Přejmenovat",
"Copy" : "Kopírovat", "Copy" : "Kopírovat",
"Choose target folder" : "Zvolte cílovou složku",
"Disconnect storage" : "Odpojit úložiště", "Disconnect storage" : "Odpojit úložiště",
"Unshare" : "Zrušit sdílení", "Unshare" : "Zrušit sdílení",
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}", "Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}",
@ -134,6 +135,7 @@ OC.L10N.register(
"Save" : "Uložit", "Save" : "Uložit",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.",
"Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.",
"%1$s of %2$s used" : "%1$s z %2$s použito",
"%s used" : "%s použito", "%s used" : "%s použito",
"Settings" : "Nastavení", "Settings" : "Nastavení",
"Show hidden files" : "Zobrazit skryté soubory", "Show hidden files" : "Zobrazit skryté soubory",

View file

@ -27,6 +27,7 @@
"Actions" : "Činnosti", "Actions" : "Činnosti",
"Rename" : "Přejmenovat", "Rename" : "Přejmenovat",
"Copy" : "Kopírovat", "Copy" : "Kopírovat",
"Choose target folder" : "Zvolte cílovou složku",
"Disconnect storage" : "Odpojit úložiště", "Disconnect storage" : "Odpojit úložiště",
"Unshare" : "Zrušit sdílení", "Unshare" : "Zrušit sdílení",
"Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}", "Could not load info for file \"{file}\"" : "Nepodařilo se načíst informace pro soubor {file}",
@ -132,6 +133,7 @@
"Save" : "Uložit", "Save" : "Uložit",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.",
"Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.",
"%1$s of %2$s used" : "%1$s z %2$s použito",
"%s used" : "%s použito", "%s used" : "%s použito",
"Settings" : "Nastavení", "Settings" : "Nastavení",
"Show hidden files" : "Zobrazit skryté soubory", "Show hidden files" : "Zobrazit skryté soubory",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Speichern", "Save" : "Speichern",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es bis zu 5 Minuten dauern, bis die Einstellungen übernommen werden.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es bis zu 5 Minuten dauern, bis die Einstellungen übernommen werden.",
"Missing permissions to edit from here." : "Fehlende Berechtigungen, um dies von hier aus zu bearbeiten.", "Missing permissions to edit from here." : "Fehlende Berechtigungen, um dies von hier aus zu bearbeiten.",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"%s used" : "%s verwendet", "%s used" : "%s verwendet",
"Settings" : "Einstellungen", "Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen", "Show hidden files" : "Versteckte Dateien anzeigen",

View file

@ -133,6 +133,7 @@
"Save" : "Speichern", "Save" : "Speichern",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es bis zu 5 Minuten dauern, bis die Einstellungen übernommen werden.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es bis zu 5 Minuten dauern, bis die Einstellungen übernommen werden.",
"Missing permissions to edit from here." : "Fehlende Berechtigungen, um dies von hier aus zu bearbeiten.", "Missing permissions to edit from here." : "Fehlende Berechtigungen, um dies von hier aus zu bearbeiten.",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"%s used" : "%s verwendet", "%s used" : "%s verwendet",
"Settings" : "Einstellungen", "Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen", "Show hidden files" : "Versteckte Dateien anzeigen",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Speichern", "Save" : "Speichern",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.",
"Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.", "Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"%s used" : " %s verwendet", "%s used" : " %s verwendet",
"Settings" : "Einstellungen", "Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen", "Show hidden files" : "Versteckte Dateien anzeigen",

View file

@ -133,6 +133,7 @@
"Save" : "Speichern", "Save" : "Speichern",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mit PHP-FPM kann es 5 Minuten dauern, bis Änderungen angewendet sind.",
"Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.", "Missing permissions to edit from here." : "Fehlende Berechtigungen um von hier aus zu bearbeiten.",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"%s used" : " %s verwendet", "%s used" : " %s verwendet",
"Settings" : "Einstellungen", "Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen", "Show hidden files" : "Versteckte Dateien anzeigen",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Guardar", "Save" : "Guardar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.",
"Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.", "Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.",
"%1$s of %2$s used" : "%1$s de %2$s utilizados",
"%s used" : "usado %s", "%s used" : "usado %s",
"Settings" : "Ajustes", "Settings" : "Ajustes",
"Show hidden files" : "Mostrar archivos ocultos", "Show hidden files" : "Mostrar archivos ocultos",

View file

@ -133,6 +133,7 @@
"Save" : "Guardar", "Save" : "Guardar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.",
"Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.", "Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.",
"%1$s of %2$s used" : "%1$s de %2$s utilizados",
"%s used" : "usado %s", "%s used" : "usado %s",
"Settings" : "Ajustes", "Settings" : "Ajustes",
"Show hidden files" : "Mostrar archivos ocultos", "Show hidden files" : "Mostrar archivos ocultos",

View file

@ -29,6 +29,7 @@ OC.L10N.register(
"Actions" : "Toiminnot", "Actions" : "Toiminnot",
"Rename" : "Nimeä uudelleen", "Rename" : "Nimeä uudelleen",
"Copy" : "Kopioi", "Copy" : "Kopioi",
"Choose target folder" : "Valitse kohdekansio",
"Disconnect storage" : "Katkaise yhteys tallennustilaan", "Disconnect storage" : "Katkaise yhteys tallennustilaan",
"Unshare" : "Peru jakaminen", "Unshare" : "Peru jakaminen",
"Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja", "Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja",
@ -126,6 +127,7 @@ OC.L10N.register(
"Save" : "Tallenna", "Save" : "Tallenna",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.",
"Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.", "Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.",
"%1$s of %2$s used" : "%1$s/%2$s käytetty",
"%s used" : "%s käytetty", "%s used" : "%s käytetty",
"Settings" : "Asetukset", "Settings" : "Asetukset",
"Show hidden files" : "Näytä piilotetut tiedostot", "Show hidden files" : "Näytä piilotetut tiedostot",

View file

@ -27,6 +27,7 @@
"Actions" : "Toiminnot", "Actions" : "Toiminnot",
"Rename" : "Nimeä uudelleen", "Rename" : "Nimeä uudelleen",
"Copy" : "Kopioi", "Copy" : "Kopioi",
"Choose target folder" : "Valitse kohdekansio",
"Disconnect storage" : "Katkaise yhteys tallennustilaan", "Disconnect storage" : "Katkaise yhteys tallennustilaan",
"Unshare" : "Peru jakaminen", "Unshare" : "Peru jakaminen",
"Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja", "Could not load info for file \"{file}\"" : "Ei voida ladata tiedoston \"{file}\" tietoja",
@ -124,6 +125,7 @@
"Save" : "Tallenna", "Save" : "Tallenna",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.",
"Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.", "Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.",
"%1$s of %2$s used" : "%1$s/%2$s käytetty",
"%s used" : "%s käytetty", "%s used" : "%s käytetty",
"Settings" : "Asetukset", "Settings" : "Asetukset",
"Show hidden files" : "Näytä piilotetut tiedostot", "Show hidden files" : "Näytä piilotetut tiedostot",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Enregistrer", "Save" : "Enregistrer",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Avec PHP-FPM il peut se passer jusqu'à 5 minutes pour que les changements soient appliqués.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Avec PHP-FPM il peut se passer jusqu'à 5 minutes pour que les changements soient appliqués.",
"Missing permissions to edit from here." : "Permissions insuffisantes pour modifier à partir d'ici.", "Missing permissions to edit from here." : "Permissions insuffisantes pour modifier à partir d'ici.",
"%1$s of %2$s used" : "%1$s utilisés sur %2$s",
"%s used" : "%s utilisé", "%s used" : "%s utilisé",
"Settings" : "Paramètres", "Settings" : "Paramètres",
"Show hidden files" : "Afficher les fichiers cachés", "Show hidden files" : "Afficher les fichiers cachés",

View file

@ -133,6 +133,7 @@
"Save" : "Enregistrer", "Save" : "Enregistrer",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Avec PHP-FPM il peut se passer jusqu'à 5 minutes pour que les changements soient appliqués.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Avec PHP-FPM il peut se passer jusqu'à 5 minutes pour que les changements soient appliqués.",
"Missing permissions to edit from here." : "Permissions insuffisantes pour modifier à partir d'ici.", "Missing permissions to edit from here." : "Permissions insuffisantes pour modifier à partir d'ici.",
"%1$s of %2$s used" : "%1$s utilisés sur %2$s",
"%s used" : "%s utilisé", "%s used" : "%s utilisé",
"Settings" : "Paramètres", "Settings" : "Paramètres",
"Show hidden files" : "Afficher les fichiers cachés", "Show hidden files" : "Afficher les fichiers cachés",

View file

@ -16,17 +16,20 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre", "Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre",
"Upload cancelled." : "A feltöltést megszakítottuk.", "Upload cancelled." : "A feltöltést megszakítottuk.",
"…" : "...", "…" : "...",
"Processing files …" : "Fájlok feldolgozása …",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, vagy pedig 0 bájtból áll.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, vagy pedig 0 bájtból áll.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
"Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"", "Target folder \"{dir}\" does not exist any more" : "A célmappa már nem létezik: \"{dir}\"",
"Not enough free space" : "Nincs elég szabad hely", "Not enough free space" : "Nincs elég szabad hely",
"Uploading …" : "Feltöltés...", "Uploading …" : "Feltöltés...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Ennek az elemnek a feltöltése nem támogatott",
"Target folder does not exist any more" : "A célmappa már nem létezik", "Target folder does not exist any more" : "A célmappa már nem létezik",
"Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}", "Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}",
"Actions" : "Műveletek", "Actions" : "Műveletek",
"Rename" : "Átnevezés", "Rename" : "Átnevezés",
"Copy" : "Másol", "Copy" : "Másolás",
"Choose target folder" : "Célmappa kiválasztása",
"Disconnect storage" : "Tároló leválasztása", "Disconnect storage" : "Tároló leválasztása",
"Unshare" : "A megosztás visszavonása", "Unshare" : "A megosztás visszavonása",
"Could not load info for file \"{file}\"" : "Nem sikerült betölteni az információs fájl ehhez: \"{file}\"", "Could not load info for file \"{file}\"" : "Nem sikerült betölteni az információs fájl ehhez: \"{file}\"",
@ -36,7 +39,7 @@ OC.L10N.register(
"Pending" : "Folyamatban", "Pending" : "Folyamatban",
"Unable to determine date" : "Nem lehet meghatározni a dátumot", "Unable to determine date" : "Nem lehet meghatározni a dátumot",
"This operation is forbidden" : "Tiltott művelet", "This operation is forbidden" : "Tiltott művelet",
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort", "This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse a rendszergazdát",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik", "Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető", "Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
"Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik", "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
@ -125,6 +128,7 @@ OC.L10N.register(
"A file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>", "A file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>",
"Unlimited" : "Korlátlan", "Unlimited" : "Korlátlan",
"Upload (max. %s)" : "Feltöltés (max.: %s)", "Upload (max. %s)" : "Feltöltés (max.: %s)",
"File Management" : "Fájlkezelés",
"File handling" : "Fájlkezelés", "File handling" : "Fájlkezelés",
"Maximum upload size" : "Maximális feltölthető fájlméret", "Maximum upload size" : "Maximális feltölthető fájlméret",
"max. possible: " : "max. lehetséges: ", "max. possible: " : "max. lehetséges: ",
@ -147,13 +151,15 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találod meg", "Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találod meg",
"Tags" : "Címkék", "Tags" : "Címkék",
"Deleted files" : "Törölt fájlok", "Deleted files" : "Törölt fájlok",
"Shares" : "Megosztások",
"Shared with others" : "Megosztva másokkal", "Shared with others" : "Megosztva másokkal",
"Shared with you" : "Megosztva veled", "Shared with you" : "Megosztva veled",
"Shared by link" : "Megosztva hivatkozással", "Shared by link" : "Megosztva hivatkozással",
"Deleted shares" : "Törölt megosztások",
"Text file" : "Szövegfájl", "Text file" : "Szövegfájl",
"New text file.txt" : "Új szöveges fájl.txt", "New text file.txt" : "Új szöveges fájl.txt",
"Move" : "Áthelyezés", "Move" : "Áthelyezés",
"Target folder" : "Cél mappa", "Target folder" : "Célmappa",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>", "A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",
"A new file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>", "A new file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>",
"%s of %s used" : "%s / %s használt", "%s of %s used" : "%s / %s használt",

View file

@ -14,17 +14,20 @@
"Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre", "Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre",
"Upload cancelled." : "A feltöltést megszakítottuk.", "Upload cancelled." : "A feltöltést megszakítottuk.",
"…" : "...", "…" : "...",
"Processing files …" : "Fájlok feldolgozása …",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, vagy pedig 0 bájtból áll.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, vagy pedig 0 bájtból áll.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
"Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"", "Target folder \"{dir}\" does not exist any more" : "A célmappa már nem létezik: \"{dir}\"",
"Not enough free space" : "Nincs elég szabad hely", "Not enough free space" : "Nincs elég szabad hely",
"Uploading …" : "Feltöltés...", "Uploading …" : "Feltöltés...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Ennek az elemnek a feltöltése nem támogatott",
"Target folder does not exist any more" : "A célmappa már nem létezik", "Target folder does not exist any more" : "A célmappa már nem létezik",
"Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}", "Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}",
"Actions" : "Műveletek", "Actions" : "Műveletek",
"Rename" : "Átnevezés", "Rename" : "Átnevezés",
"Copy" : "Másol", "Copy" : "Másolás",
"Choose target folder" : "Célmappa kiválasztása",
"Disconnect storage" : "Tároló leválasztása", "Disconnect storage" : "Tároló leválasztása",
"Unshare" : "A megosztás visszavonása", "Unshare" : "A megosztás visszavonása",
"Could not load info for file \"{file}\"" : "Nem sikerült betölteni az információs fájl ehhez: \"{file}\"", "Could not load info for file \"{file}\"" : "Nem sikerült betölteni az információs fájl ehhez: \"{file}\"",
@ -34,7 +37,7 @@
"Pending" : "Folyamatban", "Pending" : "Folyamatban",
"Unable to determine date" : "Nem lehet meghatározni a dátumot", "Unable to determine date" : "Nem lehet meghatározni a dátumot",
"This operation is forbidden" : "Tiltott művelet", "This operation is forbidden" : "Tiltott művelet",
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort", "This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse a rendszergazdát",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik", "Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető", "Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
"Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik", "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
@ -123,6 +126,7 @@
"A file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>", "A file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>",
"Unlimited" : "Korlátlan", "Unlimited" : "Korlátlan",
"Upload (max. %s)" : "Feltöltés (max.: %s)", "Upload (max. %s)" : "Feltöltés (max.: %s)",
"File Management" : "Fájlkezelés",
"File handling" : "Fájlkezelés", "File handling" : "Fájlkezelés",
"Maximum upload size" : "Maximális feltölthető fájlméret", "Maximum upload size" : "Maximális feltölthető fájlméret",
"max. possible: " : "max. lehetséges: ", "max. possible: " : "max. lehetséges: ",
@ -145,13 +149,15 @@
"Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találod meg", "Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találod meg",
"Tags" : "Címkék", "Tags" : "Címkék",
"Deleted files" : "Törölt fájlok", "Deleted files" : "Törölt fájlok",
"Shares" : "Megosztások",
"Shared with others" : "Megosztva másokkal", "Shared with others" : "Megosztva másokkal",
"Shared with you" : "Megosztva veled", "Shared with you" : "Megosztva veled",
"Shared by link" : "Megosztva hivatkozással", "Shared by link" : "Megosztva hivatkozással",
"Deleted shares" : "Törölt megosztások",
"Text file" : "Szövegfájl", "Text file" : "Szövegfájl",
"New text file.txt" : "Új szöveges fájl.txt", "New text file.txt" : "Új szöveges fájl.txt",
"Move" : "Áthelyezés", "Move" : "Áthelyezés",
"Target folder" : "Cél mappa", "Target folder" : "Célmappa",
"A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>", "A new file or folder has been <strong>deleted</strong>" : "Egy új fájl vagy mappa <strong>törölve</strong>",
"A new file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>", "A new file or folder has been <strong>restored</strong>" : "Egy új fájl vagy mappa <strong>visszaállítva</strong>",
"%s of %s used" : "%s / %s használt", "%s of %s used" : "%s / %s használt",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Salva", "Save" : "Salva",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM potrebbe richiedere 5 minuti perché le modifiche siano applicate.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM potrebbe richiedere 5 minuti perché le modifiche siano applicate.",
"Missing permissions to edit from here." : "Permessi mancanti per modificare da qui.", "Missing permissions to edit from here." : "Permessi mancanti per modificare da qui.",
"%1$s of %2$s used" : "%1$s di %2$s utilizzati",
"%s used" : "%s utilizzato", "%s used" : "%s utilizzato",
"Settings" : "Impostazioni", "Settings" : "Impostazioni",
"Show hidden files" : "Mostra i file nascosti", "Show hidden files" : "Mostra i file nascosti",

View file

@ -133,6 +133,7 @@
"Save" : "Salva", "Save" : "Salva",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM potrebbe richiedere 5 minuti perché le modifiche siano applicate.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM potrebbe richiedere 5 minuti perché le modifiche siano applicate.",
"Missing permissions to edit from here." : "Permessi mancanti per modificare da qui.", "Missing permissions to edit from here." : "Permessi mancanti per modificare da qui.",
"%1$s of %2$s used" : "%1$s di %2$s utilizzati",
"%s used" : "%s utilizzato", "%s used" : "%s utilizzato",
"Settings" : "Impostazioni", "Settings" : "Impostazioni",
"Show hidden files" : "Mostra i file nascosti", "Show hidden files" : "Mostra i file nascosti",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Bewaren", "Save" : "Bewaren",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.",
"Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.", "Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.",
"%1$s of %2$s used" : "%1$s van %2$s gebruikt",
"%s used" : "%s gebruikt", "%s used" : "%s gebruikt",
"Settings" : "Instellingen", "Settings" : "Instellingen",
"Show hidden files" : "Verborgen bestanden tonen", "Show hidden files" : "Verborgen bestanden tonen",

View file

@ -133,6 +133,7 @@
"Save" : "Bewaren", "Save" : "Bewaren",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Met PHP-FPM kan het 5 minuten duren voordat wijzigingen zijn doorgevoerd.",
"Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.", "Missing permissions to edit from here." : "Ontbrekende rechten om vanaf hier te bewerken.",
"%1$s of %2$s used" : "%1$s van %2$s gebruikt",
"%s used" : "%s gebruikt", "%s used" : "%s gebruikt",
"Settings" : "Instellingen", "Settings" : "Instellingen",
"Show hidden files" : "Verborgen bestanden tonen", "Show hidden files" : "Verborgen bestanden tonen",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Salvar", "Save" : "Salvar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Com PHP-FPM pode demorar 5 minutos para que as alterações sejam aplicadas.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com PHP-FPM pode demorar 5 minutos para que as alterações sejam aplicadas.",
"Missing permissions to edit from here." : "Faltando permissões para editar aqui.", "Missing permissions to edit from here." : "Faltando permissões para editar aqui.",
"%1$s of %2$s used" : "%1$s usado de %2$s",
"%s used" : "%s usado", "%s used" : "%s usado",
"Settings" : "Configurações", "Settings" : "Configurações",
"Show hidden files" : "Mostrar arquivos ocultos", "Show hidden files" : "Mostrar arquivos ocultos",

View file

@ -133,6 +133,7 @@
"Save" : "Salvar", "Save" : "Salvar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Com PHP-FPM pode demorar 5 minutos para que as alterações sejam aplicadas.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Com PHP-FPM pode demorar 5 minutos para que as alterações sejam aplicadas.",
"Missing permissions to edit from here." : "Faltando permissões para editar aqui.", "Missing permissions to edit from here." : "Faltando permissões para editar aqui.",
"%1$s of %2$s used" : "%1$s usado de %2$s",
"%s used" : "%s usado", "%s used" : "%s usado",
"Settings" : "Configurações", "Settings" : "Configurações",
"Show hidden files" : "Mostrar arquivos ocultos", "Show hidden files" : "Mostrar arquivos ocultos",

View file

@ -16,6 +16,7 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
"Upload cancelled." : "Выгрузка отменена.", "Upload cancelled." : "Выгрузка отменена.",
"…" : "…", "…" : "…",
"Processing files …" : "Обработка файлов…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы загружаете {size1}, но только {size2} доступно", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы загружаете {size1}, но только {size2} доступно",
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
@ -28,6 +29,7 @@ OC.L10N.register(
"Actions" : "Действия", "Actions" : "Действия",
"Rename" : "Переименовать", "Rename" : "Переименовать",
"Copy" : "Копировать", "Copy" : "Копировать",
"Choose target folder" : "Выберите каталога назначения",
"Disconnect storage" : "Отсоединить хранилище", "Disconnect storage" : "Отсоединить хранилище",
"Unshare" : "Закрыть доступ", "Unshare" : "Закрыть доступ",
"Could not load info for file \"{file}\"" : "Не удаётся загрузить информацию для файла \"{file}\"", "Could not load info for file \"{file}\"" : "Не удаётся загрузить информацию для файла \"{file}\"",
@ -133,6 +135,7 @@ OC.L10N.register(
"Save" : "Сохранить", "Save" : "Сохранить",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.", "Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
"%1$s of %2$s used" : "использовано %1$s из %2$s ",
"%s used" : "%s использовано", "%s used" : "%s использовано",
"Settings" : "Настройки", "Settings" : "Настройки",
"Show hidden files" : "Показывать скрытые файлы", "Show hidden files" : "Показывать скрытые файлы",

View file

@ -14,6 +14,7 @@
"Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»",
"Upload cancelled." : "Выгрузка отменена.", "Upload cancelled." : "Выгрузка отменена.",
"…" : "…", "…" : "…",
"Processing files …" : "Обработка файлов…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы загружаете {size1}, но только {size2} доступно", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы загружаете {size1}, но только {size2} доступно",
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
@ -26,6 +27,7 @@
"Actions" : "Действия", "Actions" : "Действия",
"Rename" : "Переименовать", "Rename" : "Переименовать",
"Copy" : "Копировать", "Copy" : "Копировать",
"Choose target folder" : "Выберите каталога назначения",
"Disconnect storage" : "Отсоединить хранилище", "Disconnect storage" : "Отсоединить хранилище",
"Unshare" : "Закрыть доступ", "Unshare" : "Закрыть доступ",
"Could not load info for file \"{file}\"" : "Не удаётся загрузить информацию для файла \"{file}\"", "Could not load info for file \"{file}\"" : "Не удаётся загрузить информацию для файла \"{file}\"",
@ -131,6 +133,7 @@
"Save" : "Сохранить", "Save" : "Сохранить",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "В режиме PHP-FPM применение изменений может занять до 5 минут.",
"Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.", "Missing permissions to edit from here." : "Отсутствуют права на внесение здесь изменений.",
"%1$s of %2$s used" : "использовано %1$s из %2$s ",
"%s used" : "%s использовано", "%s used" : "%s использовано",
"Settings" : "Настройки", "Settings" : "Настройки",
"Show hidden files" : "Показывать скрытые файлы", "Show hidden files" : "Показывать скрытые файлы",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Сачувај", "Save" : "Сачувај",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.",
"Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.", "Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.",
"%1$s of %2$s used" : "Заузето %1$s од %2$s",
"%s used" : "%s искоришћено", "%s used" : "%s искоришћено",
"Settings" : "Поставке", "Settings" : "Поставке",
"Show hidden files" : "Прикажи скривене фајлове", "Show hidden files" : "Прикажи скривене фајлове",

View file

@ -133,6 +133,7 @@
"Save" : "Сачувај", "Save" : "Сачувај",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.",
"Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.", "Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.",
"%1$s of %2$s used" : "Заузето %1$s од %2$s",
"%s used" : "%s искоришћено", "%s used" : "%s искоришћено",
"Settings" : "Поставке", "Settings" : "Поставке",
"Show hidden files" : "Прикажи скривене фајлове", "Show hidden files" : "Прикажи скривене фајлове",

View file

@ -16,6 +16,7 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "Kunde inte skapa mapp \"{dir}\"", "Could not create folder \"{dir}\"" : "Kunde inte skapa mapp \"{dir}\"",
"Upload cancelled." : "Uppladdning avbruten.", "Upload cancelled." : "Uppladdning avbruten.",
"…" : "...", "…" : "...",
"Processing files …" : "Bearbetar filer ...",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.",
"Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer", "Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer",
@ -28,6 +29,7 @@ OC.L10N.register(
"Actions" : "Åtgärder", "Actions" : "Åtgärder",
"Rename" : "Byt namn", "Rename" : "Byt namn",
"Copy" : "Kopiera", "Copy" : "Kopiera",
"Choose target folder" : "Välj målmapp",
"Disconnect storage" : "Koppla bort lagring", "Disconnect storage" : "Koppla bort lagring",
"Unshare" : "Sluta dela", "Unshare" : "Sluta dela",
"Could not load info for file \"{file}\"" : "Kunde inte ladda information för fil \"{file}\"", "Could not load info for file \"{file}\"" : "Kunde inte ladda information för fil \"{file}\"",
@ -133,6 +135,7 @@ OC.L10N.register(
"Save" : "Spara", "Save" : "Spara",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta cirka 5 minuter för ändringarna att träda i kraft.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta cirka 5 minuter för ändringarna att träda i kraft.",
"Missing permissions to edit from here." : "Saknar rättigheter att ändra härifrån.", "Missing permissions to edit from here." : "Saknar rättigheter att ändra härifrån.",
"%1$s of %2$s used" : "%1$s av %2$s använt",
"%s used" : "%s använt", "%s used" : "%s använt",
"Settings" : "Inställningar", "Settings" : "Inställningar",
"Show hidden files" : "Visa dolda filer", "Show hidden files" : "Visa dolda filer",

View file

@ -14,6 +14,7 @@
"Could not create folder \"{dir}\"" : "Kunde inte skapa mapp \"{dir}\"", "Could not create folder \"{dir}\"" : "Kunde inte skapa mapp \"{dir}\"",
"Upload cancelled." : "Uppladdning avbruten.", "Upload cancelled." : "Uppladdning avbruten.",
"…" : "...", "…" : "...",
"Processing files …" : "Bearbetar filer ...",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan inte ladda upp {filename} eftersom den antingen är en mapp eller har 0 bytes.",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.",
"Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer", "Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer",
@ -26,6 +27,7 @@
"Actions" : "Åtgärder", "Actions" : "Åtgärder",
"Rename" : "Byt namn", "Rename" : "Byt namn",
"Copy" : "Kopiera", "Copy" : "Kopiera",
"Choose target folder" : "Välj målmapp",
"Disconnect storage" : "Koppla bort lagring", "Disconnect storage" : "Koppla bort lagring",
"Unshare" : "Sluta dela", "Unshare" : "Sluta dela",
"Could not load info for file \"{file}\"" : "Kunde inte ladda information för fil \"{file}\"", "Could not load info for file \"{file}\"" : "Kunde inte ladda information för fil \"{file}\"",
@ -131,6 +133,7 @@
"Save" : "Spara", "Save" : "Spara",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta cirka 5 minuter för ändringarna att träda i kraft.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Med PHP-FPM kan det ta cirka 5 minuter för ändringarna att träda i kraft.",
"Missing permissions to edit from here." : "Saknar rättigheter att ändra härifrån.", "Missing permissions to edit from here." : "Saknar rättigheter att ändra härifrån.",
"%1$s of %2$s used" : "%1$s av %2$s använt",
"%s used" : "%s använt", "%s used" : "%s använt",
"Settings" : "Inställningar", "Settings" : "Inställningar",
"Show hidden files" : "Visa dolda filer", "Show hidden files" : "Visa dolda filer",

View file

@ -135,6 +135,7 @@ OC.L10N.register(
"Save" : "Kaydet", "Save" : "Kaydet",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM üzerinde değişikliklerin uygulanması 5 dakika sürebilir.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM üzerinde değişikliklerin uygulanması 5 dakika sürebilir.",
"Missing permissions to edit from here." : "Buradan düzenleme için izinler eksik.", "Missing permissions to edit from here." : "Buradan düzenleme için izinler eksik.",
"%1$s of %2$s used" : "%1$s / %2$s kullanıldı",
"%s used" : "%s kullanılıyor", "%s used" : "%s kullanılıyor",
"Settings" : "Ayarlar", "Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle", "Show hidden files" : "Gizli dosyaları görüntüle",

View file

@ -133,6 +133,7 @@
"Save" : "Kaydet", "Save" : "Kaydet",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM üzerinde değişikliklerin uygulanması 5 dakika sürebilir.", "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM üzerinde değişikliklerin uygulanması 5 dakika sürebilir.",
"Missing permissions to edit from here." : "Buradan düzenleme için izinler eksik.", "Missing permissions to edit from here." : "Buradan düzenleme için izinler eksik.",
"%1$s of %2$s used" : "%1$s / %2$s kullanıldı",
"%s used" : "%s kullanılıyor", "%s used" : "%s kullanılıyor",
"Settings" : "Ayarlar", "Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle", "Show hidden files" : "Gizli dosyaları görüntüle",

View file

@ -16,6 +16,7 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"", "Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"",
"Upload cancelled." : "上传已取消", "Upload cancelled." : "上传已取消",
"…" : "…", "…" : "…",
"Processing files …" : "文件处理中…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "无法上传文件 {filename},因为它是一个目录或者是大小为 0 的空文件", "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}", "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}\" 不存在",
@ -28,6 +29,7 @@ OC.L10N.register(
"Actions" : "操作", "Actions" : "操作",
"Rename" : "重命名", "Rename" : "重命名",
"Copy" : "复制", "Copy" : "复制",
"Choose target folder" : "选择目标文件夹",
"Disconnect storage" : "断开存储链接", "Disconnect storage" : "断开存储链接",
"Unshare" : "取消共享", "Unshare" : "取消共享",
"Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息", "Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息",

View file

@ -14,6 +14,7 @@
"Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"", "Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"",
"Upload cancelled." : "上传已取消", "Upload cancelled." : "上传已取消",
"…" : "…", "…" : "…",
"Processing files …" : "文件处理中…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "无法上传文件 {filename},因为它是一个目录或者是大小为 0 的空文件", "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}", "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}\" 不存在",
@ -26,6 +27,7 @@
"Actions" : "操作", "Actions" : "操作",
"Rename" : "重命名", "Rename" : "重命名",
"Copy" : "复制", "Copy" : "复制",
"Choose target folder" : "选择目标文件夹",
"Disconnect storage" : "断开存储链接", "Disconnect storage" : "断开存储链接",
"Unshare" : "取消共享", "Unshare" : "取消共享",
"Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息", "Could not load info for file \"{file}\"" : "无法加载文件 \"{file}\" 的信息",

View file

@ -11,6 +11,9 @@ OC.L10N.register(
"Error generating key pair" : "Fallu xenerando'l par de claves", "Error generating key pair" : "Fallu xenerando'l par de claves",
"All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.", "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.",
"(group)" : "(grupu)", "(group)" : "(grupu)",
"Enable encryption" : "Habilitar cifráu",
"Never" : "Enxamás",
"Delete" : "Desaniciar",
"Delete storage?" : "¿Desaniciar almacenamientu?", "Delete storage?" : "¿Desaniciar almacenamientu?",
"Saved" : "Guardáu", "Saved" : "Guardáu",
"Saving..." : "Guardando...", "Saving..." : "Guardando...",
@ -62,8 +65,6 @@ OC.L10N.register(
"Name" : "Nome", "Name" : "Nome",
"Storage type" : "Triba d'almacenamientu", "Storage type" : "Triba d'almacenamientu",
"Scope" : "Ámbitu", "Scope" : "Ámbitu",
"Enable encryption" : "Habilitar cifráu",
"Never" : "Enxamás",
"Folder name" : "Nome de la carpeta", "Folder name" : "Nome de la carpeta",
"External storage" : "Almacenamientu esternu", "External storage" : "Almacenamientu esternu",
"Authentication" : "Autenticación", "Authentication" : "Autenticación",
@ -74,7 +75,6 @@ OC.L10N.register(
"OpenStack" : "OpenStack", "OpenStack" : "OpenStack",
"No external storage configured" : "Nun se configuraron almacenamientos esternos", "No external storage configured" : "Nun se configuraron almacenamientos esternos",
"You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales", "You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales",
"Delete" : "Desaniciar",
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -9,6 +9,9 @@
"Error generating key pair" : "Fallu xenerando'l par de claves", "Error generating key pair" : "Fallu xenerando'l par de claves",
"All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.", "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.",
"(group)" : "(grupu)", "(group)" : "(grupu)",
"Enable encryption" : "Habilitar cifráu",
"Never" : "Enxamás",
"Delete" : "Desaniciar",
"Delete storage?" : "¿Desaniciar almacenamientu?", "Delete storage?" : "¿Desaniciar almacenamientu?",
"Saved" : "Guardáu", "Saved" : "Guardáu",
"Saving..." : "Guardando...", "Saving..." : "Guardando...",
@ -60,8 +63,6 @@
"Name" : "Nome", "Name" : "Nome",
"Storage type" : "Triba d'almacenamientu", "Storage type" : "Triba d'almacenamientu",
"Scope" : "Ámbitu", "Scope" : "Ámbitu",
"Enable encryption" : "Habilitar cifráu",
"Never" : "Enxamás",
"Folder name" : "Nome de la carpeta", "Folder name" : "Nome de la carpeta",
"External storage" : "Almacenamientu esternu", "External storage" : "Almacenamientu esternu",
"Authentication" : "Autenticación", "Authentication" : "Autenticación",
@ -72,7 +73,6 @@
"OpenStack" : "OpenStack", "OpenStack" : "OpenStack",
"No external storage configured" : "Nun se configuraron almacenamientos esternos", "No external storage configured" : "Nun se configuraron almacenamientos esternos",
"You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales", "You can add external storages in the personal settings" : "Pues amestar almacenamientos enternos nos axustes personales",
"Delete" : "Desaniciar",
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu" "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamientu esternu"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -9,6 +9,13 @@ OC.L10N.register(
"Error generating key pair" : "Error en generar el parell de claus", "Error generating key pair" : "Error en generar el parell de claus",
"All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.", "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.",
"(group)" : "(grup)", "(group)" : "(grup)",
"Enable encryption" : "Habilitar xifrat",
"Enable previews" : "Habilitar vistes prèvies",
"Enable sharing" : "Habilita la compartició",
"Check for changes" : "Comproveu si hi ha canvis",
"Never" : "Mai",
"Once every direct access" : "Un cop cada accés directe",
"Delete" : "Esborra",
"Admin defined" : "Administrador definit", "Admin defined" : "Administrador definit",
"Delete storage?" : "Esborro l'emmagatzematge?", "Delete storage?" : "Esborro l'emmagatzematge?",
"Saved" : "Desat", "Saved" : "Desat",
@ -61,12 +68,6 @@ OC.L10N.register(
"Name" : "Nom", "Name" : "Nom",
"Storage type" : "Tipus d'emmagatzematge", "Storage type" : "Tipus d'emmagatzematge",
"Scope" : "Abast", "Scope" : "Abast",
"Enable encryption" : "Habilitar xifrat",
"Enable previews" : "Habilitar vistes prèvies",
"Enable sharing" : "Habilita la compartició",
"Check for changes" : "Comproveu si hi ha canvis",
"Never" : "Mai",
"Once every direct access" : "Un cop cada accés directe",
"Folder name" : "Nom de la carpeta", "Folder name" : "Nom de la carpeta",
"External storage" : "Emmagatzematge extern", "External storage" : "Emmagatzematge extern",
"Authentication" : "Autenticació", "Authentication" : "Autenticació",
@ -76,7 +77,6 @@ OC.L10N.register(
"Advanced settings" : "Configuració avançada", "Advanced settings" : "Configuració avançada",
"No external storage configured" : "Sense emmagatzematge extern configurat", "No external storage configured" : "Sense emmagatzematge extern configurat",
"You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal", "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal",
"Delete" : "Esborra",
"Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -7,6 +7,13 @@
"Error generating key pair" : "Error en generar el parell de claus", "Error generating key pair" : "Error en generar el parell de claus",
"All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.", "All users. Type to select user or group." : "Tots els usuaris. Escriu per seleccionar un usuari o grup.",
"(group)" : "(grup)", "(group)" : "(grup)",
"Enable encryption" : "Habilitar xifrat",
"Enable previews" : "Habilitar vistes prèvies",
"Enable sharing" : "Habilita la compartició",
"Check for changes" : "Comproveu si hi ha canvis",
"Never" : "Mai",
"Once every direct access" : "Un cop cada accés directe",
"Delete" : "Esborra",
"Admin defined" : "Administrador definit", "Admin defined" : "Administrador definit",
"Delete storage?" : "Esborro l'emmagatzematge?", "Delete storage?" : "Esborro l'emmagatzematge?",
"Saved" : "Desat", "Saved" : "Desat",
@ -59,12 +66,6 @@
"Name" : "Nom", "Name" : "Nom",
"Storage type" : "Tipus d'emmagatzematge", "Storage type" : "Tipus d'emmagatzematge",
"Scope" : "Abast", "Scope" : "Abast",
"Enable encryption" : "Habilitar xifrat",
"Enable previews" : "Habilitar vistes prèvies",
"Enable sharing" : "Habilita la compartició",
"Check for changes" : "Comproveu si hi ha canvis",
"Never" : "Mai",
"Once every direct access" : "Un cop cada accés directe",
"Folder name" : "Nom de la carpeta", "Folder name" : "Nom de la carpeta",
"External storage" : "Emmagatzematge extern", "External storage" : "Emmagatzematge extern",
"Authentication" : "Autenticació", "Authentication" : "Autenticació",
@ -74,7 +75,6 @@
"Advanced settings" : "Configuració avançada", "Advanced settings" : "Configuració avançada",
"No external storage configured" : "Sense emmagatzematge extern configurat", "No external storage configured" : "Sense emmagatzematge extern configurat",
"You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal", "You can add external storages in the personal settings" : "Pot agregar emmagatzematges externs en la configuració personal",
"Delete" : "Esborra",
"Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents" "Allow users to mount the following external storage" : "Permet als usuaris muntar els dispositius externs següents"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -13,6 +13,14 @@ OC.L10N.register(
"All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.",
"(group)" : "(skupina)", "(group)" : "(skupina)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)", "Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)",
"Enable encryption" : "Povolit šifrování",
"Enable previews" : "Povolit náhledy",
"Enable sharing" : "Povolit sdílení",
"Check for changes" : "Zkontrolovat změny",
"Never" : "Nikdy",
"Once every direct access" : "Jednou pro každý přímý přístup",
"Read only" : "Pouze pro čtení",
"Delete" : "Smazat",
"Admin defined" : "Nastaveno správcem", "Admin defined" : "Nastaveno správcem",
"Are you sure you want to delete this external storage?" : "Opravdu chcete smazat toto vnější úložiště?", "Are you sure you want to delete this external storage?" : "Opravdu chcete smazat toto vnější úložiště?",
"Delete storage?" : "Odstranit úložiště?", "Delete storage?" : "Odstranit úložiště?",
@ -103,6 +111,7 @@ OC.L10N.register(
"Request timeout (seconds)" : "Časový limit požadavku (sekundy)", "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 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.", "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.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "„%1$s“ není nainstalované. Připojení %2$s proto není možné. Požádejte svého správce systémů o instalaci.",
"External storage support" : "Podpora Externího úložiště", "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ě", "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ě.", "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ě.",
@ -110,13 +119,6 @@ OC.L10N.register(
"Name" : "Název", "Name" : "Název",
"Storage type" : "Typ úložiště", "Storage type" : "Typ úložiště",
"Scope" : "Rozsah", "Scope" : "Rozsah",
"Enable encryption" : "Povolit šifrování",
"Enable previews" : "Povolit náhledy",
"Enable sharing" : "Povolit sdílení",
"Check for changes" : "Zkontrolovat změny",
"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ě.", "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", "Folder name" : "Název adresáře",
"External storage" : "Externí úložiště", "External storage" : "Externí úložiště",
@ -141,7 +143,6 @@ OC.L10N.register(
"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ě.", "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ě", "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", "You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
"Delete" : "Smazat",
"Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště", "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště",
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště" "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště"
}, },

View file

@ -11,6 +11,14 @@
"All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.", "All users. Type to select user or group." : "Všichni uživatelé. Začněte psát pro výběr uživatelů a skupin.",
"(group)" : "(skupina)", "(group)" : "(skupina)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)", "Compatibility with Mac NFD encoding (slow)" : "Kompatibilita s Mac NFD kódováním (pomalé)",
"Enable encryption" : "Povolit šifrování",
"Enable previews" : "Povolit náhledy",
"Enable sharing" : "Povolit sdílení",
"Check for changes" : "Zkontrolovat změny",
"Never" : "Nikdy",
"Once every direct access" : "Jednou pro každý přímý přístup",
"Read only" : "Pouze pro čtení",
"Delete" : "Smazat",
"Admin defined" : "Nastaveno správcem", "Admin defined" : "Nastaveno správcem",
"Are you sure you want to delete this external storage?" : "Opravdu chcete smazat toto vnější úložiště?", "Are you sure you want to delete this external storage?" : "Opravdu chcete smazat toto vnější úložiště?",
"Delete storage?" : "Odstranit úložiště?", "Delete storage?" : "Odstranit úložiště?",
@ -101,6 +109,7 @@
"Request timeout (seconds)" : "Časový limit požadavku (sekundy)", "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 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.", "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.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "„%1$s“ není nainstalované. Připojení %2$s proto není možné. Požádejte svého správce systémů o instalaci.",
"External storage support" : "Podpora Externího úložiště", "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ě", "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ě.", "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ě.",
@ -108,13 +117,6 @@
"Name" : "Název", "Name" : "Název",
"Storage type" : "Typ úložiště", "Storage type" : "Typ úložiště",
"Scope" : "Rozsah", "Scope" : "Rozsah",
"Enable encryption" : "Povolit šifrování",
"Enable previews" : "Povolit náhledy",
"Enable sharing" : "Povolit sdílení",
"Check for changes" : "Zkontrolovat změny",
"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ě.", "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", "Folder name" : "Název adresáře",
"External storage" : "Externí úložiště", "External storage" : "Externí úložiště",
@ -139,7 +141,6 @@
"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ě.", "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ě", "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", "You can add external storages in the personal settings" : "Externí úložiště můžete přidat v osobních nastaveních",
"Delete" : "Smazat",
"Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště", "Allow users to mount the following external storage" : "Povolit uživatelů připojit následující externí úložiště",
"Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště" "Are you sure you want to delete this external storage" : "Opravdu chcete odstranit toto externí úložiště"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" },"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

@ -13,6 +13,13 @@ OC.L10N.register(
"All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.", "All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)", "Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)",
"Enable encryption" : "Slå kryptering til",
"Enable previews" : "Slå forhåndsvisninger til",
"Enable sharing" : "Slå deling til",
"Check for changes" : "Tjek for ændringer",
"Never" : "Aldrig",
"Once every direct access" : "Kun ved hver direkte tilgang",
"Delete" : "Slet",
"Admin defined" : "Bestemt af administrator", "Admin defined" : "Bestemt af administrator",
"Delete storage?" : "Slet lager?", "Delete storage?" : "Slet lager?",
"Saved" : "Gemt", "Saved" : "Gemt",
@ -99,12 +106,6 @@ OC.L10N.register(
"Name" : "Navn", "Name" : "Navn",
"Storage type" : "Lagertype", "Storage type" : "Lagertype",
"Scope" : "Anvendelsesområde", "Scope" : "Anvendelsesområde",
"Enable encryption" : "Slå kryptering til",
"Enable previews" : "Slå forhåndsvisninger til",
"Enable sharing" : "Slå deling til",
"Check for changes" : "Tjek for ændringer",
"Never" : "Aldrig",
"Once every direct access" : "Kun ved hver direkte tilgang",
"Folder name" : "Mappenavn", "Folder name" : "Mappenavn",
"External storage" : "Eksternt lager", "External storage" : "Eksternt lager",
"Authentication" : "Godkendelse", "Authentication" : "Godkendelse",
@ -117,7 +118,6 @@ OC.L10N.register(
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.",
"No external storage configured" : "Der er ingen konfigurerede eksterne lagre", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre",
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger",
"Delete" : "Slet",
"Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager",
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?" "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?"
}, },

View file

@ -11,6 +11,13 @@
"All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.", "All users. Type to select user or group." : "Alle brugere. Indtast for at vælge bruger eller gruppe.",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)", "Compatibility with Mac NFD encoding (slow)" : "Kompatibilitet med Mac NFD encoding (langsom)",
"Enable encryption" : "Slå kryptering til",
"Enable previews" : "Slå forhåndsvisninger til",
"Enable sharing" : "Slå deling til",
"Check for changes" : "Tjek for ændringer",
"Never" : "Aldrig",
"Once every direct access" : "Kun ved hver direkte tilgang",
"Delete" : "Slet",
"Admin defined" : "Bestemt af administrator", "Admin defined" : "Bestemt af administrator",
"Delete storage?" : "Slet lager?", "Delete storage?" : "Slet lager?",
"Saved" : "Gemt", "Saved" : "Gemt",
@ -97,12 +104,6 @@
"Name" : "Navn", "Name" : "Navn",
"Storage type" : "Lagertype", "Storage type" : "Lagertype",
"Scope" : "Anvendelsesområde", "Scope" : "Anvendelsesområde",
"Enable encryption" : "Slå kryptering til",
"Enable previews" : "Slå forhåndsvisninger til",
"Enable sharing" : "Slå deling til",
"Check for changes" : "Tjek for ændringer",
"Never" : "Aldrig",
"Once every direct access" : "Kun ved hver direkte tilgang",
"Folder name" : "Mappenavn", "Folder name" : "Mappenavn",
"External storage" : "Eksternt lager", "External storage" : "Eksternt lager",
"Authentication" : "Godkendelse", "Authentication" : "Godkendelse",
@ -115,7 +116,6 @@
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.",
"No external storage configured" : "Der er ingen konfigurerede eksterne lagre", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre",
"You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger",
"Delete" : "Slet",
"Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager",
"Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?" "Are you sure you want to delete this external storage" : "Er du sikker på at du vil slette denne eksterne lager?"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"

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