From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/i18n/en/admin-pages.json | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Neutron-trunk/resources/i18n/en/admin-pages.json (limited to 'Neutron-trunk/resources/i18n/en/admin-pages.json') diff --git a/Neutron-trunk/resources/i18n/en/admin-pages.json b/Neutron-trunk/resources/i18n/en/admin-pages.json new file mode 100644 index 0000000..7960631 --- /dev/null +++ b/Neutron-trunk/resources/i18n/en/admin-pages.json @@ -0,0 +1,42 @@ +{ + "home": "Home", + "alore": "Add a new page to your website", + "create": "Create a page", + "edit": "Edit", + "editl": "Edit the contents of this page", + "renamel": "Rename and change this page's URL", + "rename": "Rename", + "deletel": "Delete this page forever", + "delete": "Delete", + "pagename": "Page name", + "editors": [ + "Visual editor", + "HTML editor" + ], + "editordescs": [ + "Edit the page as if it was a word processor document", + "Write the code yourself for more customization" + ], + "quitwarn": "By leaving this page, you lose any non-saved change.", + "saved": "The page has been saved successfully", + "deletec": [ + "Do you really want to delete the « ", + " » page? This cannot be undone and may lead to undesirable side effects.", + "You can't delete your site's homepage." + ], + "deleteyl": "Delete the selected page", + "deletey": "Yes", + "deletenl": "Cancel deletion of this page", + "deleten": "No", + "renamew": [ + "You are renaming the « ", + " » page, this may lead to undesirable side effects. Moreover, no redirect will be created.", + "You can't rename your site's homepage." + ], + "oname": "Old name", + "onamep": "# Error #", + "nname": "New name", + "renamel2": "Rename page", + "rename2": "Rename", + "editcode": "Change the page's source code" +} \ No newline at end of file -- cgit