diff --git a/client/lang/cs.js b/client/lang/cs.js index c9977bbe..62549779 100644 --- a/client/lang/cs.js +++ b/client/lang/cs.js @@ -9,13 +9,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementAddElementPopover.SEARCH_BLOCKS": "Prohledat bloky", "ElementAddNewButton.ADD_BLOCK": "Přidat blok", "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Jste si jistí, že chcete blok odeslat do archivu?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varování: Tento blok bude před odesláním do archivu označen jako nezveřejněný. Opravdu chcete pokračovat?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Chyba při zobrazení formuláře úprav tohoto bloku", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Zobrazit editovatelná pole", "ElementHeader.NOTITLE": "Nepojmenovaný {type} blok", "ElementHeader.STATE_DRAFT": "Položka dosud nebyla zveřejněna", @@ -23,7 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Přidat bloky a umístit obsah", "ElementPublishAction.ERROR_NOTIFICATION": "Chyba při zveřejnění '{title}'", "ElementPublishAction.PUBLISH": "Zveřejnit", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Úspěšně zveřejněno '{title}'", "ElementSaveAction.ERROR_NOTIFICATION": "Chyba při ukládání '{title}'", "ElementSaveAction.SAVE": "Uložit", @@ -32,13 +27,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Chyba při zrušení zveřejnění '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' odstraněno ze zveřejněných stránek", "ElementUnpublishAction.UNPUBLISH": "Nezveřejnit", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Upravit blok {type}", - "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok" }); } \ No newline at end of file diff --git a/client/lang/de.js b/client/lang/de.js index 5bfd8637..9b6dfaa5 100644 --- a/client/lang/de.js +++ b/client/lang/de.js @@ -9,13 +9,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementAddElementPopover.SEARCH_BLOCKS": "Blöcke suchen", "ElementAddNewButton.ADD_BLOCK": "Block hinzufügen", "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Sind Sie sicher, dass Sie diesen Block archivieren wollen?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warnung: Dieser Block wird von der veröffentlichten Seite entfernt, bevor er archiviert wird. Wollen Sie fortfahren?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Fehler beim Bearbeitungsformular für diesen Block", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Zeige editierbare Felder", "ElementHeader.NOTITLE": "{type} block ohne Titel", "ElementHeader.STATE_DRAFT": "Dieses Element wurde noch nicht veröffentlicht", @@ -23,7 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Fügen Sie Blöcke für den Inhalt hinzu", "ElementPublishAction.ERROR_NOTIFICATION": "Fehler beim Veröffentlichen von '{title}'", "ElementPublishAction.PUBLISH": "Veröffentlichen", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich veröffentlicht", "ElementSaveAction.ERROR_NOTIFICATION": "Fehler beim Speichern von '{title}'", "ElementSaveAction.SAVE": "Speichern", @@ -32,13 +27,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Fehler beim zurücknehmen der Veröffentlichung von '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' wurde von der veröffentlichten Seite entfernt.", "ElementUnpublishAction.UNPUBLISH": "Veröffentlichung zurücknehmen", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Diesen {type} Block bearbeiten", - "HistoricElementView.BLOCK_HISTORY": "Block anzeigen", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Block anzeigen" }); } \ No newline at end of file diff --git a/client/lang/en.js b/client/lang/en.js index 0f4a4959..7f6ff347 100644 --- a/client/lang/en.js +++ b/client/lang/en.js @@ -20,8 +20,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementHeader.NOTITLE": "Untitled {type} block", "ElementHeader.STATE_DRAFT": "Item has not been published yet", "ElementHeader.STATE_MODIFIED": "Item has unpublished changes", - "ElementHeader.BADGE_DRAFT": "Draft", - "ElementHeader.BADGE_MODIFIED": "Modified", "ElementList.ADD_BLOCKS": "Add blocks to place your content", "ElementPublishAction.ERROR_NOTIFICATION": "Error publishing '{title}'", "ElementPublishAction.PUBLISH": "Publish", diff --git a/client/lang/fi.js b/client/lang/fi.js index 37cbce70..3475baab 100644 --- a/client/lang/fi.js +++ b/client/lang/fi.js @@ -9,13 +9,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementAddElementPopover.SEARCH_BLOCKS": "Etsi palikoita", "ElementAddNewButton.ADD_BLOCK": "Lisää palikka", "ElementArchiveAction.ARCHIVE": "Arkistoi", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Haluatko varmasti siirtää tämän palikan arkistoon?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varoitus: tämä palikka poistetaan julkaisusta ennen kuin se siirretään arkistoon. Haluatko varmasti jatkaa?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Virhe näytettäessä muokkauskenttää tälle palikalle", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Näytä muokattavat kentät", "ElementHeader.NOTITLE": "Nimetön {type} palikka", "ElementHeader.STATE_DRAFT": "Kohdetta ei ole vielä julkaistu", @@ -23,7 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Lisää palikoita julkaistaksesi sisältöä", "ElementPublishAction.ERROR_NOTIFICATION": "Virhe julkaistaessa '{title}'", "ElementPublishAction.PUBLISH": "Julkaise", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Julkaistiin '{title}' onnistuneesti", "ElementSaveAction.ERROR_NOTIFICATION": "Virhe tallennettaessa '{title}'", "ElementSaveAction.SAVE": "Tallenna", @@ -32,13 +27,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Virhe poistettaessa julkaisua » '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Poistettiin '{title}' julkaistulta sivulta", "ElementUnpublishAction.UNPUBLISH": "Poista julkaisusta", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Muokkaa {type} palikkaa", - "HistoricElementView.BLOCK_HISTORY": "Näytä palikka", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Näytä palikka" }); } \ No newline at end of file diff --git a/client/lang/fr.js b/client/lang/fr.js index cd8e9a96..81aeca12 100644 --- a/client/lang/fr.js +++ b/client/lang/fr.js @@ -8,14 +8,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { ss.i18n.addDictionary('fr', { "ElementAddElementPopover.SEARCH_BLOCKS": "Chercher blocs", "ElementAddNewButton.ADD_BLOCK": "Ajouter bloc", - "ElementArchiveAction.ARCHIVE": "Archive", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Êtes-vous sûr de vouloir envoyer ce bloc aux archives ?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attention: Ce bloc sera dépublié avant d'être envoyé aux archives. Êtes-vous sûr de vouloir continuer ?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Erreur à l'affichage du formulaire d'édition pour ce bloc", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Montrer les champs éditables", "ElementHeader.NOTITLE": "Bloc {type} sans titre", "ElementHeader.STATE_DRAFT": "L'élément n'a pas encore été publié", @@ -23,7 +18,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Ajouter des blocs pour placer votre contenu", "ElementPublishAction.ERROR_NOTIFICATION": "Erreur à la publication de '{title}'", "ElementPublishAction.PUBLISH": "Publier", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' publié avec succès", "ElementSaveAction.ERROR_NOTIFICATION": "Erreur à la sauvegarde de '{title}'", "ElementSaveAction.SAVE": "Sauvegarder", @@ -32,13 +26,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Erreur à la dépublication de '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' retiré de la page publiée", "ElementUnpublishAction.UNPUBLISH": "Dépublier", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Éditer ce bloc {type}", - "HistoricElementView.BLOCK_HISTORY": "Voir bloc", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Voir bloc" }); } \ No newline at end of file diff --git a/client/lang/it.js b/client/lang/it.js index 13b9e669..8479b27a 100644 --- a/client/lang/it.js +++ b/client/lang/it.js @@ -9,13 +9,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementAddElementPopover.SEARCH_BLOCKS": "Cerca blocchi", "ElementAddNewButton.ADD_BLOCK": "Aggiungi blocco", "ElementArchiveAction.ARCHIVE": "Archivio", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Sei sicuro di voler inviare questo blocco all'archivio?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attenzione: questo blocco non sarà pubblicato prima di essere inviato all'archivio. Sei sicuro di voler procedere?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Errore durante la visualizzazione del modulo di modifica per questo blocco", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Mostra campi modificabili", "ElementHeader.NOTITLE": "Blocco {type} senza titolo", "ElementHeader.STATE_DRAFT": "L'articolo non è stato ancora pubblicato", @@ -23,7 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Aggiungi blocchi per posizionare il tuo contenuto", "ElementPublishAction.ERROR_NOTIFICATION": "Errore di pubblicazione '{title}'", "ElementPublishAction.PUBLISH": "Pubblica", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Pubblicato '{title}' con successo", "ElementSaveAction.ERROR_NOTIFICATION": "Errore durante il salvataggio '{title}'", "ElementSaveAction.SAVE": "Salva", @@ -32,13 +27,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Errore di annullamento della pubblicazione '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Rimosso '{title}' dalla pagina pubblicata", "ElementUnpublishAction.UNPUBLISH": "Non pubblicato", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Modifica questo blocco {type} ", - "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco" }); } \ No newline at end of file diff --git a/client/lang/pl.js b/client/lang/pl.js index a8471d49..2befe33a 100644 --- a/client/lang/pl.js +++ b/client/lang/pl.js @@ -15,7 +15,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementArchiveAction.DUPLICATE": "Duplikat", "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplikat, niewystarczające uprawnienia", "ElementEditForm.ERROR_NOTIFICATION": "Błąd podczas wyświetlania formularza edycji dla tego bloku", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Pokaż pola możliwe do edycji", "ElementHeader.NOTITLE": "Nienazwany {type} blok", "ElementHeader.STATE_DRAFT": "Przedmiot nie został jeszcze opublikowany", @@ -33,9 +32,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Usunięto „{title}” z opublikowanej strony", "ElementUnpublishAction.UNPUBLISH": "Cofnij publikację", "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Cofnij publikację, niewystarczające uprawnienia", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", "ElementalElement.CHILD_RENDERING_ERROR": "Coś poszło nie tak z tym blokiem. Prosimy raz jeszcze zapisz, potem odświeżmy przeglądarkę – zakładkę z CMSem.", "ElementalElement.TITLE": "Edytuj {type} blok", "HistoricElementView.BLOCK_HISTORY": "Widok bloku", diff --git a/client/lang/sl.js b/client/lang/sl.js index 998b9811..88aa5ec5 100644 --- a/client/lang/sl.js +++ b/client/lang/sl.js @@ -9,13 +9,9 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementAddElementPopover.SEARCH_BLOCKS": "Najdi gradnik", "ElementAddNewButton.ADD_BLOCK": "Dodaj gradnik", "ElementArchiveAction.ARCHIVE": "Arhiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Želite arhivirati izbrani gradnik?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Opozorilo: Gradnik bo umaknjen iz objave preden ga bomo arhivirali. Želite nadaljevati?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Napaka pri prikazu obrazca za urejanje tega gradnika", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Prikaži polja, ki jih je mogoče urejati", "ElementHeader.NOTITLE": "{type} gradnik brez naslova", "ElementHeader.STATE_DRAFT": "Ta gradnik še ni objavljen", @@ -23,7 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementList.ADD_BLOCKS": "Dodajte gradnik z vsebino", "ElementPublishAction.ERROR_NOTIFICATION": "Napaka pri objavi '{title}'", "ElementPublishAction.PUBLISH": "Objavi", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Objavili smo '{title}'", "ElementSaveAction.ERROR_NOTIFICATION": "Napaka pri shranjevanju '{title}'", "ElementSaveAction.SAVE": "Shrani", @@ -32,13 +27,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { "ElementUnpublishAction.ERROR_NOTIFICATION": "Napaka pri umiku '{title}' iz objave", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Z objavljene strani smo odstranili '{title}'", "ElementUnpublishAction.UNPUBLISH": "Umakni iz objave", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Urejanje gradnika {type}", - "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik" }); } \ No newline at end of file diff --git a/client/lang/src/cs.json b/client/lang/src/cs.json index 91047738..1bea370d 100644 --- a/client/lang/src/cs.json +++ b/client/lang/src/cs.json @@ -2,13 +2,9 @@ "ElementAddElementPopover.SEARCH_BLOCKS": "Prohledat bloky", "ElementAddNewButton.ADD_BLOCK": "Přidat blok", "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Jste si jistí, že chcete blok odeslat do archivu?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varování: Tento blok bude před odesláním do archivu označen jako nezveřejněný. Opravdu chcete pokračovat?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Chyba při zobrazení formuláře úprav tohoto bloku", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Zobrazit editovatelná pole", "ElementHeader.NOTITLE": "Nepojmenovaný {type} blok", "ElementHeader.STATE_DRAFT": "Položka dosud nebyla zveřejněna", @@ -16,7 +12,6 @@ "ElementList.ADD_BLOCKS": "Přidat bloky a umístit obsah", "ElementPublishAction.ERROR_NOTIFICATION": "Chyba při zveřejnění '{title}'", "ElementPublishAction.PUBLISH": "Zveřejnit", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Úspěšně zveřejněno '{title}'", "ElementSaveAction.ERROR_NOTIFICATION": "Chyba při ukládání '{title}'", "ElementSaveAction.SAVE": "Uložit", @@ -25,12 +20,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Chyba při zrušení zveřejnění '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' odstraněno ze zveřejněných stránek", "ElementUnpublishAction.UNPUBLISH": "Nezveřejnit", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Upravit blok {type}", - "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Zobrazit blok" } \ No newline at end of file diff --git a/client/lang/src/de.json b/client/lang/src/de.json index 122c9f0e..f33a3233 100644 --- a/client/lang/src/de.json +++ b/client/lang/src/de.json @@ -2,13 +2,9 @@ "ElementAddElementPopover.SEARCH_BLOCKS": "Blöcke suchen", "ElementAddNewButton.ADD_BLOCK": "Block hinzufügen", "ElementArchiveAction.ARCHIVE": "Archiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Sind Sie sicher, dass Sie diesen Block archivieren wollen?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Warnung: Dieser Block wird von der veröffentlichten Seite entfernt, bevor er archiviert wird. Wollen Sie fortfahren?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Fehler beim Bearbeitungsformular für diesen Block", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Zeige editierbare Felder", "ElementHeader.NOTITLE": "{type} block ohne Titel", "ElementHeader.STATE_DRAFT": "Dieses Element wurde noch nicht veröffentlicht", @@ -16,7 +12,6 @@ "ElementList.ADD_BLOCKS": "Fügen Sie Blöcke für den Inhalt hinzu", "ElementPublishAction.ERROR_NOTIFICATION": "Fehler beim Veröffentlichen von '{title}'", "ElementPublishAction.PUBLISH": "Veröffentlichen", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' erfolgreich veröffentlicht", "ElementSaveAction.ERROR_NOTIFICATION": "Fehler beim Speichern von '{title}'", "ElementSaveAction.SAVE": "Speichern", @@ -25,12 +20,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Fehler beim zurücknehmen der Veröffentlichung von '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' wurde von der veröffentlichten Seite entfernt.", "ElementUnpublishAction.UNPUBLISH": "Veröffentlichung zurücknehmen", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Diesen {type} Block bearbeiten", - "HistoricElementView.BLOCK_HISTORY": "Block anzeigen", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Block anzeigen" } \ No newline at end of file diff --git a/client/lang/src/fi.json b/client/lang/src/fi.json index 06f7369f..2fcdd5bf 100644 --- a/client/lang/src/fi.json +++ b/client/lang/src/fi.json @@ -2,13 +2,9 @@ "ElementAddElementPopover.SEARCH_BLOCKS": "Etsi palikoita", "ElementAddNewButton.ADD_BLOCK": "Lisää palikka", "ElementArchiveAction.ARCHIVE": "Arkistoi", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Haluatko varmasti siirtää tämän palikan arkistoon?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Varoitus: tämä palikka poistetaan julkaisusta ennen kuin se siirretään arkistoon. Haluatko varmasti jatkaa?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Virhe näytettäessä muokkauskenttää tälle palikalle", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Näytä muokattavat kentät", "ElementHeader.NOTITLE": "Nimetön {type} palikka", "ElementHeader.STATE_DRAFT": "Kohdetta ei ole vielä julkaistu", @@ -16,7 +12,6 @@ "ElementList.ADD_BLOCKS": "Lisää palikoita julkaistaksesi sisältöä", "ElementPublishAction.ERROR_NOTIFICATION": "Virhe julkaistaessa '{title}'", "ElementPublishAction.PUBLISH": "Julkaise", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Julkaistiin '{title}' onnistuneesti", "ElementSaveAction.ERROR_NOTIFICATION": "Virhe tallennettaessa '{title}'", "ElementSaveAction.SAVE": "Tallenna", @@ -25,12 +20,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Virhe poistettaessa julkaisua » '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Poistettiin '{title}' julkaistulta sivulta", "ElementUnpublishAction.UNPUBLISH": "Poista julkaisusta", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Muokkaa {type} palikkaa", - "HistoricElementView.BLOCK_HISTORY": "Näytä palikka", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Näytä palikka" } \ No newline at end of file diff --git a/client/lang/src/fr.json b/client/lang/src/fr.json index dfb2a38d..304136ff 100644 --- a/client/lang/src/fr.json +++ b/client/lang/src/fr.json @@ -1,14 +1,9 @@ { "ElementAddElementPopover.SEARCH_BLOCKS": "Chercher blocs", "ElementAddNewButton.ADD_BLOCK": "Ajouter bloc", - "ElementArchiveAction.ARCHIVE": "Archive", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Êtes-vous sûr de vouloir envoyer ce bloc aux archives ?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attention: Ce bloc sera dépublié avant d'être envoyé aux archives. Êtes-vous sûr de vouloir continuer ?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Erreur à l'affichage du formulaire d'édition pour ce bloc", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Montrer les champs éditables", "ElementHeader.NOTITLE": "Bloc {type} sans titre", "ElementHeader.STATE_DRAFT": "L'élément n'a pas encore été publié", @@ -16,7 +11,6 @@ "ElementList.ADD_BLOCKS": "Ajouter des blocs pour placer votre contenu", "ElementPublishAction.ERROR_NOTIFICATION": "Erreur à la publication de '{title}'", "ElementPublishAction.PUBLISH": "Publier", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "'{title}' publié avec succès", "ElementSaveAction.ERROR_NOTIFICATION": "Erreur à la sauvegarde de '{title}'", "ElementSaveAction.SAVE": "Sauvegarder", @@ -25,12 +19,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Erreur à la dépublication de '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "'{title}' retiré de la page publiée", "ElementUnpublishAction.UNPUBLISH": "Dépublier", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Éditer ce bloc {type}", - "HistoricElementView.BLOCK_HISTORY": "Voir bloc", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Voir bloc" } \ No newline at end of file diff --git a/client/lang/src/it.json b/client/lang/src/it.json index d3250fc1..8d7d47c9 100644 --- a/client/lang/src/it.json +++ b/client/lang/src/it.json @@ -2,13 +2,9 @@ "ElementAddElementPopover.SEARCH_BLOCKS": "Cerca blocchi", "ElementAddNewButton.ADD_BLOCK": "Aggiungi blocco", "ElementArchiveAction.ARCHIVE": "Archivio", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Sei sicuro di voler inviare questo blocco all'archivio?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Attenzione: questo blocco non sarà pubblicato prima di essere inviato all'archivio. Sei sicuro di voler procedere?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Errore durante la visualizzazione del modulo di modifica per questo blocco", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Mostra campi modificabili", "ElementHeader.NOTITLE": "Blocco {type} senza titolo", "ElementHeader.STATE_DRAFT": "L'articolo non è stato ancora pubblicato", @@ -16,7 +12,6 @@ "ElementList.ADD_BLOCKS": "Aggiungi blocchi per posizionare il tuo contenuto", "ElementPublishAction.ERROR_NOTIFICATION": "Errore di pubblicazione '{title}'", "ElementPublishAction.PUBLISH": "Pubblica", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Pubblicato '{title}' con successo", "ElementSaveAction.ERROR_NOTIFICATION": "Errore durante il salvataggio '{title}'", "ElementSaveAction.SAVE": "Salva", @@ -25,12 +20,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Errore di annullamento della pubblicazione '{title}'", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Rimosso '{title}' dalla pagina pubblicata", "ElementUnpublishAction.UNPUBLISH": "Non pubblicato", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Modifica questo blocco {type} ", - "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Visualizza il blocco" } \ No newline at end of file diff --git a/client/lang/src/pl.json b/client/lang/src/pl.json index c9391f51..a3c219d5 100644 --- a/client/lang/src/pl.json +++ b/client/lang/src/pl.json @@ -8,7 +8,6 @@ "ElementArchiveAction.DUPLICATE": "Duplikat", "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplikat, niewystarczające uprawnienia", "ElementEditForm.ERROR_NOTIFICATION": "Błąd podczas wyświetlania formularza edycji dla tego bloku", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Pokaż pola możliwe do edycji", "ElementHeader.NOTITLE": "Nienazwany {type} blok", "ElementHeader.STATE_DRAFT": "Przedmiot nie został jeszcze opublikowany", @@ -26,9 +25,6 @@ "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Usunięto „{title}” z opublikowanej strony", "ElementUnpublishAction.UNPUBLISH": "Cofnij publikację", "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Cofnij publikację, niewystarczające uprawnienia", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", "ElementalElement.CHILD_RENDERING_ERROR": "Coś poszło nie tak z tym blokiem. Prosimy raz jeszcze zapisz, potem odświeżmy przeglądarkę – zakładkę z CMSem.", "ElementalElement.TITLE": "Edytuj {type} blok", "HistoricElementView.BLOCK_HISTORY": "Widok bloku", diff --git a/client/lang/src/sl.json b/client/lang/src/sl.json index 8d73a346..e1081afd 100644 --- a/client/lang/src/sl.json +++ b/client/lang/src/sl.json @@ -2,13 +2,9 @@ "ElementAddElementPopover.SEARCH_BLOCKS": "Najdi gradnik", "ElementAddNewButton.ADD_BLOCK": "Dodaj gradnik", "ElementArchiveAction.ARCHIVE": "Arhiv", - "ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", "ElementArchiveAction.CONFIRM_DELETE": "Želite arhivirati izbrani gradnik?", "ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Opozorilo: Gradnik bo umaknjen iz objave preden ga bomo arhivirali. Želite nadaljevati?", - "ElementArchiveAction.DUPLICATE": "Duplicate", - "ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", "ElementEditForm.ERROR_NOTIFICATION": "Napaka pri prikazu obrazca za urejanje tega gradnika", - "ElementHeader.BROKEN": "This element is of obsolete type {type}.", "ElementHeader.EXPAND": "Prikaži polja, ki jih je mogoče urejati", "ElementHeader.NOTITLE": "{type} gradnik brez naslova", "ElementHeader.STATE_DRAFT": "Ta gradnik še ni objavljen", @@ -16,7 +12,6 @@ "ElementList.ADD_BLOCKS": "Dodajte gradnik z vsebino", "ElementPublishAction.ERROR_NOTIFICATION": "Napaka pri objavi '{title}'", "ElementPublishAction.PUBLISH": "Objavi", - "ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", "ElementPublishAction.SUCCESS_NOTIFICATION": "Objavili smo '{title}'", "ElementSaveAction.ERROR_NOTIFICATION": "Napaka pri shranjevanju '{title}'", "ElementSaveAction.SAVE": "Shrani", @@ -25,12 +20,6 @@ "ElementUnpublishAction.ERROR_NOTIFICATION": "Napaka pri umiku '{title}' iz objave", "ElementUnpublishAction.SUCCESS_NOTIFICATION": "Z objavljene strani smo odstranili '{title}'", "ElementUnpublishAction.UNPUBLISH": "Umakni iz objave", - "ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", - "ElementalElement.ARCHIVE_BROKEN": "Archive this block", - "ElementalElement.BROKEN_DESCRIPTION": "This block is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.BROKEN_DESCRIPTION_TITLE": "This block had the title \"{title}\". It is broken and will not display on the front-end. You can archive it to remove it from this elemental area.", - "ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", "ElementalElement.TITLE": "Urejanje gradnika {type}", - "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik", - "HistoricElementView.VIEW_BLOCK_HISTORY": "Block history" + "HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik" } \ No newline at end of file diff --git a/lang/de.yml b/lang/de.yml index 6e307752..4ed20bb6 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -8,7 +8,6 @@ de: Title: Titel TitleLabel: 'Titel (angezeigt, wenn ausgewählt)' DNADesign\Elemental\Models\BaseElement: - BlockType: Block CUSTOM_STYLES: 'Stil auswählen...' ExtraCssClassesLabel: 'Benutzerdefinierte CSS Klassen' ExtraCssClassesPlaceholder: 'meine_klasse andere_klasse' diff --git a/lang/fr.yml b/lang/fr.yml index 3ef259bd..c77fa8f2 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -28,20 +28,15 @@ fr: other: '{count} blocs contenu' SINGULARNAME: 'bloc contenu' DNADesign\Elemental\Models\ElementalArea: - PLURALNAME: 'Elemental Areas' PLURALS: many: '{count} Elemental Areas' one: 'An Elemental Area' other: '{count} Elemental Areas' - SINGULARNAME: 'Elemental Area' DNADesign\Elemental\Reports\ElementTypeReport: Title: 'Types de blocs' - Total: Total Type: 'Type de bloc' DNADesign\Elemental\Reports\ElementsInUseReport: None: Aucun - Page: Page ReportTitle: 'Blocs utilisés' Summary: Résumé Title: Titre - Type: Type diff --git a/lang/hr.yml b/lang/hr.yml index b47afe4c..16c9baf3 100644 --- a/lang/hr.yml +++ b/lang/hr.yml @@ -8,7 +8,6 @@ hr: BlockType: Blok CUSTOM_STYLES: 'Odaberi stil...' ExtraCssClassesLabel: 'Dodatne CSS klase' - ExtraCssClassesPlaceholder: 'my_class another_class' MainTabLabel: Sadržaj PLURALNAME: blokovi SINGULARNAME: blok diff --git a/lang/it.yml b/lang/it.yml index 2f2a86d4..78c1a328 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -34,7 +34,7 @@ it: PLURALNAME: 'Aree Elementi' PLURALS: many: '{count} Aree Elementali' - one: 'Un''Area Elementi' + one: "Un'Area Elementi" other: '{count} Aree Elementali' SINGULARNAME: 'Area Elementi' DNADesign\Elemental\Reports\ElementTypeReport: diff --git a/lang/nl.yml b/lang/nl.yml index d743a29d..873cdfad 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -11,7 +11,6 @@ nl: BlockType: Blok CUSTOM_STYLES: 'Selecteer een stijl...' ExtraCssClassesLabel: 'Aangepaste CSS klassen' - ExtraCssClassesPlaceholder: 'my_class another_class' MainTabLabel: Inhoud PLURALNAME: blokken PLURALS: @@ -38,11 +37,9 @@ nl: DNADesign\Elemental\Reports\ElementTypeReport: Title: 'Inhoud blokken typen' Total: Totaal - Type: 'Content Type' DNADesign\Elemental\Reports\ElementsInUseReport: None: Geen Page: Pagina ReportTitle: 'Inhoud blokken in gebruik' Summary: Samenvatting Title: Titel - Type: Type diff --git a/lang/pl.yml b/lang/pl.yml index 09cd2dc6..3c05a459 100644 --- a/lang/pl.yml +++ b/lang/pl.yml @@ -11,7 +11,6 @@ pl: BlockType: Blok CUSTOM_STYLES: 'Wybierz styl...' ExtraCssClassesLabel: 'Dodaj niestandardowe klasy CSS' - ExtraCssClassesPlaceholder: 'my_class another_class' MainTabLabel: Zawartość PLURALNAME: bloki PLURALS: @@ -34,19 +33,16 @@ pl: other: 'Bloki treści {count}' SINGULARNAME: zawartość DNADesign\Elemental\Models\ElementalArea: - PLURALNAME: 'Elemental Areas' PLURALS: few: 'Kilka Elemental Areas {count}' many: 'Wiele Elemental Areas {count}' one: 'Elemental Areas' other: 'Inne Elemental Areas {count}' - SINGULARNAME: 'Elemental Area' DNADesign\Elemental\Reports\ElementTypeReport: Title: 'Typy zawartość bloków ' Total: Razem Type: 'Typ zawartości' DNADesign\Elemental\Reports\ElementsInUseReport: - None: None Page: Strona ReportTitle: 'Bloki treści w użyciu' Summary: Podsumowanie