From b8c3bf6fa55f2152c43f5b115cf5a5b20f70430f Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 5 Apr 2017 16:20:09 +1200 Subject: [PATCH] Remove legacy admin localisations from framework --- .tx/config | 6 ---- admin/client/lang/cs.js | 43 ---------------------------- admin/client/lang/de.js | 43 ---------------------------- admin/client/lang/en.js | 43 ---------------------------- admin/client/lang/eo.js | 43 ---------------------------- admin/client/lang/es.js | 43 ---------------------------- admin/client/lang/fa_IR.js | 43 ---------------------------- admin/client/lang/fi.js | 43 ---------------------------- admin/client/lang/fr.js | 43 ---------------------------- admin/client/lang/hr.js | 43 ---------------------------- admin/client/lang/id.js | 43 ---------------------------- admin/client/lang/id_ID.js | 43 ---------------------------- admin/client/lang/it.js | 43 ---------------------------- admin/client/lang/ja.js | 43 ---------------------------- admin/client/lang/lt.js | 43 ---------------------------- admin/client/lang/mi.js | 43 ---------------------------- admin/client/lang/nb.js | 43 ---------------------------- admin/client/lang/nl.js | 43 ---------------------------- admin/client/lang/pl.js | 43 ---------------------------- admin/client/lang/ro.js | 43 ---------------------------- admin/client/lang/ru.js | 43 ---------------------------- admin/client/lang/sk.js | 43 ---------------------------- admin/client/lang/sl.js | 43 ---------------------------- admin/client/lang/sl_SI.js | 43 ---------------------------- admin/client/lang/sr.js | 43 ---------------------------- admin/client/lang/sr@latin.js | 43 ---------------------------- admin/client/lang/sr_RS.js | 43 ---------------------------- admin/client/lang/sr_RS@latin.js | 43 ---------------------------- admin/client/lang/src/cs.js | 35 ---------------------- admin/client/lang/src/de.js | 35 ---------------------- admin/client/lang/src/en.js | 35 ---------------------- admin/client/lang/src/eo.js | 35 ---------------------- admin/client/lang/src/es.js | 35 ---------------------- admin/client/lang/src/fa_IR.js | 35 ---------------------- admin/client/lang/src/fi.js | 35 ---------------------- admin/client/lang/src/fr.js | 35 ---------------------- admin/client/lang/src/hr.js | 35 ---------------------- admin/client/lang/src/id.js | 35 ---------------------- admin/client/lang/src/id_ID.js | 35 ---------------------- admin/client/lang/src/it.js | 35 ---------------------- admin/client/lang/src/ja.js | 35 ---------------------- admin/client/lang/src/lt.js | 35 ---------------------- admin/client/lang/src/mi.js | 35 ---------------------- admin/client/lang/src/nb.js | 35 ---------------------- admin/client/lang/src/nl.js | 35 ---------------------- admin/client/lang/src/pl.js | 35 ---------------------- admin/client/lang/src/ro.js | 35 ---------------------- admin/client/lang/src/ru.js | 35 ---------------------- admin/client/lang/src/sk.js | 35 ---------------------- admin/client/lang/src/sl.js | 35 ---------------------- admin/client/lang/src/sl_SI.js | 35 ---------------------- admin/client/lang/src/sr.js | 35 ---------------------- admin/client/lang/src/sr@latin.js | 35 ---------------------- admin/client/lang/src/sr_RS.js | 35 ---------------------- admin/client/lang/src/sr_RS@latin.js | 35 ---------------------- admin/client/lang/src/sv.js | 35 ---------------------- admin/client/lang/src/zh.js | 35 ---------------------- admin/client/lang/sv.js | 43 ---------------------------- admin/client/lang/zh.js | 43 ---------------------------- 59 files changed, 2268 deletions(-) delete mode 100644 admin/client/lang/cs.js delete mode 100644 admin/client/lang/de.js delete mode 100644 admin/client/lang/en.js delete mode 100644 admin/client/lang/eo.js delete mode 100644 admin/client/lang/es.js delete mode 100644 admin/client/lang/fa_IR.js delete mode 100644 admin/client/lang/fi.js delete mode 100644 admin/client/lang/fr.js delete mode 100644 admin/client/lang/hr.js delete mode 100644 admin/client/lang/id.js delete mode 100644 admin/client/lang/id_ID.js delete mode 100644 admin/client/lang/it.js delete mode 100644 admin/client/lang/ja.js delete mode 100644 admin/client/lang/lt.js delete mode 100644 admin/client/lang/mi.js delete mode 100644 admin/client/lang/nb.js delete mode 100644 admin/client/lang/nl.js delete mode 100644 admin/client/lang/pl.js delete mode 100644 admin/client/lang/ro.js delete mode 100644 admin/client/lang/ru.js delete mode 100644 admin/client/lang/sk.js delete mode 100644 admin/client/lang/sl.js delete mode 100644 admin/client/lang/sl_SI.js delete mode 100644 admin/client/lang/sr.js delete mode 100644 admin/client/lang/sr@latin.js delete mode 100644 admin/client/lang/sr_RS.js delete mode 100644 admin/client/lang/sr_RS@latin.js delete mode 100644 admin/client/lang/src/cs.js delete mode 100644 admin/client/lang/src/de.js delete mode 100644 admin/client/lang/src/en.js delete mode 100644 admin/client/lang/src/eo.js delete mode 100644 admin/client/lang/src/es.js delete mode 100644 admin/client/lang/src/fa_IR.js delete mode 100644 admin/client/lang/src/fi.js delete mode 100644 admin/client/lang/src/fr.js delete mode 100644 admin/client/lang/src/hr.js delete mode 100644 admin/client/lang/src/id.js delete mode 100644 admin/client/lang/src/id_ID.js delete mode 100644 admin/client/lang/src/it.js delete mode 100644 admin/client/lang/src/ja.js delete mode 100644 admin/client/lang/src/lt.js delete mode 100644 admin/client/lang/src/mi.js delete mode 100644 admin/client/lang/src/nb.js delete mode 100644 admin/client/lang/src/nl.js delete mode 100644 admin/client/lang/src/pl.js delete mode 100644 admin/client/lang/src/ro.js delete mode 100644 admin/client/lang/src/ru.js delete mode 100644 admin/client/lang/src/sk.js delete mode 100644 admin/client/lang/src/sl.js delete mode 100644 admin/client/lang/src/sl_SI.js delete mode 100644 admin/client/lang/src/sr.js delete mode 100644 admin/client/lang/src/sr@latin.js delete mode 100644 admin/client/lang/src/sr_RS.js delete mode 100644 admin/client/lang/src/sr_RS@latin.js delete mode 100644 admin/client/lang/src/sv.js delete mode 100644 admin/client/lang/src/zh.js delete mode 100644 admin/client/lang/sv.js delete mode 100644 admin/client/lang/zh.js diff --git a/.tx/config b/.tx/config index 8f7d02340..bfb0090b2 100644 --- a/.tx/config +++ b/.tx/config @@ -12,9 +12,3 @@ file_filter = client/lang/src/.js source_file = client/lang/src/en.js source_lang = en type = KEYVALUEJSON - -[silverstripe-framework.master-admin-js] -file_filter = admin/client/lang/src/.js -source_file = admin/client/lang/src/en.js -source_lang = en -type = KEYVALUEJSON \ No newline at end of file diff --git a/admin/client/lang/cs.js b/admin/client/lang/cs.js deleted file mode 100644 index 4c9bd4ff9..000000000 --- a/admin/client/lang/cs.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/cs.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('cs', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vybráno {num} stránek.\n\nSkutečně chcete archivovat tyto stránky?\n\nTyto stránky a její všechny podstránky budou nezveřejněny a odeslány do archívu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně chcete vymazat tyto stránky z webu?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně je chcete zveřejnit?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vybráno {num} stránek.\n\nSkutečně chcete obnovit?\n\nPodstránky archivovaných stránek budou obnoveny do nejvzšší úrovně, pokud tyto stránky budou také obnoveny.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně je chcete nezveřejnit?", - "CMSMAIN.SELECTONEPAGE": "Prosím, vyberte nejméně 1 stránku", - "Campaigns.ADDCAMPAIGN": "Přidat kampaň", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s položek", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s položka", - "Campaigns.PUBLISHCAMPAIGN": "Zveřejnit kampaň", - "Campaigns.REVERTCAMPAIGN": "Přepnout", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Určitě chcete opustit navigaci z této stránky?\n\nUPOZORNĚNÍ: Vaše změny nebyly uloženy.\n\nStlačte OK pro pokračovat, nebo Cancel, zůstanete na této stránce.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNĚNÍ: Vaše změny nebyly uloženy.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Tato stránka byla smazána. Pro editaci stránky, vyberte ji vlevo.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Smazáno", - "ModelAdmin.REALLYDELETE": "Skutečně chcete smazat?", - "ModelAdmin.SAVED": "Uloženo", - "ModelAdmin.VALIDATIONERROR": "Chyba platnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutečně chcete smazat %s skupiny?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/de.js b/admin/client/lang/de.js deleted file mode 100644 index 3471b39f8..000000000 --- a/admin/client/lang/de.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/de.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('de', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich archivieren?\n\nDiese Seiten und alle Unterseiten davon werden von der veröffentlichen Seite gelöscht und in das Archiv verschoben.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich von der veröfffentlichten Seite löschen?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich veröffentlichen?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\\n\\nWollen Sie diese wirklich wiederherstellen?\\n\\nUnterseiten von archivierten Seiten werden auf der Root-Ebene wiederhergestellt, es sei denn, diese Seiten werden ebenfalls wiederhergestellt.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie wirklich die Veröffentlichung zurücknehmen?", - "CMSMAIN.SELECTONEPAGE": "Bitte mindestens eine Seite auswählen", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s Einträge", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s Eintrag", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Sind Sie sicher, dass Sie die Seite verlassen möchten?\n\nWARNUNG: Ihre Änderungen werden nicht gespeichert.\n\nDrücken Sie \"OK\" um fortzufahren, oder \"Abbrechen\" um auf dieser Seite zu bleiben.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNUNG: Ihre Änderungen wurden nicht gespeichert.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Diese Seite wurde gelöscht.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Gelöscht", - "ModelAdmin.REALLYDELETE": "Wirklich löschen?", - "ModelAdmin.SAVED": "Gespeichert", - "ModelAdmin.VALIDATIONERROR": "Validationsfehler", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Möchten Sie wirklich %s Gruppen löschen?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/en.js b/admin/client/lang/en.js deleted file mode 100644 index 4d3f308f5..000000000 --- a/admin/client/lang/en.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/en.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('en', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N\/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "This page was deleted. To edit a page, select it from the left.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Deleted", - "ModelAdmin.REALLYDELETE": "Do you really want to delete?", - "ModelAdmin.SAVED": "Saved", - "ModelAdmin.VALIDATIONERROR": "Validation Error", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/eo.js b/admin/client/lang/eo.js deleted file mode 100644 index aa7ab950e..000000000 --- a/admin/client/lang/eo.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/eo.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('eo', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈu vi vere volas enarĥivigi tiujn paĝojn?\n\nTiuj paĝoj kaj ĉiuj idaj paĝoj estos malpublikigitaj kaj senditaj al la arĥivo.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas forigi tiujn paĝojn el la publika stadio?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas publikigi?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈu vi vere volas restaŭri al stadio?\n\nIdoj de enarĥivigitaj paĝoj estos restaŭritaj al la radika nivelo, escepte se tiuj paĝoj ankaŭ estos restaŭritaj.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas malpublikigi?", - "CMSMAIN.SELECTONEPAGE": "Bonvole elektu almenaŭ 1 paĝon.", - "Campaigns.ADDCAMPAIGN": "Aldoni kampanjon", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementoj", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s elemento", - "Campaigns.PUBLISHCAMPAIGN": "Publikigi kampanjon", - "Campaigns.REVERTCAMPAIGN": "Malfari", - "File.NO_SIZE": "neaplikebla", - "FormBuilderModal.CLOSE": "Fermi", - "LeftAndMain.CONFIRMUNSAVED": "Ĉu vi vere volas navigi for de ĉi tiu paĝo?\n\nAVERTO: Viaj ŝanĝoj ne estas konservitaj.\n\nPremu je Akcepti por daŭrigi, aŭ Nuligi por resti ĉe la aktuala paĝo.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "AVERTO: Viaj ŝanĝoj ne estas konservitaj.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "kaj", - "LeftAndMain.PAGEWASDELETED": "Ĉi tiu paĝo estas forigita. Por redakti paĝon, elektu ĝin maldekstre.", - "LeftAndMain.SEARCHCLEARRESULTS": "Vakigi serĉon", - "LeftAndMain.SEARCHRESULTS": "Rezultoj de serĉo", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Rezultoj de serĉo {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "kategoriigitaj kiel '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "redaktitaj inter '{CreatedFrom}' ĝis '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "redaktitaj de '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "redaktitaj ĝis '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "kun ŝlosilvortoj '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limigita al la dosierujo '{Folder}'", - "ModelAdmin.DELETED": "Forigita", - "ModelAdmin.REALLYDELETE": "Ĉi vi vere volas forigi?", - "ModelAdmin.SAVED": "Konservita", - "ModelAdmin.VALIDATIONERROR": "Validiga eraro", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ĉu vi vere volas forigi %s grupojn?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/es.js b/admin/client/lang/es.js deleted file mode 100644 index 223b715a6..000000000 --- a/admin/client/lang/es.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/es.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('es', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer archivar estas páginas?\n\nEstas páginas y sus hijas se retirarán de publicación y se enviarán al archivo.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente quieres eliminarla(s) desde el sitio en vivo?", - "CMSMAIN.BATCH_DELETE_PROMPT": "Tienes {num} página(s) seleccionadas.\n\n¿Estás seguro de que quieres eliminar estas páginas?\n\nEstas páginas y todas sus páginas secundarias serán eliminadas y enviadas y archivadas.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere publicar?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer restaurar estas páginas?\n\nLos hijos de las páginas archivadas serán restauradas al nivel raíz a no ser que esas páginas también sean restauradas.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere retirar de publicación?", - "CMSMAIN.SELECTONEPAGE": "Por favor, seleccione al menos una página", - "Campaigns.ADDCAMPAIGN": "Añadir campaña", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementos", - "Campaigns.ITEM_SUMMARY_SINGULAR": "elemento %s", - "Campaigns.PUBLISHCAMPAIGN": "Publicar campaña", - "Campaigns.REVERTCAMPAIGN": "Revertir", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Cerrar", - "LeftAndMain.CONFIRMUNSAVED": "¿Estás seguro que quieres navegar fuera de esta página?⏎\n⏎\nADVERTENCIA: Tus cambios no han sido guardados.⏎\n⏎\nPresionar OK para continuar o Cancelar para continuar en la página actual", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ADVERTENCIA: Tus cambios no han sido guardados.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "y", - "LeftAndMain.PAGEWASDELETED": "Esta página fue eliminada. Para editar una página, seleccionarla desde la izquierda", - "LeftAndMain.SEARCHCLEARRESULTS": "Limpiar búsqueda", - "LeftAndMain.SEARCHRESULTS": "Resultados de búsqueda", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Resultados de búsqueda {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorizadas como '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "editado entre '{CreatedFrom}' a '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "editado desde '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "editado antes de '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "con palabras clave '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limitado a la carpeta '{Folder}'", - "ModelAdmin.DELETED": "Eliminado", - "ModelAdmin.REALLYDELETE": "Estás seguro que quieres eliminarla?", - "ModelAdmin.SAVED": "Guardado", - "ModelAdmin.VALIDATIONERROR": "Error de validación", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "¿Realmente quieres eliminar el grupo %s?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/fa_IR.js b/admin/client/lang/fa_IR.js deleted file mode 100644 index 36c2d7a72..000000000 --- a/admin/client/lang/fa_IR.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/fa_IR.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('fa_IR', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\n\nآیا از این‌که می‌خواهید بایگانی شوند اطمینان دارید؟\n\nتمامی این صفحات و تمامی صفحات فرزند آن‌ها عدم انتشار می‌شوند و به بایگانی ارسال می‌گردند.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید آن‌ها از لایو را حذف نمایید؟", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید آن‌ها را منتشر نمایید؟", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "شما {num} صفحه را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید انتشار آن‌ها را لغو نمایید", - "CMSMAIN.SELECTONEPAGE": "لطفاً حداقل ۱ صفحه را انتخاب نمایید.", - "Campaigns.ADDCAMPAIGN": "افزودن کمپین", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s آیتم", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s آیتم", - "Campaigns.PUBLISHCAMPAIGN": "انتشار کمپین", - "Campaigns.REVERTCAMPAIGN": "بازگرداندن", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "هشدار: تغییرات شما ذخیره نشده‌اند.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "این صفحه حذف شده است. برای ویرایش یک صفحه، آن‌را از لیست چپ انتخاب نمایید.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "حذف شده", - "ModelAdmin.REALLYDELETE": "آیا واقعاً می‌خواهید حذف نمایید؟", - "ModelAdmin.SAVED": "ذخیره شده", - "ModelAdmin.VALIDATIONERROR": "خطای اعتبار‌سنجی", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "آیا واقعاً می‌خواهید %s گروه را حذف نمایید؟" -}); -} \ No newline at end of file diff --git a/admin/client/lang/fi.js b/admin/client/lang/fi.js deleted file mode 100644 index 5102786cb..000000000 --- a/admin/client/lang/fi.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/fi.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('fi', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti arkistoida nämä sivut?\n\nValitut sivut ja kaikki niiden alasivut poistetaan julkaisusta sekä siirretään arkistoon.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti poistaa nämä sivut näkyvistä?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti julkaista?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti palauttaa sivut?\n\nArkistoitujen sivujen alasivut palautetaan juuritasolle, jos niitä sivuja ei palauteta.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti poistaa julkaisusta?", - "CMSMAIN.SELECTONEPAGE": "Valitse vähintään yksi sivu", - "Campaigns.ADDCAMPAIGN": "Lisää kampanja", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s kohdetta", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s kohde", - "Campaigns.PUBLISHCAMPAIGN": "Julkaise kampanja", - "Campaigns.REVERTCAMPAIGN": "Palauta", - "File.NO_SIZE": "Ei yhtään", - "FormBuilderModal.CLOSE": "Sulje", - "LeftAndMain.CONFIRMUNSAVED": "Haluatko varmasti poistua tältä sivulta?\n\nVAROITUS: Muutoksiasi ei ole tallennettu.\n\nPaina OK jatkaaksesi, tai Peruuta pysyäksesi nykyisellä sivulla.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "VAROITUS: Muutoksiasi ei ole tallennettu.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "ja", - "LeftAndMain.PAGEWASDELETED": "Sivu on poistettu. Valitse sivu muokattavaksesi vasemmalta.", - "LeftAndMain.SEARCHCLEARRESULTS": "Tyhjennä haku", - "LeftAndMain.SEARCHRESULTS": "Hakutulokset", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Hakutulokset {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "Kategorioitu nimellä '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "muokattu välillä '{CreatedFrom}'–'{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "muokattu kohteesta '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "muokattu ennen '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "avainsanoilla '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "rajoitettu kansioon '{Folder}'", - "ModelAdmin.DELETED": "Poistettu", - "ModelAdmin.REALLYDELETE": "Haluatko varmasti poistaa?", - "ModelAdmin.SAVED": "Tallennettu", - "ModelAdmin.VALIDATIONERROR": "Virhe vahvistuksessa", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Haluatko varmasti poistaa %s ryhmät?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/fr.js b/admin/client/lang/fr.js deleted file mode 100644 index 739bec99a..000000000 --- a/admin/client/lang/fr.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/fr.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('fr', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Etes-vous sûr de vouloir quitter cette page ?\n\nATTENTION: Vos changements n'ont pas été sauvegardés.\n\nCliquez sur OK pour continuer, ou sur Annuler pour rester sur la page actuelle.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Cette page a été supprimée. Pour éditer cette page, veuillez la sélectionner à gauche.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Supprimé", - "ModelAdmin.REALLYDELETE": "Etes-vous sûr de vouloir supprimer ?", - "ModelAdmin.SAVED": "Sauvegardé", - "ModelAdmin.VALIDATIONERROR": "Validation Error", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/hr.js b/admin/client/lang/hr.js deleted file mode 100644 index b15a6785c..000000000 --- a/admin/client/lang/hr.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/hr.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('hr', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Imate {num} stranicu(e) označeno.\n\nJeste li sigurni da želite arhivirati ove stranice?\n\nOve stranice i sve stranice ispod nje će biti neobjavljene i poslane u arhivu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Imate {num} stranica(e) označeno.\n\nJeste li sigurni da želite obrisati ove stranice s objavljenog?", - "CMSMAIN.BATCH_DELETE_PROMPT": "Imate {num} stranicu(e) označeno.\n\nJeste li sigurni da želite obrisati ove stranice?\n\nOve stranice i sve stranice ispod nje će biti obrisane i poslane u arhivu.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Označili ste {num} stranicu(a).\n\nJeste li sigurni da želite objaviti?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Imate {num} stranica(e) označeno.\n\nJeste li sigurni da želite vratiti ove stranice?\n\nSve podstranice će biti vraćene u najviši nivo, osim ako te stranice su vraćene.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Označili ste {num} stranicu(a).\n\nJeste li sigurni da želite odjaviti?", - "CMSMAIN.SELECTONEPAGE": "Molimo odaberite bar jednu stranicu", - "Campaigns.ADDCAMPAIGN": "Dodaj kampanju", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s stavki", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s stavka", - "Campaigns.PUBLISHCAMPAIGN": "Objavi kampanju", - "Campaigns.REVERTCAMPAIGN": "Vrati", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Zatvori", - "LeftAndMain.CONFIRMUNSAVED": "Jeste li sigurni da želite otići s ove stranice?\n\nUPOZORENJE: Vaše promjene nisu spremljene.\n\nPritisnike OK za nastavka, ili Odustani za ostati na trenutnoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENJE: Vaše promjene nisu spremljene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "i", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je obrisana. Za uređivanje stranice, odaberite je s lijeve stranice.", - "LeftAndMain.SEARCHCLEARRESULTS": "Očisti pretragu", - "LeftAndMain.SEARCHRESULTS": "Rezultati pretraživanja", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Rezultati pretraživanja {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Obrisano", - "ModelAdmin.REALLYDELETE": "Jeste li sigurni da želite obrisati?", - "ModelAdmin.SAVED": "Spremljeno", - "ModelAdmin.VALIDATIONERROR": "Greška validacije", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Jeste li sigurni da želite obrisati %s grupe?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/id.js b/admin/client/lang/id.js deleted file mode 100644 index 91c8dd69c..000000000 --- a/admin/client/lang/id.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/id.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('id', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Anda ingin tinggalkan laman ini?\n\nPERINGATAN: Perubahan tidak akan disimpan.\n\nTekan OK untuk lanjut, atau Batal untuk tetap di laman ini.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "PERINGATAN: Perubahan tidak akan disimpan.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Laman sudah terhapus. Untuk mengedit, pilih pada sisi kiri.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Terhapus", - "ModelAdmin.REALLYDELETE": "Anda yakin ingin menghapus?", - "ModelAdmin.SAVED": "Tersimpan", - "ModelAdmin.VALIDATIONERROR": "Kesalahan Validasi", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Anda ingin menghapus kelompok %s?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/id_ID.js b/admin/client/lang/id_ID.js deleted file mode 100644 index dff5be685..000000000 --- a/admin/client/lang/id_ID.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/id_ID.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('id_ID', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Anda ingin tinggalkan laman ini?\n\nPERINGATAN: Perubahan tidak akan disimpan.\n\nTekan OK untuk lanjut, atau Batal untuk tetap di laman ini.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "PERINGATAN: Perubahan tidak akan disimpan.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Laman sudah terhapus. Untuk mengedit, pilih pada sisi kiri.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Terhapus", - "ModelAdmin.REALLYDELETE": "Anda yakin ingin menghapus?", - "ModelAdmin.SAVED": "Tersimpan", - "ModelAdmin.VALIDATIONERROR": "Kesalahan Validasi", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Anda ingin menghapus kelompok %s?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/it.js b/admin/client/lang/it.js deleted file mode 100644 index 46e07e744..000000000 --- a/admin/client/lang/it.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/it.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('it', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Hai selezionato {num} pagina(e).\n\nSei sicuro di volerle archiviare?\n\nQueste pagine insieme a tutte le pagine figlio saranno spubblicate ed archiviate.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente eliminare queste pagine dal sito live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente pubblicarle?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Hai selezionato {num} pagina(e).\n\nSei sicuri di volerle ripristinare?\n\nI figli delle pagine archiviate saranno ripristinati nel primo livello, a meno anche i genitori non vengano ripristinati.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente nasconderle?", - "CMSMAIN.SELECTONEPAGE": "Per favore selezionare almeno una pagina", - "Campaigns.ADDCAMPAIGN": "Aggiungi campagna", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementi", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s elemento", - "Campaigns.PUBLISHCAMPAIGN": "Pubblica campagna", - "Campaigns.REVERTCAMPAIGN": "Ripristina", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Siete sicuri di voler uscire da questa pagina?\n\nATTENZIONE: I vostri cambiamenti non sono stati salvati.\n\nCliccare OK per continuare, o su Annulla per rimanere sulla pagina corrente.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ATTENZIONE: le tue modifiche non sono state salvate.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Questa pagina è stata eliminata. Per modificare questa pagine, selezionarla a sinistra.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Eliminato", - "ModelAdmin.REALLYDELETE": "Si è sicuri di voler eliminare?", - "ModelAdmin.SAVED": "Salvato", - "ModelAdmin.VALIDATIONERROR": "Errore di validazione", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vuoi veramente eliminare %s gruppi?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/ja.js b/admin/client/lang/ja.js deleted file mode 100644 index df27479dc..000000000 --- a/admin/client/lang/ja.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/ja.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('ja', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "このページから移動しても良いですか?\n\n警告: あなたの変更は保存されていません.\n\n続行するにはOKを押してください.キャンセルをクリックするとこのページにとどまります.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "警告: あなたの変更は保存されていません.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "このページは削除されました.ページを編集するには,左から選択してください.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "削除しました", - "ModelAdmin.REALLYDELETE": "本当に削除しますか?", - "ModelAdmin.SAVED": "保存しました", - "ModelAdmin.VALIDATIONERROR": "検証エラー", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "%sグループを本当に削除しても良いですか?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/lt.js b/admin/client/lang/lt.js deleted file mode 100644 index 11d99f8b7..000000000 --- a/admin/client/lang/lt.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/lt.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('lt', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite archyvuoti šiuos puslapius?\n\nŠie puslapiai ir visi po jais esantys puslapiai bus nebepublikuojami ir suarchyvuoti.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite ištrinti iš publikuotų puslapių?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite publikuoti?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite atstatyti?\n\nPuslapiai, esantys po suarchyvuotais puslapiais, bus atstatyti aukščiausiame lygyje, nebent šie puslapiai irgi bus atstatyti.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite nebepublikuoti?", - "CMSMAIN.SELECTONEPAGE": "Prašome pasirinkti bent vieną puslapį", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Ar tikrai norite išeiti iš šio puslapio?\n\nDĖMESIO: Jūsų pakeitimai neišsaugoti.\n\nNorėdami tęsti, spauskite OK, jeigu norite likti, spauskite Cancel.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "DĖMESIO: Jūsų pakeitimai neišsaugoti.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Šis puslapis ištrintas. Norėdami redaguoti puslapį, pasirinkite jį kairėje.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Ištrinta", - "ModelAdmin.REALLYDELETE": "Ar tikrai norite ištrinti?", - "ModelAdmin.SAVED": "Išsaugota", - "ModelAdmin.VALIDATIONERROR": "Tikrinimo klaida", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ar tikrai norite ištrinti %s grupes?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/mi.js b/admin/client/lang/mi.js deleted file mode 100644 index 419bc7fc9..000000000 --- a/admin/client/lang/mi.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/mi.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('mi', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Whakahokia", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Kei te hiahia whakatere atu i tēnei whārangi?\n\nWHAKATŪPATO: Kāore anō ō huringa kia tiakina.\n\nPēhi AE kia haere tonu, Whakakore rānei kia noho i te whārangi onāianei.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WHAKATŪPATO: Kāore anō ō huringa kia tiakina.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "I mukua tēnei whārangi. Hei whakatika i tētahi whārangi, tīpakohia i te taha mauī.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Kua Mukua", - "ModelAdmin.REALLYDELETE": "Kei te tino hiahia muku?", - "ModelAdmin.SAVED": "Kua Tiakina", - "ModelAdmin.VALIDATIONERROR": "Hapa Whakamana", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Kei te tino hiahia muku i te %s rōpū?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/nb.js b/admin/client/lang/nb.js deleted file mode 100644 index 99fa04ff6..000000000 --- a/admin/client/lang/nb.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/nb.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('nb', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Er du sikker på at du vil forlate denne siden?\n\nADVARSEL: Endringene din har ikke blitt lagret.\n\nTrykk OK for å fortsette eller Avbryt for å holde deg på samme side.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ADVARSEL: Endringene dine har ikke blitt lagret.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Denne siden ble slettet. For å redigere en side, velg den fra listen til venstre.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Slettet", - "ModelAdmin.REALLYDELETE": "Vil du virkelig slette?", - "ModelAdmin.SAVED": "Lagret", - "ModelAdmin.VALIDATIONERROR": "Valideringsfeil", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vil du virkelig slette %s grupper?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/nl.js b/admin/client/lang/nl.js deleted file mode 100644 index 6258e6b5d..000000000 --- a/admin/client/lang/nl.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/nl.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('nl', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt archiveren?\n\nDe publicatie van deze en onderliggende pagina's wordt ingetrokken en gearchiveerd.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de publicatie van deze pagina's wilt intrekken?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt publiceren?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt herstellen? Onderliggende pagina's worden naar het top level hersteld, tenzij deze pagina's ook worden hersteld.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de publicatie wilt intrekken?", - "CMSMAIN.SELECTONEPAGE": "Selecteer minstens 1 pagina.", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Weet u zeker dat u deze pagina wilt verlaten?\nWAARSCHUWING: Uw veranderingen zijn niet opgeslagen.\n\nKies OK om te verlaten, of Cancel om op de huidige pagina te blijven.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WAARSCHUWING: Uw veranderingen zijn niet opgeslagen", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Deze pagina is verwijderd. Om een pagina aan te passen, selecteer deze aan de linkerkant.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Verwijderd", - "ModelAdmin.REALLYDELETE": "Weet u zeker dat u wilt verwijderen?", - "ModelAdmin.SAVED": "Opgeslagen", - "ModelAdmin.VALIDATIONERROR": "Validatiefout", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Weet u zeker dat u deze groep %s wilt verwijderen?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/pl.js b/admin/client/lang/pl.js deleted file mode 100644 index d672163e7..000000000 --- a/admin/client/lang/pl.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/pl.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('pl', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Czy na pewno chcesz kontynuować nawigację poza tą stronę?\n\nUWAGA: Twoje zmiany nie zostały zapisane.\n\nWciśnij OK aby kontynuować, wciśnij Anuluj aby pozostać na tej stronie.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UWAGA: Twoje zmiany nie zostały zapisane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ta strona została usunięta. Wybierz stronę z listy aby rozpocząć edycję.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Usunięto", - "ModelAdmin.REALLYDELETE": "Na pewno usunąć?", - "ModelAdmin.SAVED": "Zapisano", - "ModelAdmin.VALIDATIONERROR": "Niepoprawne dane", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Czy na pewno chcesz usunąć %s grup?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/ro.js b/admin/client/lang/ro.js deleted file mode 100644 index 4f86d3e41..000000000 --- a/admin/client/lang/ro.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/ro.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('ro', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Aveti {num} pagina(i) selectate.\n\nDoriti sa le nenublicati", - "CMSMAIN.SELECTONEPAGE": "Vă rugăm să selectaţi cel puțin o pagină.", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Sunteți sigur că doriți să părăsiți pagina?\n\nAVERTISMENT: Modificările nu au fost salvate.\n\nApăsați OK pentru a continua, sau Anulați pentru a rămâne pe pagina curentă.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "AVERTISMENT: Modificările nu au fost salvate.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Această pagină a fost ștearsă. Pentru a edita pagina, selectați-o din stânga.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Șters", - "ModelAdmin.REALLYDELETE": "Sigur doriți să ștergeți?", - "ModelAdmin.SAVED": "Salvat", - "ModelAdmin.VALIDATIONERROR": "Eroare de validare", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Sigur doriți să ștergeți grupurile %s?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/ru.js b/admin/client/lang/ru.js deleted file mode 100644 index 74162257a..000000000 --- a/admin/client/lang/ru.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/ru.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('ru', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Вы выбрали {num} страниц(у)\nВы уверены что хотите отправить их в архив?\n\nПубликации этих страниц и их под-страниц будут отменены и отправлены в архив. ", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите отменить публикацию этих страниц?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите их опубликовать?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите восстановить эти страницы в черновик?\n\nПод-страницы архивных страниц будут восстановлены в корень если эти страницы также не отмечены для восстановления.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите отменить их публикацию?", - "CMSMAIN.SELECTONEPAGE": "Пожалуйста, выберите хотя бы одну страницу.", - "Campaigns.ADDCAMPAIGN": "Добавить кампанию", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s элементов", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s элемент", - "Campaigns.PUBLISHCAMPAIGN": "Опубликовать кампанию", - "Campaigns.REVERTCAMPAIGN": "Отменить", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Вы действительно хотите покинуть эту страницу?\n\nВНИМАНИЕ: Ваши изменения не были сохранены.\n\nНажмите ОК, чтобы продолжить или Отмена, чтобы остаться на текущей странице.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ВНИМАНИЕ: Ваши изменения не были сохранены", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Эта страница была удалена. Чтобы изменить страницу, выберите её из списка слева.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Удалено", - "ModelAdmin.REALLYDELETE": "Вы действительно хотите удалить?", - "ModelAdmin.SAVED": "Сохранено", - "ModelAdmin.VALIDATIONERROR": "Ошибка валидации", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Вы действительно хотите удалить %s групп?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sk.js b/admin/client/lang/sk.js deleted file mode 100644 index aa6f722aa..000000000 --- a/admin/client/lang/sk.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sk.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sk', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vybrali ste {num} stránok.\n\nUrčite chcete archivovať tieto stránky?\n\nTieto stránky a jej všetky podstránky budú nezverejnené a odoslané do archívu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne chcete tieto stránky vymazať z webu?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne ich chcete zverejniť?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vybrali ste {num} stránok.\n\nSkutočne chcete obnoviť?\n\nPodstránky archivovaných stránok budú obnovené do najvyššej úrovne, pokiaľ tieto stránky budú tiež obnovené.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne ich chcete nezverejniť?", - "CMSMAIN.SELECTONEPAGE": "Prosím, vyberte najmenej 1 stránku", - "Campaigns.ADDCAMPAIGN": "Pridať kampaň", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s položiek", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s položka", - "Campaigns.PUBLISHCAMPAIGN": "Zverejniť kampaň", - "Campaigns.REVERTCAMPAIGN": "Prepnúť", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Určite chcete opustiť navigáciu z tejto stránky?\n\nUPOZORNENIE: Vaše zmeny neboli uložené.\n\nStlačte OK pre pokračovať, alebo Cancel, ostanete na teto stránke.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNENIE: Vaše zmeny neboli uložené.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Táto stránka bola zmazaná. Pre editáciu stránky, vyberte ju vľavo.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Zmazané", - "ModelAdmin.REALLYDELETE": "Skutočně chcete zmazať?", - "ModelAdmin.SAVED": "Uložené", - "ModelAdmin.VALIDATIONERROR": "Chyba platnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutočne chcete zmazať % skupiny?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sl.js b/admin/client/lang/sl.js deleted file mode 100644 index c4126c7eb..000000000 --- a/admin/client/lang/sl.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sl.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sl', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Res želite zapusitit stran?\n\nOPOZORILO: spremembe niso bile shranjene\n\nKliknite OK za nadaljevanje ali Prekliči, da ostanete na trenutni strani.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "OPOZORILO: spremembe niso bile shranjene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Stran je bila izbrisana. Za urejanje izberite stran na levi.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Izbrišem?", - "ModelAdmin.SAVED": "Shranjeno", - "ModelAdmin.VALIDATIONERROR": "Napaka pri preverjanju", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Izbrišem %s skupin?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sl_SI.js b/admin/client/lang/sl_SI.js deleted file mode 100644 index ff068917a..000000000 --- a/admin/client/lang/sl_SI.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sl_SI.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sl_SI', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Izbrano število strani: {num}\n\nSte prepričani, da želite arhivirati te strani?\n\nTe strani in vse ostale podstrani bodo odstranjene iz objave in premaknjene v arhiv.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Izbrali ste {num} strani.\n\nAli ste prepričani, da želite izbrisati te strani iz objave?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Prosimo izberite vsaj eno stran", - "Campaigns.ADDCAMPAIGN": "Dodaj kampanjo", - "Campaigns.ITEM_SUMMARY_PLURAL": "% predmetov", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s predmet", - "Campaigns.PUBLISHCAMPAIGN": "Objavi kampanjo", - "Campaigns.REVERTCAMPAIGN": "Povrni", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "POZOR: Spremembe niso bile shranjene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ta stran je bila izbrisana. Če želite urediti stran, jo najprej izberite na levi strani.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Ste prepričani, da želite izbrisati?", - "ModelAdmin.SAVED": "Shranjeno", - "ModelAdmin.VALIDATIONERROR": "Napaka pri validaciji", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ste prepričani, da želite pobrisati grupe: %s ?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sr.js b/admin/client/lang/sr.js deleted file mode 100644 index 2c41041e2..000000000 --- a/admin/client/lang/sr.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sr.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sr', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Да ли сте сигурни да желите да одете са ове странице?\n\nУПОЗОРЕЊЕ: Ваше измене још нису сачуване.\n\nПритисните У реду за наставак или Одустани да би сте остали на овој страници.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "УПОЗОРЕЊЕ: Ваше измене нису сачуване.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ова страница је избрисана. Да би изменили страницу, изаберите је са леве стране.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Избрисано", - "ModelAdmin.REALLYDELETE": "Да ли заиста желите да избришете?", - "ModelAdmin.SAVED": "Сачувано.", - "ModelAdmin.VALIDATIONERROR": "Грешла при провери исправности", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Да ли заиста желите да се избришете %s групе?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sr@latin.js b/admin/client/lang/sr@latin.js deleted file mode 100644 index 7fa1fa384..000000000 --- a/admin/client/lang/sr@latin.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sr@latin.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sr@latin', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Da li ste sigurni da želite da odete sa ove stranice?\n\nUPOZORENjE: Vaše izmene još nisu sačuvane.\n\nPritisnite U redu za nastavak ili Odustani da bi ste ostali na ovoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENjE: Vaše izmene nisu sačuvane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je izbrisana. Da bi izmenili stranicu, izaberite je sa leve strane.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Da li zaista želite da izbrišete?", - "ModelAdmin.SAVED": "Sačuvano.", - "ModelAdmin.VALIDATIONERROR": "Grešla pri proveri ispravnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Da li zaista želite da se izbrišete %s grupe?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sr_RS.js b/admin/client/lang/sr_RS.js deleted file mode 100644 index 3b55c4e3d..000000000 --- a/admin/client/lang/sr_RS.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sr_RS.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sr_RS', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Да ли сте сигурни да желите да одете са ове странице?\n\nУПОЗОРЕЊЕ: Ваше измене још нису сачуване.\n\nПритисните У реду за наставак или Одустани да би сте остали на овој страници.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "УПОЗОРЕЊЕ: Ваше измене нису сачуване.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ова страница је избрисана. Да би изменили страницу, изаберите је са леве стране.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Избрисано", - "ModelAdmin.REALLYDELETE": "Да ли заиста желите да избришете?", - "ModelAdmin.SAVED": "Сачувано.", - "ModelAdmin.VALIDATIONERROR": "Грешла при провери исправности", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Да ли заиста желите да се избришете %s групе?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/sr_RS@latin.js b/admin/client/lang/sr_RS@latin.js deleted file mode 100644 index 84ed09af0..000000000 --- a/admin/client/lang/sr_RS@latin.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sr_RS@latin.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sr_RS@latin', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Da li ste sigurni da želite da odete sa ove stranice?\n\nUPOZORENjE: Vaše izmene još nisu sačuvane.\n\nPritisnite U redu za nastavak ili Odustani da bi ste ostali na ovoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENjE: Vaše izmene nisu sačuvane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je izbrisana. Da bi izmenili stranicu, izaberite je sa leve strane.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Da li zaista želite da izbrišete?", - "ModelAdmin.SAVED": "Sačuvano.", - "ModelAdmin.VALIDATIONERROR": "Grešla pri proveri ispravnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Da li zaista želite da se izbrišete %s grupe?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/src/cs.js b/admin/client/lang/src/cs.js deleted file mode 100644 index 44958203a..000000000 --- a/admin/client/lang/src/cs.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vybráno {num} stránek.\n\nSkutečně chcete archivovat tyto stránky?\n\nTyto stránky a její všechny podstránky budou nezveřejněny a odeslány do archívu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně chcete vymazat tyto stránky z webu?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně je chcete zveřejnit?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vybráno {num} stránek.\n\nSkutečně chcete obnovit?\n\nPodstránky archivovaných stránek budou obnoveny do nejvzšší úrovně, pokud tyto stránky budou také obnoveny.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Máte vybráno {num} stránek.\n\nSkutečně je chcete nezveřejnit?", - "CMSMAIN.SELECTONEPAGE": "Prosím, vyberte nejméně 1 stránku", - "Campaigns.ADDCAMPAIGN": "Přidat kampaň", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s položek", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s položka", - "Campaigns.PUBLISHCAMPAIGN": "Zveřejnit kampaň", - "Campaigns.REVERTCAMPAIGN": "Přepnout", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Určitě chcete opustit navigaci z této stránky?\n\nUPOZORNĚNÍ: Vaše změny nebyly uloženy.\n\nStlačte OK pro pokračovat, nebo Cancel, zůstanete na této stránce.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNĚNÍ: Vaše změny nebyly uloženy.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Tato stránka byla smazána. Pro editaci stránky, vyberte ji vlevo.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Smazáno", - "ModelAdmin.REALLYDELETE": "Skutečně chcete smazat?", - "ModelAdmin.SAVED": "Uloženo", - "ModelAdmin.VALIDATIONERROR": "Chyba platnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutečně chcete smazat %s skupiny?" -} \ No newline at end of file diff --git a/admin/client/lang/src/de.js b/admin/client/lang/src/de.js deleted file mode 100644 index 571dc0220..000000000 --- a/admin/client/lang/src/de.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich archivieren?\n\nDiese Seiten und alle Unterseiten davon werden von der veröffentlichen Seite gelöscht und in das Archiv verschoben.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich von der veröfffentlichten Seite löschen?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie diese wirklich veröffentlichen?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\\n\\nWollen Sie diese wirklich wiederherstellen?\\n\\nUnterseiten von archivierten Seiten werden auf der Root-Ebene wiederhergestellt, es sei denn, diese Seiten werden ebenfalls wiederhergestellt.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Sie haben {num} Seite(n) ausgewählt.\n\nWollen Sie wirklich die Veröffentlichung zurücknehmen?", - "CMSMAIN.SELECTONEPAGE": "Bitte mindestens eine Seite auswählen", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s Einträge", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s Eintrag", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Sind Sie sicher, dass Sie die Seite verlassen möchten?\n\nWARNUNG: Ihre Änderungen werden nicht gespeichert.\n\nDrücken Sie \"OK\" um fortzufahren, oder \"Abbrechen\" um auf dieser Seite zu bleiben.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNUNG: Ihre Änderungen wurden nicht gespeichert.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Diese Seite wurde gelöscht.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Gelöscht", - "ModelAdmin.REALLYDELETE": "Wirklich löschen?", - "ModelAdmin.SAVED": "Gespeichert", - "ModelAdmin.VALIDATIONERROR": "Validationsfehler", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Möchten Sie wirklich %s Gruppen löschen?" -} \ No newline at end of file diff --git a/admin/client/lang/src/en.js b/admin/client/lang/src/en.js deleted file mode 100644 index 31e613bda..000000000 --- a/admin/client/lang/src/en.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N\/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "This page was deleted. To edit a page, select it from the left.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Deleted", - "ModelAdmin.REALLYDELETE": "Do you really want to delete?", - "ModelAdmin.SAVED": "Saved", - "ModelAdmin.VALIDATIONERROR": "Validation Error", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?" -} \ No newline at end of file diff --git a/admin/client/lang/src/eo.js b/admin/client/lang/src/eo.js deleted file mode 100644 index 2df7551b3..000000000 --- a/admin/client/lang/src/eo.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈu vi vere volas enarĥivigi tiujn paĝojn?\n\nTiuj paĝoj kaj ĉiuj idaj paĝoj estos malpublikigitaj kaj senditaj al la arĥivo.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas forigi tiujn paĝojn el la publika stadio?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas publikigi?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈu vi vere volas restaŭri al stadio?\n\nIdoj de enarĥivigitaj paĝoj estos restaŭritaj al la radika nivelo, escepte se tiuj paĝoj ankaŭ estos restaŭritaj.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Vi elektis {num} paĝo(j)n.\n\nĈi vi vere volas malpublikigi?", - "CMSMAIN.SELECTONEPAGE": "Bonvole elektu almenaŭ 1 paĝon.", - "Campaigns.ADDCAMPAIGN": "Aldoni kampanjon", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementoj", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s elemento", - "Campaigns.PUBLISHCAMPAIGN": "Publikigi kampanjon", - "Campaigns.REVERTCAMPAIGN": "Malfari", - "File.NO_SIZE": "neaplikebla", - "FormBuilderModal.CLOSE": "Fermi", - "LeftAndMain.CONFIRMUNSAVED": "Ĉu vi vere volas navigi for de ĉi tiu paĝo?\n\nAVERTO: Viaj ŝanĝoj ne estas konservitaj.\n\nPremu je Akcepti por daŭrigi, aŭ Nuligi por resti ĉe la aktuala paĝo.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "AVERTO: Viaj ŝanĝoj ne estas konservitaj.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "kaj", - "LeftAndMain.PAGEWASDELETED": "Ĉi tiu paĝo estas forigita. Por redakti paĝon, elektu ĝin maldekstre.", - "LeftAndMain.SEARCHCLEARRESULTS": "Vakigi serĉon", - "LeftAndMain.SEARCHRESULTS": "Rezultoj de serĉo", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Rezultoj de serĉo {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "kategoriigitaj kiel '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "redaktitaj inter '{CreatedFrom}' ĝis '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "redaktitaj de '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "redaktitaj ĝis '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "kun ŝlosilvortoj '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limigita al la dosierujo '{Folder}'", - "ModelAdmin.DELETED": "Forigita", - "ModelAdmin.REALLYDELETE": "Ĉi vi vere volas forigi?", - "ModelAdmin.SAVED": "Konservita", - "ModelAdmin.VALIDATIONERROR": "Validiga eraro", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ĉu vi vere volas forigi %s grupojn?" -} \ No newline at end of file diff --git a/admin/client/lang/src/es.js b/admin/client/lang/src/es.js deleted file mode 100644 index f6cdf6cf1..000000000 --- a/admin/client/lang/src/es.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer archivar estas páginas?\n\nEstas páginas y sus hijas se retirarán de publicación y se enviarán al archivo.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente quieres eliminarla(s) desde el sitio en vivo?", - "CMSMAIN.BATCH_DELETE_PROMPT": "Tienes {num} página(s) seleccionadas.\n\n¿Estás seguro de que quieres eliminar estas páginas?\n\nEstas páginas y todas sus páginas secundarias serán eliminadas y enviadas y archivadas.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere publicar?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer restaurar estas páginas?\n\nLos hijos de las páginas archivadas serán restauradas al nivel raíz a no ser que esas páginas también sean restauradas.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere retirar de publicación?", - "CMSMAIN.SELECTONEPAGE": "Por favor, seleccione al menos una página", - "Campaigns.ADDCAMPAIGN": "Añadir campaña", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementos", - "Campaigns.ITEM_SUMMARY_SINGULAR": "elemento %s", - "Campaigns.PUBLISHCAMPAIGN": "Publicar campaña", - "Campaigns.REVERTCAMPAIGN": "Revertir", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Cerrar", - "LeftAndMain.CONFIRMUNSAVED": "¿Estás seguro que quieres navegar fuera de esta página?⏎\n⏎\nADVERTENCIA: Tus cambios no han sido guardados.⏎\n⏎\nPresionar OK para continuar o Cancelar para continuar en la página actual", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ADVERTENCIA: Tus cambios no han sido guardados.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "y", - "LeftAndMain.PAGEWASDELETED": "Esta página fue eliminada. Para editar una página, seleccionarla desde la izquierda", - "LeftAndMain.SEARCHCLEARRESULTS": "Limpiar búsqueda", - "LeftAndMain.SEARCHRESULTS": "Resultados de búsqueda", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Resultados de búsqueda {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorizadas como '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "editado entre '{CreatedFrom}' a '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "editado desde '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "editado antes de '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "con palabras clave '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limitado a la carpeta '{Folder}'", - "ModelAdmin.DELETED": "Eliminado", - "ModelAdmin.REALLYDELETE": "Estás seguro que quieres eliminarla?", - "ModelAdmin.SAVED": "Guardado", - "ModelAdmin.VALIDATIONERROR": "Error de validación", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "¿Realmente quieres eliminar el grupo %s?" -} \ No newline at end of file diff --git a/admin/client/lang/src/fa_IR.js b/admin/client/lang/src/fa_IR.js deleted file mode 100644 index 1d77c852b..000000000 --- a/admin/client/lang/src/fa_IR.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\n\nآیا از این‌که می‌خواهید بایگانی شوند اطمینان دارید؟\n\nتمامی این صفحات و تمامی صفحات فرزند آن‌ها عدم انتشار می‌شوند و به بایگانی ارسال می‌گردند.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید آن‌ها از لایو را حذف نمایید؟", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "شما {num} صفحه(صفحه‌ها) را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید آن‌ها را منتشر نمایید؟", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "شما {num} صفحه را انتخاب کرده‌اید.\n\nآیا واقعاً می‌خواهید انتشار آن‌ها را لغو نمایید", - "CMSMAIN.SELECTONEPAGE": "لطفاً حداقل ۱ صفحه را انتخاب نمایید.", - "Campaigns.ADDCAMPAIGN": "افزودن کمپین", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s آیتم", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s آیتم", - "Campaigns.PUBLISHCAMPAIGN": "انتشار کمپین", - "Campaigns.REVERTCAMPAIGN": "بازگرداندن", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "هشدار: تغییرات شما ذخیره نشده‌اند.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "این صفحه حذف شده است. برای ویرایش یک صفحه، آن‌را از لیست چپ انتخاب نمایید.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "حذف شده", - "ModelAdmin.REALLYDELETE": "آیا واقعاً می‌خواهید حذف نمایید؟", - "ModelAdmin.SAVED": "ذخیره شده", - "ModelAdmin.VALIDATIONERROR": "خطای اعتبار‌سنجی", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "آیا واقعاً می‌خواهید %s گروه را حذف نمایید؟" -} \ No newline at end of file diff --git a/admin/client/lang/src/fi.js b/admin/client/lang/src/fi.js deleted file mode 100644 index 5eb82a476..000000000 --- a/admin/client/lang/src/fi.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti arkistoida nämä sivut?\n\nValitut sivut ja kaikki niiden alasivut poistetaan julkaisusta sekä siirretään arkistoon.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti poistaa nämä sivut näkyvistä?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti julkaista?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti palauttaa sivut?\n\nArkistoitujen sivujen alasivut palautetaan juuritasolle, jos niitä sivuja ei palauteta.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Sinulla on {num} sivu(a) valittuna.\n\nHaluatko varmasti poistaa julkaisusta?", - "CMSMAIN.SELECTONEPAGE": "Valitse vähintään yksi sivu", - "Campaigns.ADDCAMPAIGN": "Lisää kampanja", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s kohdetta", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s kohde", - "Campaigns.PUBLISHCAMPAIGN": "Julkaise kampanja", - "Campaigns.REVERTCAMPAIGN": "Palauta", - "File.NO_SIZE": "Ei yhtään", - "FormBuilderModal.CLOSE": "Sulje", - "LeftAndMain.CONFIRMUNSAVED": "Haluatko varmasti poistua tältä sivulta?\n\nVAROITUS: Muutoksiasi ei ole tallennettu.\n\nPaina OK jatkaaksesi, tai Peruuta pysyäksesi nykyisellä sivulla.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "VAROITUS: Muutoksiasi ei ole tallennettu.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "ja", - "LeftAndMain.PAGEWASDELETED": "Sivu on poistettu. Valitse sivu muokattavaksesi vasemmalta.", - "LeftAndMain.SEARCHCLEARRESULTS": "Tyhjennä haku", - "LeftAndMain.SEARCHRESULTS": "Hakutulokset", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Hakutulokset {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "Kategorioitu nimellä '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "muokattu välillä '{CreatedFrom}'–'{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "muokattu kohteesta '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "muokattu ennen '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "avainsanoilla '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "rajoitettu kansioon '{Folder}'", - "ModelAdmin.DELETED": "Poistettu", - "ModelAdmin.REALLYDELETE": "Haluatko varmasti poistaa?", - "ModelAdmin.SAVED": "Tallennettu", - "ModelAdmin.VALIDATIONERROR": "Virhe vahvistuksessa", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Haluatko varmasti poistaa %s ryhmät?" -} \ No newline at end of file diff --git a/admin/client/lang/src/fr.js b/admin/client/lang/src/fr.js deleted file mode 100644 index 74b373459..000000000 --- a/admin/client/lang/src/fr.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Etes-vous sûr de vouloir quitter cette page ?\n\nATTENTION: Vos changements n'ont pas été sauvegardés.\n\nCliquez sur OK pour continuer, ou sur Annuler pour rester sur la page actuelle.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Cette page a été supprimée. Pour éditer cette page, veuillez la sélectionner à gauche.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Supprimé", - "ModelAdmin.REALLYDELETE": "Etes-vous sûr de vouloir supprimer ?", - "ModelAdmin.SAVED": "Sauvegardé", - "ModelAdmin.VALIDATIONERROR": "Validation Error", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Do you really want to delete %s groups?" -} \ No newline at end of file diff --git a/admin/client/lang/src/hr.js b/admin/client/lang/src/hr.js deleted file mode 100644 index 70ed78181..000000000 --- a/admin/client/lang/src/hr.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Imate {num} stranicu(e) označeno.\n\nJeste li sigurni da želite arhivirati ove stranice?\n\nOve stranice i sve stranice ispod nje će biti neobjavljene i poslane u arhivu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Imate {num} stranica(e) označeno.\n\nJeste li sigurni da želite obrisati ove stranice s objavljenog?", - "CMSMAIN.BATCH_DELETE_PROMPT": "Imate {num} stranicu(e) označeno.\n\nJeste li sigurni da želite obrisati ove stranice?\n\nOve stranice i sve stranice ispod nje će biti obrisane i poslane u arhivu.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Označili ste {num} stranicu(a).\n\nJeste li sigurni da želite objaviti?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Imate {num} stranica(e) označeno.\n\nJeste li sigurni da želite vratiti ove stranice?\n\nSve podstranice će biti vraćene u najviši nivo, osim ako te stranice su vraćene.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Označili ste {num} stranicu(a).\n\nJeste li sigurni da želite odjaviti?", - "CMSMAIN.SELECTONEPAGE": "Molimo odaberite bar jednu stranicu", - "Campaigns.ADDCAMPAIGN": "Dodaj kampanju", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s stavki", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s stavka", - "Campaigns.PUBLISHCAMPAIGN": "Objavi kampanju", - "Campaigns.REVERTCAMPAIGN": "Vrati", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Zatvori", - "LeftAndMain.CONFIRMUNSAVED": "Jeste li sigurni da želite otići s ove stranice?\n\nUPOZORENJE: Vaše promjene nisu spremljene.\n\nPritisnike OK za nastavka, ili Odustani za ostati na trenutnoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENJE: Vaše promjene nisu spremljene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "i", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je obrisana. Za uređivanje stranice, odaberite je s lijeve stranice.", - "LeftAndMain.SEARCHCLEARRESULTS": "Očisti pretragu", - "LeftAndMain.SEARCHRESULTS": "Rezultati pretraživanja", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Rezultati pretraživanja {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Obrisano", - "ModelAdmin.REALLYDELETE": "Jeste li sigurni da želite obrisati?", - "ModelAdmin.SAVED": "Spremljeno", - "ModelAdmin.VALIDATIONERROR": "Greška validacije", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Jeste li sigurni da želite obrisati %s grupe?" -} \ No newline at end of file diff --git a/admin/client/lang/src/id.js b/admin/client/lang/src/id.js deleted file mode 100644 index 9fd74233f..000000000 --- a/admin/client/lang/src/id.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Anda ingin tinggalkan laman ini?\n\nPERINGATAN: Perubahan tidak akan disimpan.\n\nTekan OK untuk lanjut, atau Batal untuk tetap di laman ini.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "PERINGATAN: Perubahan tidak akan disimpan.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Laman sudah terhapus. Untuk mengedit, pilih pada sisi kiri.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Terhapus", - "ModelAdmin.REALLYDELETE": "Anda yakin ingin menghapus?", - "ModelAdmin.SAVED": "Tersimpan", - "ModelAdmin.VALIDATIONERROR": "Kesalahan Validasi", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Anda ingin menghapus kelompok %s?" -} \ No newline at end of file diff --git a/admin/client/lang/src/id_ID.js b/admin/client/lang/src/id_ID.js deleted file mode 100644 index 9fd74233f..000000000 --- a/admin/client/lang/src/id_ID.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Anda ingin tinggalkan laman ini?\n\nPERINGATAN: Perubahan tidak akan disimpan.\n\nTekan OK untuk lanjut, atau Batal untuk tetap di laman ini.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "PERINGATAN: Perubahan tidak akan disimpan.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Laman sudah terhapus. Untuk mengedit, pilih pada sisi kiri.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Terhapus", - "ModelAdmin.REALLYDELETE": "Anda yakin ingin menghapus?", - "ModelAdmin.SAVED": "Tersimpan", - "ModelAdmin.VALIDATIONERROR": "Kesalahan Validasi", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Anda ingin menghapus kelompok %s?" -} \ No newline at end of file diff --git a/admin/client/lang/src/it.js b/admin/client/lang/src/it.js deleted file mode 100644 index a16104b7d..000000000 --- a/admin/client/lang/src/it.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Hai selezionato {num} pagina(e).\n\nSei sicuro di volerle archiviare?\n\nQueste pagine insieme a tutte le pagine figlio saranno spubblicate ed archiviate.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente eliminare queste pagine dal sito live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente pubblicarle?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Hai selezionato {num} pagina(e).\n\nSei sicuri di volerle ripristinare?\n\nI figli delle pagine archiviate saranno ripristinati nel primo livello, a meno anche i genitori non vengano ripristinati.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Hai {num} pagine selezionate.\n\nVuoi veramente nasconderle?", - "CMSMAIN.SELECTONEPAGE": "Per favore selezionare almeno una pagina", - "Campaigns.ADDCAMPAIGN": "Aggiungi campagna", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s elementi", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s elemento", - "Campaigns.PUBLISHCAMPAIGN": "Pubblica campagna", - "Campaigns.REVERTCAMPAIGN": "Ripristina", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Siete sicuri di voler uscire da questa pagina?\n\nATTENZIONE: I vostri cambiamenti non sono stati salvati.\n\nCliccare OK per continuare, o su Annulla per rimanere sulla pagina corrente.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ATTENZIONE: le tue modifiche non sono state salvate.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Questa pagina è stata eliminata. Per modificare questa pagine, selezionarla a sinistra.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Eliminato", - "ModelAdmin.REALLYDELETE": "Si è sicuri di voler eliminare?", - "ModelAdmin.SAVED": "Salvato", - "ModelAdmin.VALIDATIONERROR": "Errore di validazione", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vuoi veramente eliminare %s gruppi?" -} \ No newline at end of file diff --git a/admin/client/lang/src/ja.js b/admin/client/lang/src/ja.js deleted file mode 100644 index d5b8bc29e..000000000 --- a/admin/client/lang/src/ja.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "このページから移動しても良いですか?\n\n警告: あなたの変更は保存されていません.\n\n続行するにはOKを押してください.キャンセルをクリックするとこのページにとどまります.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "警告: あなたの変更は保存されていません.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "このページは削除されました.ページを編集するには,左から選択してください.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "削除しました", - "ModelAdmin.REALLYDELETE": "本当に削除しますか?", - "ModelAdmin.SAVED": "保存しました", - "ModelAdmin.VALIDATIONERROR": "検証エラー", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "%sグループを本当に削除しても良いですか?" -} \ No newline at end of file diff --git a/admin/client/lang/src/lt.js b/admin/client/lang/src/lt.js deleted file mode 100644 index d0d14854e..000000000 --- a/admin/client/lang/src/lt.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite archyvuoti šiuos puslapius?\n\nŠie puslapiai ir visi po jais esantys puslapiai bus nebepublikuojami ir suarchyvuoti.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite ištrinti iš publikuotų puslapių?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite publikuoti?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite atstatyti?\n\nPuslapiai, esantys po suarchyvuotais puslapiais, bus atstatyti aukščiausiame lygyje, nebent šie puslapiai irgi bus atstatyti.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Pažymėjote {num} puslapius(-į).\n\nAr tikrai norite nebepublikuoti?", - "CMSMAIN.SELECTONEPAGE": "Prašome pasirinkti bent vieną puslapį", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Ar tikrai norite išeiti iš šio puslapio?\n\nDĖMESIO: Jūsų pakeitimai neišsaugoti.\n\nNorėdami tęsti, spauskite OK, jeigu norite likti, spauskite Cancel.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "DĖMESIO: Jūsų pakeitimai neišsaugoti.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Šis puslapis ištrintas. Norėdami redaguoti puslapį, pasirinkite jį kairėje.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Ištrinta", - "ModelAdmin.REALLYDELETE": "Ar tikrai norite ištrinti?", - "ModelAdmin.SAVED": "Išsaugota", - "ModelAdmin.VALIDATIONERROR": "Tikrinimo klaida", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ar tikrai norite ištrinti %s grupes?" -} \ No newline at end of file diff --git a/admin/client/lang/src/mi.js b/admin/client/lang/src/mi.js deleted file mode 100644 index ac4966170..000000000 --- a/admin/client/lang/src/mi.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Whakahokia", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Kei te hiahia whakatere atu i tēnei whārangi?\n\nWHAKATŪPATO: Kāore anō ō huringa kia tiakina.\n\nPēhi AE kia haere tonu, Whakakore rānei kia noho i te whārangi onāianei.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WHAKATŪPATO: Kāore anō ō huringa kia tiakina.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "I mukua tēnei whārangi. Hei whakatika i tētahi whārangi, tīpakohia i te taha mauī.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Kua Mukua", - "ModelAdmin.REALLYDELETE": "Kei te tino hiahia muku?", - "ModelAdmin.SAVED": "Kua Tiakina", - "ModelAdmin.VALIDATIONERROR": "Hapa Whakamana", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Kei te tino hiahia muku i te %s rōpū?" -} \ No newline at end of file diff --git a/admin/client/lang/src/nb.js b/admin/client/lang/src/nb.js deleted file mode 100644 index 9a3d30ad6..000000000 --- a/admin/client/lang/src/nb.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Er du sikker på at du vil forlate denne siden?\n\nADVARSEL: Endringene din har ikke blitt lagret.\n\nTrykk OK for å fortsette eller Avbryt for å holde deg på samme side.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ADVARSEL: Endringene dine har ikke blitt lagret.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Denne siden ble slettet. For å redigere en side, velg den fra listen til venstre.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Slettet", - "ModelAdmin.REALLYDELETE": "Vil du virkelig slette?", - "ModelAdmin.SAVED": "Lagret", - "ModelAdmin.VALIDATIONERROR": "Valideringsfeil", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vil du virkelig slette %s grupper?" -} \ No newline at end of file diff --git a/admin/client/lang/src/nl.js b/admin/client/lang/src/nl.js deleted file mode 100644 index a69429f8b..000000000 --- a/admin/client/lang/src/nl.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt archiveren?\n\nDe publicatie van deze en onderliggende pagina's wordt ingetrokken en gearchiveerd.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de publicatie van deze pagina's wilt intrekken?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt publiceren?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de pagina(s) wilt herstellen? Onderliggende pagina's worden naar het top level hersteld, tenzij deze pagina's ook worden hersteld.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Je hebt {num} pagina(s) geselecteerd.\n\nWeet je zeker dat je de publicatie wilt intrekken?", - "CMSMAIN.SELECTONEPAGE": "Selecteer minstens 1 pagina.", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Weet u zeker dat u deze pagina wilt verlaten?\nWAARSCHUWING: Uw veranderingen zijn niet opgeslagen.\n\nKies OK om te verlaten, of Cancel om op de huidige pagina te blijven.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WAARSCHUWING: Uw veranderingen zijn niet opgeslagen", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Deze pagina is verwijderd. Om een pagina aan te passen, selecteer deze aan de linkerkant.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Verwijderd", - "ModelAdmin.REALLYDELETE": "Weet u zeker dat u wilt verwijderen?", - "ModelAdmin.SAVED": "Opgeslagen", - "ModelAdmin.VALIDATIONERROR": "Validatiefout", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Weet u zeker dat u deze groep %s wilt verwijderen?" -} \ No newline at end of file diff --git a/admin/client/lang/src/pl.js b/admin/client/lang/src/pl.js deleted file mode 100644 index 65738f438..000000000 --- a/admin/client/lang/src/pl.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Czy na pewno chcesz kontynuować nawigację poza tą stronę?\n\nUWAGA: Twoje zmiany nie zostały zapisane.\n\nWciśnij OK aby kontynuować, wciśnij Anuluj aby pozostać na tej stronie.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UWAGA: Twoje zmiany nie zostały zapisane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ta strona została usunięta. Wybierz stronę z listy aby rozpocząć edycję.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Usunięto", - "ModelAdmin.REALLYDELETE": "Na pewno usunąć?", - "ModelAdmin.SAVED": "Zapisano", - "ModelAdmin.VALIDATIONERROR": "Niepoprawne dane", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Czy na pewno chcesz usunąć %s grup?" -} \ No newline at end of file diff --git a/admin/client/lang/src/ro.js b/admin/client/lang/src/ro.js deleted file mode 100644 index 5e0f9884a..000000000 --- a/admin/client/lang/src/ro.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Aveti {num} pagina(i) selectate.\n\nDoriti sa le nenublicati", - "CMSMAIN.SELECTONEPAGE": "Vă rugăm să selectaţi cel puțin o pagină.", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Sunteți sigur că doriți să părăsiți pagina?\n\nAVERTISMENT: Modificările nu au fost salvate.\n\nApăsați OK pentru a continua, sau Anulați pentru a rămâne pe pagina curentă.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "AVERTISMENT: Modificările nu au fost salvate.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Această pagină a fost ștearsă. Pentru a edita pagina, selectați-o din stânga.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Șters", - "ModelAdmin.REALLYDELETE": "Sigur doriți să ștergeți?", - "ModelAdmin.SAVED": "Salvat", - "ModelAdmin.VALIDATIONERROR": "Eroare de validare", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Sigur doriți să ștergeți grupurile %s?" -} \ No newline at end of file diff --git a/admin/client/lang/src/ru.js b/admin/client/lang/src/ru.js deleted file mode 100644 index 5b71ad764..000000000 --- a/admin/client/lang/src/ru.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Вы выбрали {num} страниц(у)\nВы уверены что хотите отправить их в архив?\n\nПубликации этих страниц и их под-страниц будут отменены и отправлены в архив. ", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите отменить публикацию этих страниц?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите их опубликовать?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите восстановить эти страницы в черновик?\n\nПод-страницы архивных страниц будут восстановлены в корень если эти страницы также не отмечены для восстановления.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Вы выбрали {num} страниц(у)\n\nВы уверены что хотите отменить их публикацию?", - "CMSMAIN.SELECTONEPAGE": "Пожалуйста, выберите хотя бы одну страницу.", - "Campaigns.ADDCAMPAIGN": "Добавить кампанию", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s элементов", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s элемент", - "Campaigns.PUBLISHCAMPAIGN": "Опубликовать кампанию", - "Campaigns.REVERTCAMPAIGN": "Отменить", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Вы действительно хотите покинуть эту страницу?\n\nВНИМАНИЕ: Ваши изменения не были сохранены.\n\nНажмите ОК, чтобы продолжить или Отмена, чтобы остаться на текущей странице.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "ВНИМАНИЕ: Ваши изменения не были сохранены", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Эта страница была удалена. Чтобы изменить страницу, выберите её из списка слева.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Удалено", - "ModelAdmin.REALLYDELETE": "Вы действительно хотите удалить?", - "ModelAdmin.SAVED": "Сохранено", - "ModelAdmin.VALIDATIONERROR": "Ошибка валидации", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Вы действительно хотите удалить %s групп?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sk.js b/admin/client/lang/src/sk.js deleted file mode 100644 index 550b24f07..000000000 --- a/admin/client/lang/src/sk.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Vybrali ste {num} stránok.\n\nUrčite chcete archivovať tieto stránky?\n\nTieto stránky a jej všetky podstránky budú nezverejnené a odoslané do archívu.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne chcete tieto stránky vymazať z webu?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne ich chcete zverejniť?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Vybrali ste {num} stránok.\n\nSkutočne chcete obnoviť?\n\nPodstránky archivovaných stránok budú obnovené do najvyššej úrovne, pokiaľ tieto stránky budú tiež obnovené.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Máte vybratých {num} stránok.\n\nSkutočne ich chcete nezverejniť?", - "CMSMAIN.SELECTONEPAGE": "Prosím, vyberte najmenej 1 stránku", - "Campaigns.ADDCAMPAIGN": "Pridať kampaň", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s položiek", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s položka", - "Campaigns.PUBLISHCAMPAIGN": "Zverejniť kampaň", - "Campaigns.REVERTCAMPAIGN": "Prepnúť", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Určite chcete opustiť navigáciu z tejto stránky?\n\nUPOZORNENIE: Vaše zmeny neboli uložené.\n\nStlačte OK pre pokračovať, alebo Cancel, ostanete na teto stránke.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNENIE: Vaše zmeny neboli uložené.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Táto stránka bola zmazaná. Pre editáciu stránky, vyberte ju vľavo.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Zmazané", - "ModelAdmin.REALLYDELETE": "Skutočně chcete zmazať?", - "ModelAdmin.SAVED": "Uložené", - "ModelAdmin.VALIDATIONERROR": "Chyba platnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutočne chcete zmazať % skupiny?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sl.js b/admin/client/lang/src/sl.js deleted file mode 100644 index 03e7ebf41..000000000 --- a/admin/client/lang/src/sl.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Res želite zapusitit stran?\n\nOPOZORILO: spremembe niso bile shranjene\n\nKliknite OK za nadaljevanje ali Prekliči, da ostanete na trenutni strani.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "OPOZORILO: spremembe niso bile shranjene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Stran je bila izbrisana. Za urejanje izberite stran na levi.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Izbrišem?", - "ModelAdmin.SAVED": "Shranjeno", - "ModelAdmin.VALIDATIONERROR": "Napaka pri preverjanju", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Izbrišem %s skupin?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sl_SI.js b/admin/client/lang/src/sl_SI.js deleted file mode 100644 index adc9d322a..000000000 --- a/admin/client/lang/src/sl_SI.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Izbrano število strani: {num}\n\nSte prepričani, da želite arhivirati te strani?\n\nTe strani in vse ostale podstrani bodo odstranjene iz objave in premaknjene v arhiv.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Izbrali ste {num} strani.\n\nAli ste prepričani, da želite izbrisati te strani iz objave?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Prosimo izberite vsaj eno stran", - "Campaigns.ADDCAMPAIGN": "Dodaj kampanjo", - "Campaigns.ITEM_SUMMARY_PLURAL": "% predmetov", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s predmet", - "Campaigns.PUBLISHCAMPAIGN": "Objavi kampanjo", - "Campaigns.REVERTCAMPAIGN": "Povrni", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "POZOR: Spremembe niso bile shranjene.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ta stran je bila izbrisana. Če želite urediti stran, jo najprej izberite na levi strani.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Ste prepričani, da želite izbrisati?", - "ModelAdmin.SAVED": "Shranjeno", - "ModelAdmin.VALIDATIONERROR": "Napaka pri validaciji", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Ste prepričani, da želite pobrisati grupe: %s ?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sr.js b/admin/client/lang/src/sr.js deleted file mode 100644 index e1ae792a9..000000000 --- a/admin/client/lang/src/sr.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Да ли сте сигурни да желите да одете са ове странице?\n\nУПОЗОРЕЊЕ: Ваше измене још нису сачуване.\n\nПритисните У реду за наставак или Одустани да би сте остали на овој страници.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "УПОЗОРЕЊЕ: Ваше измене нису сачуване.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ова страница је избрисана. Да би изменили страницу, изаберите је са леве стране.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Избрисано", - "ModelAdmin.REALLYDELETE": "Да ли заиста желите да избришете?", - "ModelAdmin.SAVED": "Сачувано.", - "ModelAdmin.VALIDATIONERROR": "Грешла при провери исправности", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Да ли заиста желите да се избришете %s групе?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sr@latin.js b/admin/client/lang/src/sr@latin.js deleted file mode 100644 index ef430c433..000000000 --- a/admin/client/lang/src/sr@latin.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Da li ste sigurni da želite da odete sa ove stranice?\n\nUPOZORENjE: Vaše izmene još nisu sačuvane.\n\nPritisnite U redu za nastavak ili Odustani da bi ste ostali na ovoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENjE: Vaše izmene nisu sačuvane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je izbrisana. Da bi izmenili stranicu, izaberite je sa leve strane.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Da li zaista želite da izbrišete?", - "ModelAdmin.SAVED": "Sačuvano.", - "ModelAdmin.VALIDATIONERROR": "Grešla pri proveri ispravnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Da li zaista želite da se izbrišete %s grupe?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sr_RS.js b/admin/client/lang/src/sr_RS.js deleted file mode 100644 index e1ae792a9..000000000 --- a/admin/client/lang/src/sr_RS.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Да ли сте сигурни да желите да одете са ове странице?\n\nУПОЗОРЕЊЕ: Ваше измене још нису сачуване.\n\nПритисните У реду за наставак или Одустани да би сте остали на овој страници.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "УПОЗОРЕЊЕ: Ваше измене нису сачуване.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ова страница је избрисана. Да би изменили страницу, изаберите је са леве стране.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Избрисано", - "ModelAdmin.REALLYDELETE": "Да ли заиста желите да избришете?", - "ModelAdmin.SAVED": "Сачувано.", - "ModelAdmin.VALIDATIONERROR": "Грешла при провери исправности", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Да ли заиста желите да се избришете %s групе?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sr_RS@latin.js b/admin/client/lang/src/sr_RS@latin.js deleted file mode 100644 index ef430c433..000000000 --- a/admin/client/lang/src/sr_RS@latin.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish", - "CMSMAIN.SELECTONEPAGE": "Please select at least one page", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Da li ste sigurni da želite da odete sa ove stranice?\n\nUPOZORENjE: Vaše izmene još nisu sačuvane.\n\nPritisnite U redu za nastavak ili Odustani da bi ste ostali na ovoj stranici.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORENjE: Vaše izmene nisu sačuvane.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Ova stranica je izbrisana. Da bi izmenili stranicu, izaberite je sa leve strane.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Izbrisano", - "ModelAdmin.REALLYDELETE": "Da li zaista želite da izbrišete?", - "ModelAdmin.SAVED": "Sačuvano.", - "ModelAdmin.VALIDATIONERROR": "Grešla pri proveri ispravnosti", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Da li zaista želite da se izbrišete %s grupe?" -} \ No newline at end of file diff --git a/admin/client/lang/src/sv.js b/admin/client/lang/src/sv.js deleted file mode 100644 index 5a63d145f..000000000 --- a/admin/client/lang/src/sv.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Du har {num} sida/sidor valda.\n\n\nÄr du säker på att du vill arkivera dessa sidor?\n\n\nDessa sidor och sidornas undersidor kommer att avpubliceras och arkiveras.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Du har valt {num} sida/sidor\n\nVill du verkligen radera dem från den publicerade sidan?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Du har valt {num} sida/sidor.\nVill du verkligen publicera dem.", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Du har {num} sida/sidor valda. \n\nVill du verkligen återställa till ett tidigare skede?\n\nUndersidor till arkiverade sidor kommer att återställas till rotnivå , såvida dessa sidor också återställs .", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Du har valt {num} sida/sidor\n\nVill du verkligen avpublicera", - "CMSMAIN.SELECTONEPAGE": "Var vänlig och välj minst en sida", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Är du säker på att du vill lämna denna sida?\n\nVARNING: Dina ändringar har inte sparats.\n\nTryck OK för att lämna sidan eller Avbryt för att stanna på aktuell sida.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Sidan raderades. För att redigera en sida, välj den i menyn till vänster.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Raderad", - "ModelAdmin.REALLYDELETE": "Vill du verkligen radera?", - "ModelAdmin.SAVED": "Sparad", - "ModelAdmin.VALIDATIONERROR": "Valideringsfel", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vill du verkligen radera %s grupper?" -} \ No newline at end of file diff --git a/admin/client/lang/src/zh.js b/admin/client/lang/src/zh.js deleted file mode 100644 index a5cf69fc3..000000000 --- a/admin/client/lang/src/zh.js +++ /dev/null @@ -1,35 +0,0 @@ -{ - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "您已选了{num}个页面。\n\n是否确定要发布?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "您已选了{num}个页面。\n\n是否确定要取消发布", - "CMSMAIN.SELECTONEPAGE": "请至少选择一个页面", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "您确定要离开此页面?\n警告:您所做的更改尚未保存。\n请按“确定”继续,或“取消”留在当前页面。\n", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "警告:您所做的更改尚未保存。", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "该页面已被删除。若要编辑一个页面,请在左边选择。", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "已删除", - "ModelAdmin.REALLYDELETE": "您真的要删除吗?", - "ModelAdmin.SAVED": "已保存", - "ModelAdmin.VALIDATIONERROR": "验证错误", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "您真的要删除 %s 小组吗?" -} \ No newline at end of file diff --git a/admin/client/lang/sv.js b/admin/client/lang/sv.js deleted file mode 100644 index 4d7416af8..000000000 --- a/admin/client/lang/sv.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/sv.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('sv', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "Du har {num} sida/sidor valda.\n\n\nÄr du säker på att du vill arkivera dessa sidor?\n\n\nDessa sidor och sidornas undersidor kommer att avpubliceras och arkiveras.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "Du har valt {num} sida/sidor\n\nVill du verkligen radera dem från den publicerade sidan?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "Du har valt {num} sida/sidor.\nVill du verkligen publicera dem.", - "CMSMAIN.BATCH_RESTORE_PROMPT": "Du har {num} sida/sidor valda. \n\nVill du verkligen återställa till ett tidigare skede?\n\nUndersidor till arkiverade sidor kommer att återställas till rotnivå , såvida dessa sidor också återställs .", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Du har valt {num} sida/sidor\n\nVill du verkligen avpublicera", - "CMSMAIN.SELECTONEPAGE": "Var vänlig och välj minst en sida", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "Är du säker på att du vill lämna denna sida?\n\nVARNING: Dina ändringar har inte sparats.\n\nTryck OK för att lämna sidan eller Avbryt för att stanna på aktuell sida.", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "Sidan raderades. För att redigera en sida, välj den i menyn till vänster.", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "Raderad", - "ModelAdmin.REALLYDELETE": "Vill du verkligen radera?", - "ModelAdmin.SAVED": "Sparad", - "ModelAdmin.VALIDATIONERROR": "Valideringsfel", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Vill du verkligen radera %s grupper?" -}); -} \ No newline at end of file diff --git a/admin/client/lang/zh.js b/admin/client/lang/zh.js deleted file mode 100644 index 910e3ac75..000000000 --- a/admin/client/lang/zh.js +++ /dev/null @@ -1,43 +0,0 @@ -// This file was generated by silverstripe/cow from admin/client/lang/src/zh.js. -// See https://github.com/tractorcow/cow for details -if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { - if (typeof(console) !== 'undefined') { // eslint-disable-line no-console - console.error('Class ss.i18n not defined'); // eslint-disable-line no-console - } -} else { - ss.i18n.addDictionary('zh', { - "CMSMAIN.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.", - "CMSMAIN.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?", - "CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.", - "CMSMAIN.BATCH_PUBLISH_PROMPT": "您已选了{num}个页面。\n\n是否确定要发布?", - "CMSMAIN.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.", - "CMSMAIN.BATCH_UNPUBLISH_PROMPT": "您已选了{num}个页面。\n\n是否确定要取消发布", - "CMSMAIN.SELECTONEPAGE": "请至少选择一个页面", - "Campaigns.ADDCAMPAIGN": "Add campaign", - "Campaigns.ITEM_SUMMARY_PLURAL": "%s items", - "Campaigns.ITEM_SUMMARY_SINGULAR": "%s item", - "Campaigns.PUBLISHCAMPAIGN": "Publish campaign", - "Campaigns.REVERTCAMPAIGN": "Revert", - "File.NO_SIZE": "N/A", - "FormBuilderModal.CLOSE": "Close", - "LeftAndMain.CONFIRMUNSAVED": "您确定要离开此页面?\n警告:您所做的更改尚未保存。\n请按“确定”继续,或“取消”留在当前页面。\n", - "LeftAndMain.CONFIRMUNSAVEDSHORT": "警告:您所做的更改尚未保存。", - "LeftAndMain.JOIN": ",", - "LeftAndMain.JOINLAST": "and", - "LeftAndMain.PAGEWASDELETED": "该页面已被删除。若要编辑一个页面,请在左边选择。", - "LeftAndMain.SEARCHCLEARRESULTS": "Clear search", - "LeftAndMain.SEARCHRESULTS": "Search results", - "LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}", - "LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'", - "LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'", - "LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'", - "LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'", - "ModelAdmin.DELETED": "已删除", - "ModelAdmin.REALLYDELETE": "您真的要删除吗?", - "ModelAdmin.SAVED": "已保存", - "ModelAdmin.VALIDATIONERROR": "验证错误", - "SecurityAdmin.BATCHACTIONSDELETECONFIRM": "您真的要删除 %s 小组吗?" -}); -} \ No newline at end of file