diff --git a/l10n/cs.js b/l10n/cs.js index 508bba37..db98d431 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Sdílet s uživateli či skupinami", "No users or groups" : "Žádní uživatelé či skupiny", "can edit" : "může upravovat", + "Unshare with {displayName}" : "Přestat sdílet s {displayName}", "Unable to delete the share." : "Sdílení se nedaří smazat.", "Unable to change permissions." : "Oprávnění se nedaří změnit", "Add List…" : "Přidat seznam…", diff --git a/l10n/cs.json b/l10n/cs.json index 5c554d97..4fd51c5f 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Sdílet s uživateli či skupinami", "No users or groups" : "Žádní uživatelé či skupiny", "can edit" : "může upravovat", + "Unshare with {displayName}" : "Přestat sdílet s {displayName}", "Unable to delete the share." : "Sdílení se nedaří smazat.", "Unable to change permissions." : "Oprávnění se nedaří změnit", "Add List…" : "Přidat seznam…", diff --git a/l10n/de.js b/l10n/de.js index d2e9ad3e..9c151fee 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Mit Benutzern oder Gruppen teilen", "No users or groups" : "Keine Benutzer oder Gruppen", "can edit" : "kann bearbeiten", + "Unshare with {displayName}" : "Mit {displayName} nicht mehr teilen", "Unable to delete the share." : "Freigabe kann nicht gelöscht werden.", "Unable to change permissions." : "Berechtigungen können nicht geändert werden.", "Add List…" : "Liste hinzufügen…", diff --git a/l10n/de.json b/l10n/de.json index ba60383b..1dea5030 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Mit Benutzern oder Gruppen teilen", "No users or groups" : "Keine Benutzer oder Gruppen", "can edit" : "kann bearbeiten", + "Unshare with {displayName}" : "Mit {displayName} nicht mehr teilen", "Unable to delete the share." : "Freigabe kann nicht gelöscht werden.", "Unable to change permissions." : "Berechtigungen können nicht geändert werden.", "Add List…" : "Liste hinzufügen…", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index d769777d..a81d0bf0 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Mit Benutzern oder Gruppen teilen", "No users or groups" : "Keine Benutzer oder Gruppen", "can edit" : "kann bearbeiten", + "Unshare with {displayName}" : "Mit {displayName} nicht mehr teilen", "Unable to delete the share." : "Freigabe kann nicht gelöscht werden.", "Unable to change permissions." : "Berechtigungen können nicht geändert werden.", "Add List…" : "Liste hinzufügen…", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 0ad2f7ee..6744c10c 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Mit Benutzern oder Gruppen teilen", "No users or groups" : "Keine Benutzer oder Gruppen", "can edit" : "kann bearbeiten", + "Unshare with {displayName}" : "Mit {displayName} nicht mehr teilen", "Unable to delete the share." : "Freigabe kann nicht gelöscht werden.", "Unable to change permissions." : "Berechtigungen können nicht geändert werden.", "Add List…" : "Liste hinzufügen…", diff --git a/l10n/el.js b/l10n/el.js index 854bd16b..4c722874 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Κοινή χρήση με χρήστες ή ομάδες", "No users or groups" : "Δεν υπάρχουν χρήστες ή ομάδες", "can edit" : "δυνατότητα επεξεργασίας", + "Unshare with {displayName}" : "Κατάργηση κοινής χρήσης με {displayName}", "Unable to delete the share." : "Αδυναμία διαγραφής κοινόχρηστου.", "Unable to change permissions." : "Αδυναμία αλλαγής δικαιωμάτων.", "Add List…" : "Προσθήκη λίστας…", diff --git a/l10n/el.json b/l10n/el.json index 4b5270af..754cfd77 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Κοινή χρήση με χρήστες ή ομάδες", "No users or groups" : "Δεν υπάρχουν χρήστες ή ομάδες", "can edit" : "δυνατότητα επεξεργασίας", + "Unshare with {displayName}" : "Κατάργηση κοινής χρήσης με {displayName}", "Unable to delete the share." : "Αδυναμία διαγραφής κοινόχρηστου.", "Unable to change permissions." : "Αδυναμία αλλαγής δικαιωμάτων.", "Add List…" : "Προσθήκη λίστας…", diff --git a/l10n/es.js b/l10n/es.js index 1edc398a..1401816c 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Compartir con otros usuarios o grupos", "No users or groups" : "No hay usuarios ni grupos.", "can edit" : "puede editar", + "Unshare with {displayName}" : "Dejar de compartir con {displayName}", "Unable to delete the share." : "No se ha podido eliminar el elemento compartido.", "Unable to change permissions." : "No se han podido cambiar los permisos.", "Add List…" : "Agregar lista...", diff --git a/l10n/es.json b/l10n/es.json index aa3a2c69..36eb6b43 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Compartir con otros usuarios o grupos", "No users or groups" : "No hay usuarios ni grupos.", "can edit" : "puede editar", + "Unshare with {displayName}" : "Dejar de compartir con {displayName}", "Unable to delete the share." : "No se ha podido eliminar el elemento compartido.", "Unable to change permissions." : "No se han podido cambiar los permisos.", "Add List…" : "Agregar lista...", diff --git a/l10n/eu.js b/l10n/eu.js index 76020893..9b67a30c 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Partekatu erabiltzaile edo taldeekin", "No users or groups" : "Ez dago erabiltzaile edo talderik", "can edit" : "edita daiteke", + "Unshare with {displayName}" : "Utzi {displayName} erabiltzailearekin partekatzeari", "Unable to delete the share." : "Ezin da partekatzea ezabatu.", "Unable to change permissions." : "Ezin dira baimenak aldatu.", "Add List…" : "Gehitu zerrenda...", diff --git a/l10n/eu.json b/l10n/eu.json index 027d3ff9..e97bbebc 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Partekatu erabiltzaile edo taldeekin", "No users or groups" : "Ez dago erabiltzaile edo talderik", "can edit" : "edita daiteke", + "Unshare with {displayName}" : "Utzi {displayName} erabiltzailearekin partekatzeari", "Unable to delete the share." : "Ezin da partekatzea ezabatu.", "Unable to change permissions." : "Ezin dira baimenak aldatu.", "Add List…" : "Gehitu zerrenda...", diff --git a/l10n/fa.js b/l10n/fa.js index dd9e1b60..7ec5913d 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -11,6 +11,7 @@ OC.L10N.register( "Share with users or groups" : "اشتراک گذاری با کاربران یا گروه ها ...", "No users or groups" : "هیچ کاربر یا گروهی وجود ندارد", "can edit" : "توانایی ویرایش", + "Unshare with {displayName}" : "عدم اشتراک گذاری با {displayName}", "New List" : "لیست جدید", "Cancel" : "لغو", "Save" : "ذخیره", diff --git a/l10n/fa.json b/l10n/fa.json index 224d1776..adf4fca1 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -9,6 +9,7 @@ "Share with users or groups" : "اشتراک گذاری با کاربران یا گروه ها ...", "No users or groups" : "هیچ کاربر یا گروهی وجود ندارد", "can edit" : "توانایی ویرایش", + "Unshare with {displayName}" : "عدم اشتراک گذاری با {displayName}", "New List" : "لیست جدید", "Cancel" : "لغو", "Save" : "ذخیره", diff --git a/l10n/fr.js b/l10n/fr.js index cf8c68de..0b2e0c32 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Partager avec des utilisateurs ou des groupes", "No users or groups" : "Aucun utilisateur ou groupe", "can edit" : "peut modifier", + "Unshare with {displayName}" : "Ne plus partager avec {displayName}", "Unable to delete the share." : "Impossible de supprimer le partage.", "Unable to change permissions." : "Impossible de modifier les autorisations.", "Add List…" : "Ajouter une liste...", diff --git a/l10n/fr.json b/l10n/fr.json index 3e4cd40c..7c217a4f 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Partager avec des utilisateurs ou des groupes", "No users or groups" : "Aucun utilisateur ou groupe", "can edit" : "peut modifier", + "Unshare with {displayName}" : "Ne plus partager avec {displayName}", "Unable to delete the share." : "Impossible de supprimer le partage.", "Unable to change permissions." : "Impossible de modifier les autorisations.", "Add List…" : "Ajouter une liste...", diff --git a/l10n/gl.js b/l10n/gl.js index f6f09400..43cc04b5 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Compartir con usuarios ou grupos", "No users or groups" : "Non hai usuarios nin grupos", "can edit" : "pode editar", + "Unshare with {displayName}" : "Deixar de compartir con {displayName}", "Unable to delete the share." : "Non foi posíbel eliminar o recurso compartido", "Unable to change permissions." : "Non foi posíbel cambiar os permisos.", "Add List…" : "Engadir unha lista...", diff --git a/l10n/gl.json b/l10n/gl.json index 4f0d8a22..73c00449 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Compartir con usuarios ou grupos", "No users or groups" : "Non hai usuarios nin grupos", "can edit" : "pode editar", + "Unshare with {displayName}" : "Deixar de compartir con {displayName}", "Unable to delete the share." : "Non foi posíbel eliminar o recurso compartido", "Unable to change permissions." : "Non foi posíbel cambiar os permisos.", "Add List…" : "Engadir unha lista...", diff --git a/l10n/hr.js b/l10n/hr.js index dbe6f3e9..1c25d8e8 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Dijelite s korisnicima ili grupama", "No users or groups" : "Nema korisnika ili grupa", "can edit" : "uređivanje moguće", + "Unshare with {displayName}" : "Prekid dijeljenja s {displayName}", "Unable to delete the share." : "Nije moguće izbrisati dijeljenje.", "Unable to change permissions." : "Nije moguće promijeniti dopuštenja.", "Add List…" : "Dodaj popis…", diff --git a/l10n/hr.json b/l10n/hr.json index 25e874c6..fff7c491 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Dijelite s korisnicima ili grupama", "No users or groups" : "Nema korisnika ili grupa", "can edit" : "uređivanje moguće", + "Unshare with {displayName}" : "Prekid dijeljenja s {displayName}", "Unable to delete the share." : "Nije moguće izbrisati dijeljenje.", "Unable to change permissions." : "Nije moguće promijeniti dopuštenja.", "Add List…" : "Dodaj popis…", diff --git a/l10n/is.js b/l10n/is.js index 7296651b..ffac5372 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Deila með notendum eða hópum", "No users or groups" : "Engir notendur eða hópar", "can edit" : "getur breytt", + "Unshare with {displayName}" : "Hætta deilingu með {displayName}", "Unable to delete the share." : "Get ekki eytt sameigninni.", "Unable to change permissions." : "Tekst ekki að breyta heimildum.", "Add List…" : "Bæta við lista...", diff --git a/l10n/is.json b/l10n/is.json index 5b32227d..c02fa497 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Deila með notendum eða hópum", "No users or groups" : "Engir notendur eða hópar", "can edit" : "getur breytt", + "Unshare with {displayName}" : "Hætta deilingu með {displayName}", "Unable to delete the share." : "Get ekki eytt sameigninni.", "Unable to change permissions." : "Tekst ekki að breyta heimildum.", "Add List…" : "Bæta við lista...", diff --git a/l10n/it.js b/l10n/it.js index bedc027b..f6f11859 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Condividi con utenti o gruppi", "No users or groups" : "Nessun utente o gruppo", "can edit" : "può modificare", + "Unshare with {displayName}" : "Rimuovi condivisione con {displayName}", "Unable to delete the share." : "Impossibile eliminare la condivisione.", "Unable to change permissions." : "Impossibile cambiare i permessi.", "Add List…" : "Aggiungi elenco...", diff --git a/l10n/it.json b/l10n/it.json index b9a9faa3..b1435b56 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Condividi con utenti o gruppi", "No users or groups" : "Nessun utente o gruppo", "can edit" : "può modificare", + "Unshare with {displayName}" : "Rimuovi condivisione con {displayName}", "Unable to delete the share." : "Impossibile eliminare la condivisione.", "Unable to change permissions." : "Impossibile cambiare i permessi.", "Add List…" : "Aggiungi elenco...", diff --git a/l10n/ja.js b/l10n/ja.js index f9b5325a..f174297d 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "ユーザーまたはグループと共有する", "No users or groups" : "ユーザーまたはグループはありません", "can edit" : "編集を許可", + "Unshare with {displayName}" : "{displayName}との共有を解除", "Unable to delete the share." : "共有を解除できません。", "Unable to change permissions." : "権限を変更できません。", "Add List…" : "リストを追加…", diff --git a/l10n/ja.json b/l10n/ja.json index 986fa10b..66cf9c0e 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -10,6 +10,7 @@ "Share with users or groups" : "ユーザーまたはグループと共有する", "No users or groups" : "ユーザーまたはグループはありません", "can edit" : "編集を許可", + "Unshare with {displayName}" : "{displayName}との共有を解除", "Unable to delete the share." : "共有を解除できません。", "Unable to change permissions." : "権限を変更できません。", "Add List…" : "リストを追加…", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 43229a83..d6c8d00a 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Bendrinti su naudotojais ar grupėmis", "No users or groups" : "Nėra jokių naudotojų ar grupių", "can edit" : "gali redaguoti", + "Unshare with {displayName}" : "Nustoti bendrinti su {displayName}", "Unable to delete the share." : "Nepavyko ištrinti viešinio.", "Unable to change permissions." : "Nepavyko pakeisti leidimų.", "Add List…" : "Pridėti sąrašą…", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 130a2d4c..68dda18a 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Bendrinti su naudotojais ar grupėmis", "No users or groups" : "Nėra jokių naudotojų ar grupių", "can edit" : "gali redaguoti", + "Unshare with {displayName}" : "Nustoti bendrinti su {displayName}", "Unable to delete the share." : "Nepavyko ištrinti viešinio.", "Unable to change permissions." : "Nepavyko pakeisti leidimų.", "Add List…" : "Pridėti sąrašą…", diff --git a/l10n/nb.js b/l10n/nb.js index e23b3f7d..bef98d4f 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Del med brukere eller grupper", "No users or groups" : "Ingen brukere eller grupper", "can edit" : "kan redigere", + "Unshare with {displayName}" : "Fjern deling med {displayName}", "Unable to delete the share." : "Kan ikke slette delingen.", "New List" : "Ny liste", "Cancel" : "Avbryt", diff --git a/l10n/nb.json b/l10n/nb.json index 7c0c4562..4b9892d0 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Del med brukere eller grupper", "No users or groups" : "Ingen brukere eller grupper", "can edit" : "kan redigere", + "Unshare with {displayName}" : "Fjern deling med {displayName}", "Unable to delete the share." : "Kan ikke slette delingen.", "New List" : "Ny liste", "Cancel" : "Avbryt", diff --git a/l10n/nl.js b/l10n/nl.js index 62343392..8338c981 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Delen met gebruikers of groepen", "No users or groups" : "Geen gebruikers of groepen", "can edit" : "kan bewerken", + "Unshare with {displayName}" : "Stop delen met {displayName}", "Unable to delete the share." : "Kan de share niet verwijderen.", "Unable to change permissions." : "Kan de permissies niet wijzigen.", "Add List…" : "Toevoegen lijst...", diff --git a/l10n/nl.json b/l10n/nl.json index 56b2b02e..03594a3f 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Delen met gebruikers of groepen", "No users or groups" : "Geen gebruikers of groepen", "can edit" : "kan bewerken", + "Unshare with {displayName}" : "Stop delen met {displayName}", "Unable to delete the share." : "Kan de share niet verwijderen.", "Unable to change permissions." : "Kan de permissies niet wijzigen.", "Add List…" : "Toevoegen lijst...", diff --git a/l10n/pl.js b/l10n/pl.js index 92cc1c1f..0848858e 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Udostępnij użytkownikom lub grupom", "No users or groups" : "Brak użytkowników lub grup", "can edit" : "może edytować", + "Unshare with {displayName}" : "Nie współdziel z {displayName}", "Unable to delete the share." : "Nie można usunąć współdzielenia.", "Unable to change permissions." : "Nie można zmienić uprawnień.", "Add List…" : "Dodaj listę…", diff --git a/l10n/pl.json b/l10n/pl.json index c0149d0a..642d1b4f 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Udostępnij użytkownikom lub grupom", "No users or groups" : "Brak użytkowników lub grup", "can edit" : "może edytować", + "Unshare with {displayName}" : "Nie współdziel z {displayName}", "Unable to delete the share." : "Nie można usunąć współdzielenia.", "Unable to change permissions." : "Nie można zmienić uprawnień.", "Add List…" : "Dodaj listę…", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 640896fd..6d58a5e8 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Compartilhar com usuários ou grupos", "No users or groups" : "Sem usuários ou grupos", "can edit" : "pode editar", + "Unshare with {displayName}" : "Descompartilhar com {displayName}", "Unable to delete the share." : "Não foi possível excluir o compartilhamento.", "Unable to change permissions." : "Não foi possível alterar as permissões", "Add List…" : "Adicionar Lista...", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index f479bc61..dfb5a9eb 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Compartilhar com usuários ou grupos", "No users or groups" : "Sem usuários ou grupos", "can edit" : "pode editar", + "Unshare with {displayName}" : "Descompartilhar com {displayName}", "Unable to delete the share." : "Não foi possível excluir o compartilhamento.", "Unable to change permissions." : "Não foi possível alterar as permissões", "Add List…" : "Adicionar Lista...", diff --git a/l10n/ru.js b/l10n/ru.js index d4037598..67245f45 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Поделиться с пользователями или группами", "No users or groups" : "Пользователи или группы отсутствуют", "can edit" : "Разрешить редактировать", + "Unshare with {displayName}" : "Отменить общий доступ для {displayName}", "Unable to delete the share." : "Невозможно закрыть общий доступ.", "Unable to change permissions." : "Невозможно изменить права доступа.", "Add List…" : "Добавить список…", diff --git a/l10n/ru.json b/l10n/ru.json index c0625e40..9e587a1d 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Поделиться с пользователями или группами", "No users or groups" : "Пользователи или группы отсутствуют", "can edit" : "Разрешить редактировать", + "Unshare with {displayName}" : "Отменить общий доступ для {displayName}", "Unable to delete the share." : "Невозможно закрыть общий доступ.", "Unable to change permissions." : "Невозможно изменить права доступа.", "Add List…" : "Добавить список…", diff --git a/l10n/sk.js b/l10n/sk.js index f3fcea6e..6287d4cf 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Sprístupniť používateľom alebo skupinám", "No users or groups" : "Žiadny používatelia alebo skupiny", "can edit" : "môže upravovať ", + "Unshare with {displayName}" : "Zrušiť zdieľanie s {displayName}", "Unable to delete the share." : "Nemožno zmazať zdieľanie.", "Unable to change permissions." : "Nepodarilo sa zmeniť oprávnenia.", "Add List…" : "Pridať zoznam", diff --git a/l10n/sk.json b/l10n/sk.json index ba1fc011..5b5689c1 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Sprístupniť používateľom alebo skupinám", "No users or groups" : "Žiadny používatelia alebo skupiny", "can edit" : "môže upravovať ", + "Unshare with {displayName}" : "Zrušiť zdieľanie s {displayName}", "Unable to delete the share." : "Nemožno zmazať zdieľanie.", "Unable to change permissions." : "Nepodarilo sa zmeniť oprávnenia.", "Add List…" : "Pridať zoznam", diff --git a/l10n/sv.js b/l10n/sv.js index a486eeb8..980e880a 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -12,6 +12,7 @@ OC.L10N.register( "Share with users or groups" : "Dela med användare eller grupper", "No users or groups" : "Inga användare eller grupper", "can edit" : "kan redigera", + "Unshare with {displayName}" : "Sluta dela med {displayName}", "Unable to delete the share." : "Kan inte ta bort delningen.", "Unable to change permissions." : "Kan inte ändra behörigheter.", "Add List…" : "Lägg till lista...", diff --git a/l10n/sv.json b/l10n/sv.json index d19800fb..790a7571 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -10,6 +10,7 @@ "Share with users or groups" : "Dela med användare eller grupper", "No users or groups" : "Inga användare eller grupper", "can edit" : "kan redigera", + "Unshare with {displayName}" : "Sluta dela med {displayName}", "Unable to delete the share." : "Kan inte ta bort delningen.", "Unable to change permissions." : "Kan inte ändra behörigheter.", "Add List…" : "Lägg till lista...", diff --git a/l10n/tr.js b/l10n/tr.js index 4f733bdf..b6c09e8b 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "Kullanıcı ya da gruplarla paylaş", "No users or groups" : "Hiçbir kullanıcı ya da grupla", "can edit" : "düzenleyebilir", + "Unshare with {displayName}" : "{displayName} ile paylaşımı kaldır", "Unable to delete the share." : "Paylaşım silinemedi.", "Unable to change permissions." : "İzinler değiştirilemedi.", "Add List…" : "Liste Ekle …", diff --git a/l10n/tr.json b/l10n/tr.json index b98c8b88..8d0a4184 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -11,6 +11,7 @@ "Share with users or groups" : "Kullanıcı ya da gruplarla paylaş", "No users or groups" : "Hiçbir kullanıcı ya da grupla", "can edit" : "düzenleyebilir", + "Unshare with {displayName}" : "{displayName} ile paylaşımı kaldır", "Unable to delete the share." : "Paylaşım silinemedi.", "Unable to change permissions." : "İzinler değiştirilemedi.", "Add List…" : "Liste Ekle …", diff --git a/l10n/uk.js b/l10n/uk.js index cb05578f..eae5a381 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -11,6 +11,7 @@ OC.L10N.register( "Share with users or groups" : "Поділитися з користувачем або групою", "No users or groups" : "Жодного користувача або групм", "can edit" : "може редагувати", + "Unshare with {displayName}" : "Припинити поширення з {displayName}", "New List" : "Новий список", "Cancel" : "Скасувати", "Save" : "Зберегти", diff --git a/l10n/uk.json b/l10n/uk.json index 1acf8551..8c6a50cd 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -9,6 +9,7 @@ "Share with users or groups" : "Поділитися з користувачем або групою", "No users or groups" : "Жодного користувача або групм", "can edit" : "може редагувати", + "Unshare with {displayName}" : "Припинити поширення з {displayName}", "New List" : "Новий список", "Cancel" : "Скасувати", "Save" : "Зберегти", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index e49d1876..f45c72ee 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -13,6 +13,7 @@ OC.L10N.register( "Share with users or groups" : "和用户或者群组共享", "No users or groups" : "无用户或群组", "can edit" : "可编辑", + "Unshare with {displayName}" : "取消与{displayName}的共享", "Unable to delete the share." : "无法删除此共享。", "Unable to change permissions." : "无法修改权限。", "Add List…" : "添加列表 ...", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 924f39ac..4d7706c2 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -11,6 +11,7 @@ "Share with users or groups" : "和用户或者群组共享", "No users or groups" : "无用户或群组", "can edit" : "可编辑", + "Unshare with {displayName}" : "取消与{displayName}的共享", "Unable to delete the share." : "无法删除此共享。", "Unable to change permissions." : "无法修改权限。", "Add List…" : "添加列表 ...",