diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:38:16 +0200 |
commit | 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 (patch) | |
tree | 8a50c30271b9b328cde0d907b1441f2dabdc341b /Neutron-trunk/resources/i18n/en/admin-pages.json | |
parent | 15e4724761c50b30803df1811a525c85058f70bf (diff) | |
download | electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.gz electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.tar.bz2 electrode-529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/i18n/en/admin-pages.json')
-rw-r--r-- | Neutron-trunk/resources/i18n/en/admin-pages.json | 42 |
1 files changed, 42 insertions, 0 deletions
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 |