mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Rebuild dist files
This commit is contained in:
parent
ef6bc6e2af
commit
0980c62c7c
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('af', {
|
ss.i18n.addDictionary('af', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ar', {
|
ss.i18n.addDictionary('ar', {
|
||||||
"CMS.ALERTCLASSNAME": "سيتم تحديث نوع الصفحة بعد حفظ الصفحة",
|
"CMS.ALERTCLASSNAME": "سيتم تحديث نوع الصفحة بعد حفظ الصفحة",
|
||||||
|
"CMS.AddSubPage": "أضف صفحة جديدة هنا",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "تكرار",
|
||||||
|
"CMS.EditPage": "تحرير",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "هل تريد حقاً الرجوع إلى النسخة #%s من هذه الصفحة؟",
|
"CMS.RollbackToVersion": "هل تريد حقاً الرجوع إلى النسخة #%s من هذه الصفحة؟",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "أضف صفحة جديدة هنا",
|
|
||||||
"CMS.Duplicate": "تكرار",
|
|
||||||
"CMS.EditPage": "تحرير",
|
|
||||||
"CMS.ShowAsList": "أعرض التوابع في شكل قائمة",
|
"CMS.ShowAsList": "أعرض التوابع في شكل قائمة",
|
||||||
"CMS.ThisPageAndSubpages": "هذه الصفحة وصفحات فرعية",
|
"CMS.ThisPageAndSubpages": "هذه الصفحة وصفحات فرعية",
|
||||||
"CMS.ThisPageOnly": "هذه الصفحة فقط",
|
"CMS.ThisPageOnly": "هذه الصفحة فقط",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ast', {
|
ss.i18n.addDictionary('ast', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('az', {
|
ss.i18n.addDictionary('az', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('bg', {
|
ss.i18n.addDictionary('bg', {
|
||||||
"CMS.ALERTCLASSNAME": "Типът на страницата ще бъде обновен, след като тя бъде записана",
|
"CMS.ALERTCLASSNAME": "Типът на страницата ще бъде обновен, след като тя бъде записана",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('bs', {
|
ss.i18n.addDictionary('bs', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ca', {
|
ss.i18n.addDictionary('ca', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('cs', {
|
ss.i18n.addDictionary('cs', {
|
||||||
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizován až stránka bude uložena",
|
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizován až stránka bude uložena",
|
||||||
|
"CMS.AddSubPage": "Přidat novou stránku sem",
|
||||||
"CMS.ConfirmRestoreFromLive": "Určitě chcete obnovit koncept do stavz, kdy stránka byla naposled zveřejněna?",
|
"CMS.ConfirmRestoreFromLive": "Určitě chcete obnovit koncept do stavz, kdy stránka byla naposled zveřejněna?",
|
||||||
|
"CMS.Duplicate": "Duplikovat",
|
||||||
|
"CMS.EditPage": "Editovat",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Určitě chcete obnovit tyto stránky z archívu?",
|
"CMS.Restore": "Určitě chcete obnovit tyto stránky z archívu?",
|
||||||
"CMS.RestoreToRoot": "Určitě chcete obnovit tuto stránku z archívu?\n\nProtože nadřazená stránka není k dispozici, bude obnovena do nejvyšší úrovně.",
|
"CMS.RestoreToRoot": "Určitě chcete obnovit tuto stránku z archívu?\n\nProtože nadřazená stránka není k dispozici, bude obnovena do nejvyšší úrovně.",
|
||||||
"CMS.RollbackToVersion": "Skutečně chcete vrátit zpět na verzi #%s této stránky?",
|
"CMS.RollbackToVersion": "Skutečně chcete vrátit zpět na verzi #%s této stránky?",
|
||||||
"CMS.Unpublish": "Určitě chcete odstranit stránku ze zveřejněného webu?\n\nTato stránka bude stále k dispozici ve struktuře webu jako koncept.",
|
|
||||||
"CMS.AddSubPage": "Přidat novou stránku sem",
|
|
||||||
"CMS.Duplicate": "Duplikovat",
|
|
||||||
"CMS.EditPage": "Editovat",
|
|
||||||
"CMS.ShowAsList": "Zobrazit potomky jako seznam",
|
"CMS.ShowAsList": "Zobrazit potomky jako seznam",
|
||||||
"CMS.ThisPageAndSubpages": "Tuto stránku a podstránky",
|
"CMS.ThisPageAndSubpages": "Tuto stránku a podstránky",
|
||||||
"CMS.ThisPageOnly": "Pouze tuto stránku",
|
"CMS.ThisPageOnly": "Pouze tuto stránku",
|
||||||
"CMS.ViewPage": "Zobrazit",
|
"CMS.Unpublish": "Určitě chcete odstranit stránku ze zveřejněného webu?\n\nTato stránka bude stále k dispozici ve struktuře webu jako koncept.",
|
||||||
"CMS.UpdateURL": "Aktualizovat URL",
|
"CMS.UpdateURL": "Aktualizovat URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Zobrazit"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('cs_CZ', {
|
ss.i18n.addDictionary('cs_CZ', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('da', {
|
ss.i18n.addDictionary('da', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('de', {
|
ss.i18n.addDictionary('de', {
|
||||||
"CMS.ALERTCLASSNAME": "Der Seitentyp wird erst nach dem Speichern der Seite aktualisert",
|
"CMS.ALERTCLASSNAME": "Der Seitentyp wird erst nach dem Speichern der Seite aktualisert",
|
||||||
|
"CMS.AddSubPage": "Neue Seite hier hinzufügen",
|
||||||
"CMS.ConfirmRestoreFromLive": "Sind Sie sicher, dass Sie den Entwurf zu der zuletzt veröffentlichten Version zurücksetzen wollen?",
|
"CMS.ConfirmRestoreFromLive": "Sind Sie sicher, dass Sie den Entwurf zu der zuletzt veröffentlichten Version zurücksetzen wollen?",
|
||||||
|
"CMS.Duplicate": "Duplizieren",
|
||||||
|
"CMS.EditPage": "Bearbeiten",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?",
|
"CMS.Restore": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?",
|
||||||
"CMS.RestoreToRoot": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?\n\nWeil die ehemalige Elternseite nicht verfügbar ist wird diese Seite auf oberster Ebene wiederhergestellt.",
|
"CMS.RestoreToRoot": "Sind Sie sicher, dass Sie diese Seite aus dem Archiv wiederherstellen wollen?\n\nWeil die ehemalige Elternseite nicht verfügbar ist wird diese Seite auf oberster Ebene wiederhergestellt.",
|
||||||
"CMS.RollbackToVersion": "Wollen Sie wirklich Version #%s dieser Seite wiederherstellen?",
|
"CMS.RollbackToVersion": "Wollen Sie wirklich Version #%s dieser Seite wiederherstellen?",
|
||||||
"CMS.Unpublish": "Sind Sie sicher, dass Sie diese Seite von der veröffentlichten Seite entfernen wollen?\n\nDie Seite wird weiterhin im Seitenbaum als Entwurf bleiben.",
|
|
||||||
"CMS.AddSubPage": "Neue Seite hier hinzufügen",
|
|
||||||
"CMS.Duplicate": "Duplizieren",
|
|
||||||
"CMS.EditPage": "Bearbeiten",
|
|
||||||
"CMS.ShowAsList": "Kinder als LIste zeigen",
|
"CMS.ShowAsList": "Kinder als LIste zeigen",
|
||||||
"CMS.ThisPageAndSubpages": "Diese Seite und Unterseiten",
|
"CMS.ThisPageAndSubpages": "Diese Seite und Unterseiten",
|
||||||
"CMS.ThisPageOnly": "Nur diese Seite",
|
"CMS.ThisPageOnly": "Nur diese Seite",
|
||||||
"CMS.ViewPage": "Anzeigen",
|
"CMS.Unpublish": "Sind Sie sicher, dass Sie diese Seite von der veröffentlichten Seite entfernen wollen?\n\nDie Seite wird weiterhin im Seitenbaum als Entwurf bleiben.",
|
||||||
"CMS.UpdateURL": "URL aktualisieren",
|
"CMS.UpdateURL": "URL aktualisieren",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Anzeigen"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('de_DE', {
|
ss.i18n.addDictionary('de_DE', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('el', {
|
ss.i18n.addDictionary('el', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Προσθήκη νέας σελίδας εδώ",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Προσθήκη νέας σελίδας εδώ",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "Μόνο αυτή η σελίδα",
|
"CMS.ThisPageOnly": "Μόνο αυτή η σελίδα",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('en_GB', {
|
ss.i18n.addDictionary('en_GB', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('eo', {
|
ss.i18n.addDictionary('eo', {
|
||||||
"CMS.ALERTCLASSNAME": "La paĝotipo aktualiĝos kiam la paĝo estas konservita",
|
"CMS.ALERTCLASSNAME": "La paĝotipo aktualiĝos kiam la paĝo estas konservita",
|
||||||
|
"CMS.AddSubPage": "Aldoni novan paĝon ĉi tie",
|
||||||
"CMS.ConfirmRestoreFromLive": "Ĉi vi vere volas malfari la malneton al kiam la paĝo estis laste publikigita?",
|
"CMS.ConfirmRestoreFromLive": "Ĉi vi vere volas malfari la malneton al kiam la paĝo estis laste publikigita?",
|
||||||
|
"CMS.Duplicate": "Duobligi",
|
||||||
|
"CMS.EditPage": "Redakti",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Ĉi vi vere volas restaŭri ĉi tiun paĝon el la arkivo?",
|
"CMS.Restore": "Ĉi vi vere volas restaŭri ĉi tiun paĝon el la arkivo?",
|
||||||
"CMS.RestoreToRoot": "Ĉu vi vere volas restaŭri la paĝon el la arkivo?\n\nĈar la patra paĝo ne disponeblas, ĝi restaŭriĝos al la supra nivelo.",
|
"CMS.RestoreToRoot": "Ĉu vi vere volas restaŭri la paĝon el la arkivo?\n\nĈar la patra paĝo ne disponeblas, ĝi restaŭriĝos al la supra nivelo.",
|
||||||
"CMS.RollbackToVersion": "Cu vi vere volas malfare restaŭri al versio #%s de ĉi tiu paĝo?",
|
"CMS.RollbackToVersion": "Cu vi vere volas malfare restaŭri al versio #%s de ĉi tiu paĝo?",
|
||||||
"CMS.Unpublish": "Ĉu vi vere volas forigi la paĝon el la publika retejo?\n\nTiu paĝo ankoraŭ disponeblos en la reteja arbo kiel malneto.",
|
|
||||||
"CMS.AddSubPage": "Aldoni novan paĝon ĉi tie",
|
|
||||||
"CMS.Duplicate": "Duobligi",
|
|
||||||
"CMS.EditPage": "Redakti",
|
|
||||||
"CMS.ShowAsList": "Vidigi idojn kiel liston",
|
"CMS.ShowAsList": "Vidigi idojn kiel liston",
|
||||||
"CMS.ThisPageAndSubpages": "Ĉi tiu paĝo kaj subpaĝoj",
|
"CMS.ThisPageAndSubpages": "Ĉi tiu paĝo kaj subpaĝoj",
|
||||||
"CMS.ThisPageOnly": "Nur ĉi tiu paĝo",
|
"CMS.ThisPageOnly": "Nur ĉi tiu paĝo",
|
||||||
"CMS.ViewPage": "Vido",
|
"CMS.Unpublish": "Ĉu vi vere volas forigi la paĝon el la publika retejo?\n\nTiu paĝo ankoraŭ disponeblos en la reteja arbo kiel malneto.",
|
||||||
"CMS.UpdateURL": "Ĝisdatigi je URL",
|
"CMS.UpdateURL": "Ĝisdatigi je URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Vido"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('es', {
|
ss.i18n.addDictionary('es', {
|
||||||
"CMS.ALERTCLASSNAME": "El tipo de página será actualizado luego de guardar la página",
|
"CMS.ALERTCLASSNAME": "El tipo de página será actualizado luego de guardar la página",
|
||||||
|
"CMS.AddSubPage": "Agregar nueva página aquí",
|
||||||
"CMS.ConfirmRestoreFromLive": "¿Estás seguro de que quieres revertir el borrador a la última página publicada?",
|
"CMS.ConfirmRestoreFromLive": "¿Estás seguro de que quieres revertir el borrador a la última página publicada?",
|
||||||
|
"CMS.Duplicate": "Duplicar",
|
||||||
|
"CMS.EditPage": "Editar",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "¿Estás seguro que quieres restaurar esta página desde el archivo?",
|
"CMS.Restore": "¿Estás seguro que quieres restaurar esta página desde el archivo?",
|
||||||
"CMS.RestoreToRoot": "¿Estás seguro que quieres restaurar esta página desde el archivo?\n\nEl padre de esta página no está disponible, debido a ello, esta página será restaurada en el primer nivel del árbol",
|
"CMS.RestoreToRoot": "¿Estás seguro que quieres restaurar esta página desde el archivo?\n\nEl padre de esta página no está disponible, debido a ello, esta página será restaurada en el primer nivel del árbol",
|
||||||
"CMS.RollbackToVersion": "¿Realmente quieres volver a la versión #%s de esta página?",
|
"CMS.RollbackToVersion": "¿Realmente quieres volver a la versión #%s de esta página?",
|
||||||
"CMS.Unpublish": "¿Estás seguro que quieres remover tu página desde el sitio publicado?\n\nEsta página se mantendrá disponible en el árbol de páginas como un borrador.",
|
|
||||||
"CMS.AddSubPage": "Agregar nueva página aquí",
|
|
||||||
"CMS.Duplicate": "Duplicar",
|
|
||||||
"CMS.EditPage": "Editar",
|
|
||||||
"CMS.ShowAsList": "Mostrar hijos como lista",
|
"CMS.ShowAsList": "Mostrar hijos como lista",
|
||||||
"CMS.ThisPageAndSubpages": "Esta página y subpáginas",
|
"CMS.ThisPageAndSubpages": "Esta página y subpáginas",
|
||||||
"CMS.ThisPageOnly": "Sólo en esta página",
|
"CMS.ThisPageOnly": "Sólo en esta página",
|
||||||
"CMS.ViewPage": "Ver",
|
"CMS.Unpublish": "¿Estás seguro que quieres remover tu página desde el sitio publicado?\n\nEsta página se mantendrá disponible en el árbol de páginas como un borrador.",
|
||||||
"CMS.UpdateURL": "Actualizar URL",
|
"CMS.UpdateURL": "Actualizar URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Ver"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('es_AR', {
|
ss.i18n.addDictionary('es_AR', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('es_MX', {
|
ss.i18n.addDictionary('es_MX', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('et_EE', {
|
ss.i18n.addDictionary('et_EE', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fa', {
|
ss.i18n.addDictionary('fa', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fa_IR', {
|
ss.i18n.addDictionary('fa_IR', {
|
||||||
"CMS.ALERTCLASSNAME": "نوع صفحه پس از ذخیرهی آن بهروزرسانی میشود",
|
"CMS.ALERTCLASSNAME": "نوع صفحه پس از ذخیرهی آن بهروزرسانی میشود",
|
||||||
|
"CMS.AddSubPage": "افزودن صفحه جدید در اینجا",
|
||||||
"CMS.ConfirmRestoreFromLive": "آیا مطمئن هستید که پیشنویس به آخرین انتشار صفحه بازنشانی شود؟",
|
"CMS.ConfirmRestoreFromLive": "آیا مطمئن هستید که پیشنویس به آخرین انتشار صفحه بازنشانی شود؟",
|
||||||
|
"CMS.Duplicate": "دو نسخه کردن",
|
||||||
|
"CMS.EditPage": "ویرایش",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "آیا مطمئن هستید که این صفحه از آرشیو بازنشانی شود؟",
|
"CMS.Restore": "آیا مطمئن هستید که این صفحه از آرشیو بازنشانی شود؟",
|
||||||
"CMS.RestoreToRoot": "آیا اطمینان دارید که میخواهید این صفحه را از بایگانی بازنشانی نمایید؟\n\nاز آنجائیکه صفحهی والد موجود نیست به بالاترین لول بازنشانی خواهد شد.",
|
"CMS.RestoreToRoot": "آیا اطمینان دارید که میخواهید این صفحه را از بایگانی بازنشانی نمایید؟\n\nاز آنجائیکه صفحهی والد موجود نیست به بالاترین لول بازنشانی خواهد شد.",
|
||||||
"CMS.RollbackToVersion": "آیا واقعاً میخواهید به نسخه #%s این صفحه بازگردید؟",
|
"CMS.RollbackToVersion": "آیا واقعاً میخواهید به نسخه #%s این صفحه بازگردید؟",
|
||||||
"CMS.Unpublish": "آیا اطمینان دارید که میخواهید صفحهتان را از سایت منتشرشده حذف نمایید؟\n\nاین صفحه همچنان در نمایدرختی سایت به عنوان پیشنویس در دسترس خواهد بود.",
|
|
||||||
"CMS.AddSubPage": "افزودن صفحه جدید در اینجا",
|
|
||||||
"CMS.Duplicate": "دو نسخه کردن",
|
|
||||||
"CMS.EditPage": "ویرایش",
|
|
||||||
"CMS.ShowAsList": "نمایش فرزندان به صورت لیست",
|
"CMS.ShowAsList": "نمایش فرزندان به صورت لیست",
|
||||||
"CMS.ThisPageAndSubpages": "این صفحه و صفحات زیرمجموعه",
|
"CMS.ThisPageAndSubpages": "این صفحه و صفحات زیرمجموعه",
|
||||||
"CMS.ThisPageOnly": "فقط این صفحه",
|
"CMS.ThisPageOnly": "فقط این صفحه",
|
||||||
"CMS.ViewPage": "نمایش",
|
"CMS.Unpublish": "آیا اطمینان دارید که میخواهید صفحهتان را از سایت منتشرشده حذف نمایید؟\n\nاین صفحه همچنان در نمایدرختی سایت به عنوان پیشنویس در دسترس خواهد بود.",
|
||||||
"CMS.UpdateURL": "به روز رسانی URL",
|
"CMS.UpdateURL": "به روز رسانی URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "نمایش"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fi', {
|
ss.i18n.addDictionary('fi', {
|
||||||
"CMS.ALERTCLASSNAME": "Sivutyyppi päivitetään sivun tallennuksen jälkeen",
|
"CMS.ALERTCLASSNAME": "Sivutyyppi päivitetään sivun tallennuksen jälkeen",
|
||||||
|
"CMS.AddSubPage": "Lisää uusi sivu tähän",
|
||||||
"CMS.ConfirmRestoreFromLive": "Haluatko varmasti palata luonnoksen viimeisimpään julkaistuun versioon?",
|
"CMS.ConfirmRestoreFromLive": "Haluatko varmasti palata luonnoksen viimeisimpään julkaistuun versioon?",
|
||||||
|
"CMS.Duplicate": "Monista",
|
||||||
|
"CMS.EditPage": "Muokkaa",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Haluatko varmasti palauttaa sivun arkistosta?",
|
"CMS.Restore": "Haluatko varmasti palauttaa sivun arkistosta?",
|
||||||
"CMS.RestoreToRoot": "Haluatko varmasti palauttaa tämän sivun arkistosta?\n\nKoska isäntäsivua ei ole saatavilla, sivu palautetaan päätasolle.",
|
"CMS.RestoreToRoot": "Haluatko varmasti palauttaa tämän sivun arkistosta?\n\nKoska isäntäsivua ei ole saatavilla, sivu palautetaan päätasolle.",
|
||||||
"CMS.RollbackToVersion": "Haluatko varmasti palauttaa #%s version tästä sivusta?",
|
"CMS.RollbackToVersion": "Haluatko varmasti palauttaa #%s version tästä sivusta?",
|
||||||
"CMS.Unpublish": "Haluatko varmasti poistaa tämän sivun julkaisusta?\n\nTämä sivu on vielä saatavilla vedoksena rakennepuusta.",
|
|
||||||
"CMS.AddSubPage": "Lisää uusi sivu tähän",
|
|
||||||
"CMS.Duplicate": "Monista",
|
|
||||||
"CMS.EditPage": "Muokkaa",
|
|
||||||
"CMS.ShowAsList": "Näytä alasivut listana",
|
"CMS.ShowAsList": "Näytä alasivut listana",
|
||||||
"CMS.ThisPageAndSubpages": "Tämä sivu ja alasivut",
|
"CMS.ThisPageAndSubpages": "Tämä sivu ja alasivut",
|
||||||
"CMS.ThisPageOnly": "Vain tämä sivu",
|
"CMS.ThisPageOnly": "Vain tämä sivu",
|
||||||
"CMS.ViewPage": "Näytä",
|
"CMS.Unpublish": "Haluatko varmasti poistaa tämän sivun julkaisusta?\n\nTämä sivu on vielä saatavilla vedoksena rakennepuusta.",
|
||||||
"CMS.UpdateURL": "Päivitä URL",
|
"CMS.UpdateURL": "Päivitä URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Näytä"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fi_FI', {
|
ss.i18n.addDictionary('fi_FI', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fo', {
|
ss.i18n.addDictionary('fo', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('fr', {
|
ss.i18n.addDictionary('fr', {
|
||||||
"CMS.ALERTCLASSNAME": "La page sera mise à jour après son enregistrement",
|
"CMS.ALERTCLASSNAME": "La page sera mise à jour après son enregistrement",
|
||||||
|
"CMS.AddSubPage": "Ajouter une nouvelle page ici",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Dupliquer",
|
||||||
|
"CMS.EditPage": "Editer",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Voulez-vous vraiment retourner à la version #%s de cette page ?",
|
"CMS.RollbackToVersion": "Voulez-vous vraiment retourner à la version #%s de cette page ?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Ajouter une nouvelle page ici",
|
|
||||||
"CMS.Duplicate": "Dupliquer",
|
|
||||||
"CMS.EditPage": "Editer",
|
|
||||||
"CMS.ShowAsList": "Montrer les enfants en liste",
|
"CMS.ShowAsList": "Montrer les enfants en liste",
|
||||||
"CMS.ThisPageAndSubpages": "Cette page et ses sous-pages",
|
"CMS.ThisPageAndSubpages": "Cette page et ses sous-pages",
|
||||||
"CMS.ThisPageOnly": "Seulement cette page",
|
"CMS.ThisPageOnly": "Seulement cette page",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('gl_ES', {
|
ss.i18n.addDictionary('gl_ES', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('he_IL', {
|
ss.i18n.addDictionary('he_IL', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('hi', {
|
ss.i18n.addDictionary('hi', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('hr', {
|
ss.i18n.addDictionary('hr', {
|
||||||
"CMS.ALERTCLASSNAME": "Tip stranice će biti osvježen nakon spremanja stranice",
|
"CMS.ALERTCLASSNAME": "Tip stranice će biti osvježen nakon spremanja stranice",
|
||||||
|
"CMS.AddSubPage": "Dodaj novu stranicu ovdje",
|
||||||
"CMS.ConfirmRestoreFromLive": "Da li ste sigurni da želite vratiti predložak kada je stranica zadnji put objavljena?",
|
"CMS.ConfirmRestoreFromLive": "Da li ste sigurni da želite vratiti predložak kada je stranica zadnji put objavljena?",
|
||||||
|
"CMS.Duplicate": "Dupliciraj",
|
||||||
|
"CMS.EditPage": "Uredi",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Da li ste sigurni da želite vratiti stranicu iz arhive?",
|
"CMS.Restore": "Da li ste sigurni da želite vratiti stranicu iz arhive?",
|
||||||
"CMS.RestoreToRoot": "Jeste li sigurni da želite vratiti ovu stranicu iz arhive?\n\nNadstranica neće biti dostupna kada se stranica vrati.",
|
"CMS.RestoreToRoot": "Jeste li sigurni da želite vratiti ovu stranicu iz arhive?\n\nNadstranica neće biti dostupna kada se stranica vrati.",
|
||||||
"CMS.RollbackToVersion": "Jeste li sigurni da želite vratiti na verziju #%s ove stranice?",
|
"CMS.RollbackToVersion": "Jeste li sigurni da želite vratiti na verziju #%s ove stranice?",
|
||||||
"CMS.Unpublish": "Jeste li sigurni da želite ukloniti ovu stranicu iz objavljene stranice?\n\nOva stranica će ostati dostupna u stablu kao predložak.",
|
|
||||||
"CMS.AddSubPage": "Dodaj novu stranicu ovdje",
|
|
||||||
"CMS.Duplicate": "Dupliciraj",
|
|
||||||
"CMS.EditPage": "Uredi",
|
|
||||||
"CMS.ShowAsList": "Prikaži podstranice kao listu",
|
"CMS.ShowAsList": "Prikaži podstranice kao listu",
|
||||||
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
|
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
|
||||||
"CMS.ThisPageOnly": "Samo ova stranica",
|
"CMS.ThisPageOnly": "Samo ova stranica",
|
||||||
"CMS.ViewPage": "Pregled",
|
"CMS.Unpublish": "Jeste li sigurni da želite ukloniti ovu stranicu iz objavljene stranice?\n\nOva stranica će ostati dostupna u stablu kao predložak.",
|
||||||
"CMS.UpdateURL": "Ažuriraj link",
|
"CMS.UpdateURL": "Ažuriraj link",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Pregled"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('hu', {
|
ss.i18n.addDictionary('hu', {
|
||||||
"CMS.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
|
"CMS.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
|
||||||
|
"CMS.AddSubPage": "Új oldal létrehozása ebben a mappában",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplikál",
|
||||||
|
"CMS.EditPage": "Szerkeszt",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
|
"CMS.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Új oldal létrehozása ebben a mappában",
|
|
||||||
"CMS.Duplicate": "Duplikál",
|
|
||||||
"CMS.EditPage": "Szerkeszt",
|
|
||||||
"CMS.ShowAsList": "Gyerekoldalak lista nézetben",
|
"CMS.ShowAsList": "Gyerekoldalak lista nézetben",
|
||||||
"CMS.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
|
"CMS.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
|
||||||
"CMS.ThisPageOnly": "Csak ez az oldal",
|
"CMS.ThisPageOnly": "Csak ez az oldal",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('hy_AM', {
|
ss.i18n.addDictionary('hy_AM', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('id', {
|
ss.i18n.addDictionary('id', {
|
||||||
"CMS.ALERTCLASSNAME": "Jenis laman akan diperbarui setelah laman disimpan",
|
"CMS.ALERTCLASSNAME": "Jenis laman akan diperbarui setelah laman disimpan",
|
||||||
|
"CMS.AddSubPage": "Tambah laman baru di sini",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Gandakan",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Apakah Anda ingin kembali ke versi #%s dari laman ini?",
|
"CMS.RollbackToVersion": "Apakah Anda ingin kembali ke versi #%s dari laman ini?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Tambah laman baru di sini",
|
|
||||||
"CMS.Duplicate": "Gandakan",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Tampilkan turunan sebagai daftar",
|
"CMS.ShowAsList": "Tampilkan turunan sebagai daftar",
|
||||||
"CMS.ThisPageAndSubpages": "Laman dan sublaman ini",
|
"CMS.ThisPageAndSubpages": "Laman dan sublaman ini",
|
||||||
"CMS.ThisPageOnly": "Hanya laman ini",
|
"CMS.ThisPageOnly": "Hanya laman ini",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('id_ID', {
|
ss.i18n.addDictionary('id_ID', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('is', {
|
ss.i18n.addDictionary('is', {
|
||||||
"CMS.ALERTCLASSNAME": "Tegund siðu verður uppfært eftir vistun síðu",
|
"CMS.ALERTCLASSNAME": "Tegund siðu verður uppfært eftir vistun síðu",
|
||||||
|
"CMS.AddSubPage": "Bæta við nýrri síðu hér",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Fjölfalda",
|
||||||
|
"CMS.EditPage": "Breyta",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Bæta við nýrri síðu hér",
|
|
||||||
"CMS.Duplicate": "Fjölfalda",
|
|
||||||
"CMS.EditPage": "Breyta",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "Þessi síða og undirsíður",
|
"CMS.ThisPageAndSubpages": "Þessi síða og undirsíður",
|
||||||
"CMS.ThisPageOnly": "Aðeins þessi síða",
|
"CMS.ThisPageOnly": "Aðeins þessi síða",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('it', {
|
ss.i18n.addDictionary('it', {
|
||||||
"CMS.ALERTCLASSNAME": "Il Tipo di pagina verrà aggiornato dopo che la pagina è stata salvata.",
|
"CMS.ALERTCLASSNAME": "Il Tipo di pagina verrà aggiornato dopo che la pagina è stata salvata.",
|
||||||
|
"CMS.AddSubPage": "Aggiungi una nuova pagina qui",
|
||||||
"CMS.ConfirmRestoreFromLive": "Si è sicuri di voler ripristinare questa bozza all'ultima volta che è stata pubblicata?",
|
"CMS.ConfirmRestoreFromLive": "Si è sicuri di voler ripristinare questa bozza all'ultima volta che è stata pubblicata?",
|
||||||
|
"CMS.Duplicate": "Duplica",
|
||||||
|
"CMS.EditPage": "Modifica",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Si è sicuri di voler ripristinare questa pagina dall'archivio?",
|
"CMS.Restore": "Si è sicuri di voler ripristinare questa pagina dall'archivio?",
|
||||||
"CMS.RestoreToRoot": "Si è sicuri di voler ripristinare questa pagina dall'archivio?\n\nPoiché la pagina genitore non è disponibile, questo ripristinerà al primo livello.",
|
"CMS.RestoreToRoot": "Si è sicuri di voler ripristinare questa pagina dall'archivio?\n\nPoiché la pagina genitore non è disponibile, questo ripristinerà al primo livello.",
|
||||||
"CMS.RollbackToVersion": "Vuoi veramente tornare alla versione #%s di questa pagina?",
|
"CMS.RollbackToVersion": "Vuoi veramente tornare alla versione #%s di questa pagina?",
|
||||||
"CMS.Unpublish": "Si è sicuri di voler eliminare la pagina dal sito pubblico?\n\nQuesta pagina sarà comunque disponibile nel SiteTree come bozza.",
|
|
||||||
"CMS.AddSubPage": "Aggiungi una nuova pagina qui",
|
|
||||||
"CMS.Duplicate": "Duplica",
|
|
||||||
"CMS.EditPage": "Modifica",
|
|
||||||
"CMS.ShowAsList": "Mostra figli come lista",
|
"CMS.ShowAsList": "Mostra figli come lista",
|
||||||
"CMS.ThisPageAndSubpages": "Questa pagina e le sottopagine",
|
"CMS.ThisPageAndSubpages": "Questa pagina e le sottopagine",
|
||||||
"CMS.ThisPageOnly": "Solo questa pagina",
|
"CMS.ThisPageOnly": "Solo questa pagina",
|
||||||
"CMS.ViewPage": "Visualizza",
|
"CMS.Unpublish": "Si è sicuri di voler eliminare la pagina dal sito pubblico?\n\nQuesta pagina sarà comunque disponibile nel SiteTree come bozza.",
|
||||||
"CMS.UpdateURL": "Aggiornare l'URL",
|
"CMS.UpdateURL": "Aggiornare l'URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Visualizza"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('it_IT', {
|
ss.i18n.addDictionary('it_IT', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ja', {
|
ss.i18n.addDictionary('ja', {
|
||||||
"CMS.ALERTCLASSNAME": "ページ保存後にページの種類は更新されます.",
|
"CMS.ALERTCLASSNAME": "ページ保存後にページの種類は更新されます.",
|
||||||
|
"CMS.AddSubPage": "ここに新しいページを追加",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "重複",
|
||||||
|
"CMS.EditPage": "編集",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "このページのバージョン#%sへ本当にロールバックしますか?",
|
"CMS.RollbackToVersion": "このページのバージョン#%sへ本当にロールバックしますか?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "ここに新しいページを追加",
|
|
||||||
"CMS.Duplicate": "重複",
|
|
||||||
"CMS.EditPage": "編集",
|
|
||||||
"CMS.ShowAsList": "子どもをリストで表示する",
|
"CMS.ShowAsList": "子どもをリストで表示する",
|
||||||
"CMS.ThisPageAndSubpages": "このページとサブページ",
|
"CMS.ThisPageAndSubpages": "このページとサブページ",
|
||||||
"CMS.ThisPageOnly": "このページのみ",
|
"CMS.ThisPageOnly": "このページのみ",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ja_JP', {
|
ss.i18n.addDictionary('ja_JP', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('km', {
|
ss.i18n.addDictionary('km', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ko', {
|
ss.i18n.addDictionary('ko', {
|
||||||
"CMS.ALERTCLASSNAME": "페이지 저장 후 페이지의 종류는 업데이트됩니다.",
|
"CMS.ALERTCLASSNAME": "페이지 저장 후 페이지의 종류는 업데이트됩니다.",
|
||||||
|
"CMS.AddSubPage": "여기에 새 페이지를 추가하기",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "중복",
|
||||||
|
"CMS.EditPage": "편집",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "이 페이지의 #%s 버젼으로 롤백하시겠습니까?",
|
"CMS.RollbackToVersion": "이 페이지의 #%s 버젼으로 롤백하시겠습니까?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "여기에 새 페이지를 추가하기",
|
|
||||||
"CMS.Duplicate": "중복",
|
|
||||||
"CMS.EditPage": "편집",
|
|
||||||
"CMS.ShowAsList": "하위 목록으로 표시",
|
"CMS.ShowAsList": "하위 목록으로 표시",
|
||||||
"CMS.ThisPageAndSubpages": "이 페이지와 하위 페이지",
|
"CMS.ThisPageAndSubpages": "이 페이지와 하위 페이지",
|
||||||
"CMS.ThisPageOnly": "이 페이지만",
|
"CMS.ThisPageOnly": "이 페이지만",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('lt', {
|
ss.i18n.addDictionary('lt', {
|
||||||
"CMS.ALERTCLASSNAME": "Puslapio tipas bus atnaujintas po išsaugojimo",
|
"CMS.ALERTCLASSNAME": "Puslapio tipas bus atnaujintas po išsaugojimo",
|
||||||
|
"CMS.AddSubPage": "Pridėti naują puslapį čia",
|
||||||
"CMS.ConfirmRestoreFromLive": "Ar tikrai norite atšaukti pakeitimus juodraštyje į paskutinę publikuotą versiją?",
|
"CMS.ConfirmRestoreFromLive": "Ar tikrai norite atšaukti pakeitimus juodraštyje į paskutinę publikuotą versiją?",
|
||||||
|
"CMS.Duplicate": "Kopijuoti",
|
||||||
|
"CMS.EditPage": "Redaguoti",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Ar tikrai norite atstatyti šį puslapį iš archyvo?",
|
"CMS.Restore": "Ar tikrai norite atstatyti šį puslapį iš archyvo?",
|
||||||
"CMS.RestoreToRoot": "Ar tikrai norite atstatyti šį puslapį iš archyvo?\n\nKadangi tėvinis puslapis neegzistuoja, šis puslapis bus atstatytas kaip aukščiausio lygio puslapis.",
|
"CMS.RestoreToRoot": "Ar tikrai norite atstatyti šį puslapį iš archyvo?\n\nKadangi tėvinis puslapis neegzistuoja, šis puslapis bus atstatytas kaip aukščiausio lygio puslapis.",
|
||||||
"CMS.RollbackToVersion": "Ar tikrai norite atstatyti šį puslapį į #%s versiją?",
|
"CMS.RollbackToVersion": "Ar tikrai norite atstatyti šį puslapį į #%s versiją?",
|
||||||
"CMS.Unpublish": "Ar tikrai norite pašalinti šį puslapį iš publikuotų puslapių?\n\nŠis puslapis liks puslapių medyje kaip juodraštinis.",
|
|
||||||
"CMS.AddSubPage": "Pridėti naują puslapį čia",
|
|
||||||
"CMS.Duplicate": "Kopijuoti",
|
|
||||||
"CMS.EditPage": "Redaguoti",
|
|
||||||
"CMS.ShowAsList": "Rodyti žemesnius pusl. kaip sąrašą",
|
"CMS.ShowAsList": "Rodyti žemesnius pusl. kaip sąrašą",
|
||||||
"CMS.ThisPageAndSubpages": "Šį puslapį ir visus po juo",
|
"CMS.ThisPageAndSubpages": "Šį puslapį ir visus po juo",
|
||||||
"CMS.ThisPageOnly": "Tik šį puslapį",
|
"CMS.ThisPageOnly": "Tik šį puslapį",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Ar tikrai norite pašalinti šį puslapį iš publikuotų puslapių?\n\nŠis puslapis liks puslapių medyje kaip juodraštinis.",
|
||||||
"CMS.UpdateURL": "Atnaujinti URL dalį",
|
"CMS.UpdateURL": "Atnaujinti URL dalį",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('lt_LT', {
|
ss.i18n.addDictionary('lt_LT', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('lv', {
|
ss.i18n.addDictionary('lv', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('mi', {
|
ss.i18n.addDictionary('mi', {
|
||||||
"CMS.ALERTCLASSNAME": "Ka whakahōutia te momo whārangi i muri i te tiaki i te whārangi",
|
"CMS.ALERTCLASSNAME": "Ka whakahōutia te momo whārangi i muri i te tiaki i te whārangi",
|
||||||
|
"CMS.AddSubPage": "Tāpiri whārangi hou ki konei",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Tārite",
|
||||||
|
"CMS.EditPage": "Whakatika",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Kei te tino hiahia hoki ki te tauira #%s o tēnei whārangi?",
|
"CMS.RollbackToVersion": "Kei te tino hiahia hoki ki te tauira #%s o tēnei whārangi?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Tāpiri whārangi hou ki konei",
|
|
||||||
"CMS.Duplicate": "Tārite",
|
|
||||||
"CMS.EditPage": "Whakatika",
|
|
||||||
"CMS.ShowAsList": "Whakaatu tamariki hei rārangi",
|
"CMS.ShowAsList": "Whakaatu tamariki hei rārangi",
|
||||||
"CMS.ThisPageAndSubpages": "Tēnei whārangi me ngā whārangi iti",
|
"CMS.ThisPageAndSubpages": "Tēnei whārangi me ngā whārangi iti",
|
||||||
"CMS.ThisPageOnly": "Tēnei whārangi anake",
|
"CMS.ThisPageOnly": "Tēnei whārangi anake",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ms', {
|
ss.i18n.addDictionary('ms', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('my', {
|
ss.i18n.addDictionary('my', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('nb', {
|
ss.i18n.addDictionary('nb', {
|
||||||
"CMS.ALERTCLASSNAME": "Sidetypen vil bare bli oppdatert når siden blir lagret",
|
"CMS.ALERTCLASSNAME": "Sidetypen vil bare bli oppdatert når siden blir lagret",
|
||||||
|
"CMS.AddSubPage": "Legg til ny side her",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Dupliser",
|
||||||
|
"CMS.EditPage": "Rediger",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Vil du virkelig rulle tilbake til versjon #%s av denne siden?",
|
"CMS.RollbackToVersion": "Vil du virkelig rulle tilbake til versjon #%s av denne siden?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Legg til ny side her",
|
|
||||||
"CMS.Duplicate": "Dupliser",
|
|
||||||
"CMS.EditPage": "Rediger",
|
|
||||||
"CMS.ShowAsList": "Vis undersider som en liste",
|
"CMS.ShowAsList": "Vis undersider som en liste",
|
||||||
"CMS.ThisPageAndSubpages": "Denne siden og undersider",
|
"CMS.ThisPageAndSubpages": "Denne siden og undersider",
|
||||||
"CMS.ThisPageOnly": "Bare denne siden",
|
"CMS.ThisPageOnly": "Bare denne siden",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('nb_NO', {
|
ss.i18n.addDictionary('nb_NO', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ne', {
|
ss.i18n.addDictionary('ne', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('nl', {
|
ss.i18n.addDictionary('nl', {
|
||||||
"CMS.ALERTCLASSNAME": "Het paginatype wordt aangepast na het opslaan van de pagina",
|
"CMS.ALERTCLASSNAME": "Het paginatype wordt aangepast na het opslaan van de pagina",
|
||||||
|
"CMS.AddSubPage": "Voeg nieuwe pagina toe",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Dupliceren",
|
||||||
|
"CMS.EditPage": "Aanpassen",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Wil je echt terugdraaien naar versie #%s van deze pagina?",
|
"CMS.RollbackToVersion": "Wil je echt terugdraaien naar versie #%s van deze pagina?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Voeg nieuwe pagina toe",
|
|
||||||
"CMS.Duplicate": "Dupliceren",
|
|
||||||
"CMS.EditPage": "Aanpassen",
|
|
||||||
"CMS.ShowAsList": "Toon onderliggende pagina's als lijst",
|
"CMS.ShowAsList": "Toon onderliggende pagina's als lijst",
|
||||||
"CMS.ThisPageAndSubpages": "Deze pagina en subpagina's",
|
"CMS.ThisPageAndSubpages": "Deze pagina en subpagina's",
|
||||||
"CMS.ThisPageOnly": "Enkel deze pagina",
|
"CMS.ThisPageOnly": "Enkel deze pagina",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('nl_NL', {
|
ss.i18n.addDictionary('nl_NL', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pa', {
|
ss.i18n.addDictionary('pa', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pl', {
|
ss.i18n.addDictionary('pl', {
|
||||||
"CMS.ALERTCLASSNAME": "Ta strona zostanie zaktualizowana po jej zapisaniu",
|
"CMS.ALERTCLASSNAME": "Ta strona zostanie zaktualizowana po jej zapisaniu",
|
||||||
|
"CMS.AddSubPage": "Dodaj tutaj nową stronę",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Powiel",
|
||||||
|
"CMS.EditPage": "Edytuj",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Czy na pewno cofnąć do wersji #%s tej strony?",
|
"CMS.RollbackToVersion": "Czy na pewno cofnąć do wersji #%s tej strony?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Dodaj tutaj nową stronę",
|
|
||||||
"CMS.Duplicate": "Powiel",
|
|
||||||
"CMS.EditPage": "Edytuj",
|
|
||||||
"CMS.ShowAsList": "Pokaż dzieci jako listę",
|
"CMS.ShowAsList": "Pokaż dzieci jako listę",
|
||||||
"CMS.ThisPageAndSubpages": "Ta strona i podstrony",
|
"CMS.ThisPageAndSubpages": "Ta strona i podstrony",
|
||||||
"CMS.ThisPageOnly": "Tylko tę stronę",
|
"CMS.ThisPageOnly": "Tylko tę stronę",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pl_PL', {
|
ss.i18n.addDictionary('pl_PL', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pt', {
|
ss.i18n.addDictionary('pt', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pt_BR', {
|
ss.i18n.addDictionary('pt_BR', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('pt_PT', {
|
ss.i18n.addDictionary('pt_PT', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ro', {
|
ss.i18n.addDictionary('ro', {
|
||||||
"CMS.ALERTCLASSNAME": "Tipul de pagină va fi actualizat după ce pagina este salvată",
|
"CMS.ALERTCLASSNAME": "Tipul de pagină va fi actualizat după ce pagina este salvată",
|
||||||
|
"CMS.AddSubPage": "Adăugaţi o nouă pagină aici",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Copie",
|
||||||
|
"CMS.EditPage": "Editare",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Doriţi revenirea la versiunea #%s a acestei pagini?",
|
"CMS.RollbackToVersion": "Doriţi revenirea la versiunea #%s a acestei pagini?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Adăugaţi o nouă pagină aici",
|
|
||||||
"CMS.Duplicate": "Copie",
|
|
||||||
"CMS.EditPage": "Editare",
|
|
||||||
"CMS.ShowAsList": "Afişare fii în format listă",
|
"CMS.ShowAsList": "Afişare fii în format listă",
|
||||||
"CMS.ThisPageAndSubpages": "Această pagină cu subpagini",
|
"CMS.ThisPageAndSubpages": "Această pagină cu subpagini",
|
||||||
"CMS.ThisPageOnly": "Doar această pagină",
|
"CMS.ThisPageOnly": "Doar această pagină",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ro_RO', {
|
ss.i18n.addDictionary('ro_RO', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('ru', {
|
ss.i18n.addDictionary('ru', {
|
||||||
"CMS.ALERTCLASSNAME": "Тип страницы будет изменён после её сохранения.",
|
"CMS.ALERTCLASSNAME": "Тип страницы будет изменён после её сохранения.",
|
||||||
|
"CMS.AddSubPage": "Добавить новую страницу",
|
||||||
"CMS.ConfirmRestoreFromLive": "Вы действительно хотите вернуть страницу к состоянию опубликованной версии?",
|
"CMS.ConfirmRestoreFromLive": "Вы действительно хотите вернуть страницу к состоянию опубликованной версии?",
|
||||||
|
"CMS.Duplicate": "Создать копию",
|
||||||
|
"CMS.EditPage": "Редактировать",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Вы действительно хотите восстановить эту страницу из архива?",
|
"CMS.Restore": "Вы действительно хотите восстановить эту страницу из архива?",
|
||||||
"CMS.RestoreToRoot": "Вы уверены что хотите восстановить данную страницу из архива?\n\nПоскольку родительская страница недоступна данная страница будет восстановлена в корень сайта.",
|
"CMS.RestoreToRoot": "Вы уверены что хотите восстановить данную страницу из архива?\n\nПоскольку родительская страница недоступна данная страница будет восстановлена в корень сайта.",
|
||||||
"CMS.RollbackToVersion": "Вы действительно хотите восстановить версию #%s этой страницы?",
|
"CMS.RollbackToVersion": "Вы действительно хотите восстановить версию #%s этой страницы?",
|
||||||
"CMS.Unpublish": "Вы уверены что хотите удалить страницу с опубликованного сайта?\n\nСтраница останется в черновиках.",
|
|
||||||
"CMS.AddSubPage": "Добавить новую страницу",
|
|
||||||
"CMS.Duplicate": "Создать копию",
|
|
||||||
"CMS.EditPage": "Редактировать",
|
|
||||||
"CMS.ShowAsList": "Показать страницы в виде списка",
|
"CMS.ShowAsList": "Показать страницы в виде списка",
|
||||||
"CMS.ThisPageAndSubpages": "Вместе с вложенными страницами",
|
"CMS.ThisPageAndSubpages": "Вместе с вложенными страницами",
|
||||||
"CMS.ThisPageOnly": "Только этой страницы",
|
"CMS.ThisPageOnly": "Только этой страницы",
|
||||||
"CMS.ViewPage": "Просмотр",
|
"CMS.Unpublish": "Вы уверены что хотите удалить страницу с опубликованного сайта?\n\nСтраница останется в черновиках.",
|
||||||
"CMS.UpdateURL": "Обновить Адрес",
|
"CMS.UpdateURL": "Обновить Адрес",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Просмотр"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('si', {
|
ss.i18n.addDictionary('si', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sk', {
|
ss.i18n.addDictionary('sk', {
|
||||||
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizovaný až bude stránka uložená",
|
"CMS.ALERTCLASSNAME": "Typ stránky bude aktualizovaný až bude stránka uložená",
|
||||||
|
"CMS.AddSubPage": "Pridať novú stránku tu",
|
||||||
"CMS.ConfirmRestoreFromLive": "Určite chcete obnoviť koncept do doby, kedy bola stránka naposledy zverejnená?",
|
"CMS.ConfirmRestoreFromLive": "Určite chcete obnoviť koncept do doby, kedy bola stránka naposledy zverejnená?",
|
||||||
|
"CMS.Duplicate": "Duplikovať",
|
||||||
|
"CMS.EditPage": "Editovať",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Určite chcete obnoviť túto stánku z archívu?",
|
"CMS.Restore": "Určite chcete obnoviť túto stánku z archívu?",
|
||||||
"CMS.RestoreToRoot": "Určite chcete obnoviť túto stránku z archívu?\n\nPretože nadriadená stránka nie je k dispozícii, bude obnovena do najvyššej úrovne.",
|
"CMS.RestoreToRoot": "Určite chcete obnoviť túto stránku z archívu?\n\nPretože nadriadená stránka nie je k dispozícii, bude obnovena do najvyššej úrovne.",
|
||||||
"CMS.RollbackToVersion": "Skutočne chcete vrátiť späť na verziu #%s tejto stránky?",
|
"CMS.RollbackToVersion": "Skutočne chcete vrátiť späť na verziu #%s tejto stránky?",
|
||||||
"CMS.Unpublish": "Určite chcete odstrániť stránku zo zverejneného webu?\n\nTáto stránka bude stále k dispozícii v štruktúre webu ako koncept.",
|
|
||||||
"CMS.AddSubPage": "Pridať novú stránku tu",
|
|
||||||
"CMS.Duplicate": "Duplikovať",
|
|
||||||
"CMS.EditPage": "Editovať",
|
|
||||||
"CMS.ShowAsList": "Zobraziť potomkov ako zoznam",
|
"CMS.ShowAsList": "Zobraziť potomkov ako zoznam",
|
||||||
"CMS.ThisPageAndSubpages": "Túto stránku a podstránky",
|
"CMS.ThisPageAndSubpages": "Túto stránku a podstránky",
|
||||||
"CMS.ThisPageOnly": "Iba túto stránku",
|
"CMS.ThisPageOnly": "Iba túto stránku",
|
||||||
"CMS.ViewPage": "Zobraziť",
|
"CMS.Unpublish": "Určite chcete odstrániť stránku zo zverejneného webu?\n\nTáto stránka bude stále k dispozícii v štruktúre webu ako koncept.",
|
||||||
"CMS.UpdateURL": "Aktualizovať URL",
|
"CMS.UpdateURL": "Aktualizovať URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Zobraziť"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sk_SK', {
|
ss.i18n.addDictionary('sk_SK', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sl', {
|
ss.i18n.addDictionary('sl', {
|
||||||
"CMS.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
|
"CMS.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
|
||||||
|
"CMS.AddSubPage": "Dodaj novo stran tukaj",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Podvoji",
|
||||||
|
"CMS.EditPage": "Uredi",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
|
"CMS.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Dodaj novo stran tukaj",
|
|
||||||
"CMS.Duplicate": "Podvoji",
|
|
||||||
"CMS.EditPage": "Uredi",
|
|
||||||
"CMS.ShowAsList": "Prikaži otroke kot seznam",
|
"CMS.ShowAsList": "Prikaži otroke kot seznam",
|
||||||
"CMS.ThisPageAndSubpages": "To stran in podstrani",
|
"CMS.ThisPageAndSubpages": "To stran in podstrani",
|
||||||
"CMS.ThisPageOnly": "Samo to stran",
|
"CMS.ThisPageOnly": "Samo to stran",
|
||||||
"CMS.ViewPage": "Pogled",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Posodobi URL",
|
"CMS.UpdateURL": "Posodobi URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "Pogled"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sl_SI', {
|
ss.i18n.addDictionary('sl_SI', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sr', {
|
ss.i18n.addDictionary('sr', {
|
||||||
"CMS.ALERTCLASSNAME": "Тип странице ће бити ажуриран након што сачувате страницу",
|
"CMS.ALERTCLASSNAME": "Тип странице ће бити ажуриран након што сачувате страницу",
|
||||||
|
"CMS.AddSubPage": "Додај нову страницу овде",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Дуплирај/копирај",
|
||||||
|
"CMS.EditPage": "Измени",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Да ли заиста желите да се вратите на верзију #%s ове странице?",
|
"CMS.RollbackToVersion": "Да ли заиста желите да се вратите на верзију #%s ове странице?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Додај нову страницу овде",
|
|
||||||
"CMS.Duplicate": "Дуплирај/копирај",
|
|
||||||
"CMS.EditPage": "Измени",
|
|
||||||
"CMS.ShowAsList": "Прикажу децу у виду листе",
|
"CMS.ShowAsList": "Прикажу децу у виду листе",
|
||||||
"CMS.ThisPageAndSubpages": "Ова страница и подстранице",
|
"CMS.ThisPageAndSubpages": "Ова страница и подстранице",
|
||||||
"CMS.ThisPageOnly": "Само ова страница",
|
"CMS.ThisPageOnly": "Само ова страница",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sr@latin', {
|
ss.i18n.addDictionary('sr@latin', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sr_RS', {
|
ss.i18n.addDictionary('sr_RS', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sr_RS@latin', {
|
ss.i18n.addDictionary('sr_RS@latin', {
|
||||||
"CMS.ALERTCLASSNAME": "Tip stranice će biti ažuriran nakon što sačuvate stranicu",
|
"CMS.ALERTCLASSNAME": "Tip stranice će biti ažuriran nakon što sačuvate stranicu",
|
||||||
|
"CMS.AddSubPage": "Dodaj novu stranicu ovde",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Dupliraj/kopiraj",
|
||||||
|
"CMS.EditPage": "Izmeni",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Da li zaista želite da se vratite na verziju #%s ove stranice?",
|
"CMS.RollbackToVersion": "Da li zaista želite da se vratite na verziju #%s ove stranice?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Dodaj novu stranicu ovde",
|
|
||||||
"CMS.Duplicate": "Dupliraj/kopiraj",
|
|
||||||
"CMS.EditPage": "Izmeni",
|
|
||||||
"CMS.ShowAsList": "Prikažu decu u vidu liste",
|
"CMS.ShowAsList": "Prikažu decu u vidu liste",
|
||||||
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
|
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
|
||||||
"CMS.ThisPageOnly": "Samo ova stranica",
|
"CMS.ThisPageOnly": "Samo ova stranica",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('sv', {
|
ss.i18n.addDictionary('sv', {
|
||||||
"CMS.ALERTCLASSNAME": "Sidtypen kommer att uppdateras efter att sidan sparats",
|
"CMS.ALERTCLASSNAME": "Sidtypen kommer att uppdateras efter att sidan sparats",
|
||||||
|
"CMS.AddSubPage": "Lägg till ny sida här",
|
||||||
"CMS.ConfirmRestoreFromLive": "Är du säker på att du vill återskapa utkast till när sidan senast publicerades?",
|
"CMS.ConfirmRestoreFromLive": "Är du säker på att du vill återskapa utkast till när sidan senast publicerades?",
|
||||||
|
"CMS.Duplicate": "Duplicera",
|
||||||
|
"CMS.EditPage": "Redigera",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Är du säker på att du vill återställa sidan från arkiverad sida",
|
"CMS.Restore": "Är du säker på att du vill återställa sidan från arkiverad sida",
|
||||||
"CMS.RestoreToRoot": "Är du säker på att du vill återskapa denna sida från arkivet?\n\nEftersom sidan förälder är ej tillgänglig så kommer denbli återskapa under huvudmenun",
|
"CMS.RestoreToRoot": "Är du säker på att du vill återskapa denna sida från arkivet?\n\nEftersom sidan förälder är ej tillgänglig så kommer denbli återskapa under huvudmenun",
|
||||||
"CMS.RollbackToVersion": "Vill du verkligen gå tillbaka till version %s av denna sida?",
|
"CMS.RollbackToVersion": "Vill du verkligen gå tillbaka till version %s av denna sida?",
|
||||||
"CMS.Unpublish": "Är du säker på att du vill ta bort sidan från den publicerade hemsidan.\nSidan kommer fortfarande att synas i menu som utkast",
|
|
||||||
"CMS.AddSubPage": "Lägg till ny sida här",
|
|
||||||
"CMS.Duplicate": "Duplicera",
|
|
||||||
"CMS.EditPage": "Redigera",
|
|
||||||
"CMS.ShowAsList": "Visa undersidor som lista",
|
"CMS.ShowAsList": "Visa undersidor som lista",
|
||||||
"CMS.ThisPageAndSubpages": "Denna sida och undersidor",
|
"CMS.ThisPageAndSubpages": "Denna sida och undersidor",
|
||||||
"CMS.ThisPageOnly": "Endast denna sida",
|
"CMS.ThisPageOnly": "Endast denna sida",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Är du säker på att du vill ta bort sidan från den publicerade hemsidan.\nSidan kommer fortfarande att synas i menu som utkast",
|
||||||
"CMS.UpdateURL": "Uppdatera URL",
|
"CMS.UpdateURL": "Uppdatera URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('th', {
|
ss.i18n.addDictionary('th', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('tl', {
|
ss.i18n.addDictionary('tl', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('tr', {
|
ss.i18n.addDictionary('tr', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('tr_TR', {
|
ss.i18n.addDictionary('tr_TR', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('uk', {
|
ss.i18n.addDictionary('uk', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('uk_UA', {
|
ss.i18n.addDictionary('uk_UA', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('uz', {
|
ss.i18n.addDictionary('uz', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('vi', {
|
ss.i18n.addDictionary('vi', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('vi_VN', {
|
ss.i18n.addDictionary('vi_VN', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('zh', {
|
ss.i18n.addDictionary('zh', {
|
||||||
"CMS.ALERTCLASSNAME": "将在页面保存后上传页面类型",
|
"CMS.ALERTCLASSNAME": "将在页面保存后上传页面类型",
|
||||||
|
"CMS.AddSubPage": "在此添加新页面",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "复制",
|
||||||
|
"CMS.EditPage": "编辑",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
|
"CMS.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "在此添加新页面",
|
|
||||||
"CMS.Duplicate": "复制",
|
|
||||||
"CMS.EditPage": "编辑",
|
|
||||||
"CMS.ShowAsList": "将儿童显示为列表",
|
"CMS.ShowAsList": "将儿童显示为列表",
|
||||||
"CMS.ThisPageAndSubpages": "本页和子页面",
|
"CMS.ThisPageAndSubpages": "本页和子页面",
|
||||||
"CMS.ThisPageOnly": "仅该页",
|
"CMS.ThisPageOnly": "仅该页",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('zh_CN', {
|
ss.i18n.addDictionary('zh_CN', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
@ -7,19 +7,19 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|||||||
} else {
|
} else {
|
||||||
ss.i18n.addDictionary('zh_TW', {
|
ss.i18n.addDictionary('zh_TW', {
|
||||||
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
"CMS.ALERTCLASSNAME": "The page type will be updated after the page is saved",
|
||||||
|
"CMS.AddSubPage": "Add new page here",
|
||||||
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
|
||||||
|
"CMS.Duplicate": "Duplicate",
|
||||||
|
"CMS.EditPage": "Edit",
|
||||||
|
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
|
||||||
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
"CMS.Restore": "Are you sure you want to restore this page from archive?",
|
||||||
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
"CMS.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
|
||||||
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
"CMS.RollbackToVersion": "Do you really want to roll back to version #%s of this page?",
|
||||||
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
|
||||||
"CMS.AddSubPage": "Add new page here",
|
|
||||||
"CMS.Duplicate": "Duplicate",
|
|
||||||
"CMS.EditPage": "Edit",
|
|
||||||
"CMS.ShowAsList": "Show children as list",
|
"CMS.ShowAsList": "Show children as list",
|
||||||
"CMS.ThisPageAndSubpages": "This page and subpages",
|
"CMS.ThisPageAndSubpages": "This page and subpages",
|
||||||
"CMS.ThisPageOnly": "This page only",
|
"CMS.ThisPageOnly": "This page only",
|
||||||
"CMS.ViewPage": "View",
|
"CMS.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
|
||||||
"CMS.UpdateURL": "Update URL",
|
"CMS.UpdateURL": "Update URL",
|
||||||
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time."
|
"CMS.ViewPage": "View"
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user