summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/admin.txt5
-rw-r--r--inc/lang/en/admin_acl.txt12
-rw-r--r--inc/lang/en/backlinks.txt4
-rw-r--r--inc/lang/en/conflict.txt9
-rw-r--r--inc/lang/en/denied.txt4
-rw-r--r--inc/lang/en/diff.txt5
-rw-r--r--inc/lang/en/edit.txt5
-rw-r--r--inc/lang/en/editrev.txt2
-rw-r--r--inc/lang/en/index.txt4
-rw-r--r--inc/lang/en/lang.php132
-rw-r--r--inc/lang/en/locked.txt4
-rw-r--r--inc/lang/en/login.txt5
-rw-r--r--inc/lang/en/mailtext.txt17
-rw-r--r--inc/lang/en/newpage.txt4
-rw-r--r--inc/lang/en/norev.txt4
-rw-r--r--inc/lang/en/password.txt10
-rw-r--r--inc/lang/en/preview.txt4
-rw-r--r--inc/lang/en/read.txt2
-rw-r--r--inc/lang/en/recent.txt5
-rw-r--r--inc/lang/en/register.txt6
-rw-r--r--inc/lang/en/revisions.txt4
-rw-r--r--inc/lang/en/searchpage.txt6
-rw-r--r--inc/lang/en/showrev.txt2
-rw-r--r--inc/lang/en/wordblock.txt6
24 files changed, 261 insertions, 0 deletions
diff --git a/inc/lang/en/admin.txt b/inc/lang/en/admin.txt
new file mode 100644
index 000000000..b04a344d1
--- /dev/null
+++ b/inc/lang/en/admin.txt
@@ -0,0 +1,5 @@
+====== Administration ======
+
+Below you can find a list of administrative tasks available in
+DokuWiki.
+
diff --git a/inc/lang/en/admin_acl.txt b/inc/lang/en/admin_acl.txt
new file mode 100644
index 000000000..ff5442e24
--- /dev/null
+++ b/inc/lang/en/admin_acl.txt
@@ -0,0 +1,12 @@
+====== Access Control List Management ======
+
+On this page you can add and remove permissions for the current
+page and all the [[doku>wiki:namespaces|namespaces]] it is in.
+You should read the [[doku>wiki:acl|official documentation on ACL]]
+to fully understand how access control works.
+
+The page displays all permissions that are significant for the
+current page. Permissions regarding other pages are not shown -- to
+edit them [[this>doku.php?do=index|browse]] to the according page
+first, then change to the ACL Administration.
+
diff --git a/inc/lang/en/backlinks.txt b/inc/lang/en/backlinks.txt
new file mode 100644
index 000000000..5b40b84ea
--- /dev/null
+++ b/inc/lang/en/backlinks.txt
@@ -0,0 +1,4 @@
+====== Backlinks ======
+
+This is a list of pages that seem to link back to the current page.
+
diff --git a/inc/lang/en/conflict.txt b/inc/lang/en/conflict.txt
new file mode 100644
index 000000000..197bbd6e3
--- /dev/null
+++ b/inc/lang/en/conflict.txt
@@ -0,0 +1,9 @@
+====== A newer version exists ======
+
+A newer version of the document you edited exists. This happens when another
+user changed the document while you were editing it.
+
+Examine the differences shown below thoroughly, then decide which version to
+keep. If you choose ''save'', your version will be saved. Hit ''cancel'' to
+keep the current version.
+
diff --git a/inc/lang/en/denied.txt b/inc/lang/en/denied.txt
new file mode 100644
index 000000000..c8844a06f
--- /dev/null
+++ b/inc/lang/en/denied.txt
@@ -0,0 +1,4 @@
+======Permission Denied======
+
+Sorry, you don't have enough rights to continue. Perhaps you forgot to login?
+
diff --git a/inc/lang/en/diff.txt b/inc/lang/en/diff.txt
new file mode 100644
index 000000000..b56efc866
--- /dev/null
+++ b/inc/lang/en/diff.txt
@@ -0,0 +1,5 @@
+======Differences======
+
+This shows you the differences between the selected revision and the current
+version of the page.
+
diff --git a/inc/lang/en/edit.txt b/inc/lang/en/edit.txt
new file mode 100644
index 000000000..da651d1c7
--- /dev/null
+++ b/inc/lang/en/edit.txt
@@ -0,0 +1,5 @@
+Edit the page and hit ''Save''. See [[wiki:syntax]] for
+Wiki syntax. Please edit the page only if you can **improve** it. If you
+want to test some things, learn to make your first steps on the
+[[wiki:playground]].
+
diff --git a/inc/lang/en/editrev.txt b/inc/lang/en/editrev.txt
new file mode 100644
index 000000000..d2b158047
--- /dev/null
+++ b/inc/lang/en/editrev.txt
@@ -0,0 +1,2 @@
+**You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
+---- \ No newline at end of file
diff --git a/inc/lang/en/index.txt b/inc/lang/en/index.txt
new file mode 100644
index 000000000..e3b5cd153
--- /dev/null
+++ b/inc/lang/en/index.txt
@@ -0,0 +1,4 @@
+====== Index ======
+
+This is an index over all available pages ordered by [[doku>wiki:namespaces|namespaces]].
+
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
new file mode 100644
index 000000000..ba8736114
--- /dev/null
+++ b/inc/lang/en/lang.php
@@ -0,0 +1,132 @@
+<?
+/**
+ * english language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Andreas Gohr <andi@splitbrain.org>
+ * @author Anika Henke <henke@cosmocode.de>
+ */
+$lang['encoding'] = 'utf-8';
+$lang['direction'] = 'ltr';
+
+$lang['btn_edit'] = 'Edit this page';
+$lang['btn_source'] = 'Show pagesource';
+$lang['btn_show'] = 'Show page';
+$lang['btn_create'] = 'Create this page';
+$lang['btn_search'] = 'Search';
+$lang['btn_save'] = 'Save';
+$lang['btn_preview']= 'Preview';
+$lang['btn_top'] = 'Back to top';
+$lang['btn_newer'] = '<< more recent';
+$lang['btn_older'] = 'less recent >>';
+$lang['btn_revs'] = 'Old revisions';
+$lang['btn_recent'] = 'Recent changes';
+$lang['btn_upload'] = 'Upload';
+$lang['btn_cancel'] = 'Cancel';
+$lang['btn_index'] = 'Index';
+$lang['btn_secedit']= 'Edit';
+$lang['btn_login'] = 'Login';
+$lang['btn_logout'] = 'Logout';
+$lang['btn_admin'] = 'Admin';
+$lang['btn_update'] = 'Update';
+$lang['btn_delete'] = 'Delete';
+$lang['btn_back'] = 'Back';
+
+$lang['loggedinas'] = 'Logged in as';
+$lang['user'] = 'Username';
+$lang['pass'] = 'Password';
+$pass['passchk'] = 'once again';
+$lang['remember'] = 'Remember me';
+$lang['fullname'] = 'Full name';
+$lang['email'] = 'E-Mail';
+$lang['register'] = 'Register';
+$lang['badlogin'] = 'Sorry, username or password was wrong.';
+
+$lang['regmissing'] = 'Sorry, you must fill in all fields.';
+$lang['reguexists'] = 'Sorry, a user with this login already exists.';
+$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
+$lang['regsuccess2']= 'The user has been created.';
+$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
+$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
+$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
+$lang['regpwmail'] = 'Your DokuWiki password';
+$lang['reghere'] = 'You don\'t have an account yet? Just get one';
+
+$lang['txt_upload'] = 'Select file to upload';
+$lang['txt_filename'] = 'Enter wikiname (optional)';
+$lang['txt_overwrt'] = 'Overwrite existing file';
+$lang['lockedby'] = 'Currently locked by';
+$lang['lockexpire'] = 'Lock expires at';
+$lang['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.';
+
+$lang['notsavedyet'] = 'There are unsaved changes, that will be lost.\nReally continue?';
+$lang['rssfailed'] = 'An error occured while fetching this feed: ';
+$lang['nothingfound']= 'Nothing was found.';
+
+$lang['mediaselect'] = 'Mediafile Selection';
+$lang['fileupload'] = 'Mediafile Upload';
+$lang['uploadsucc'] = 'Upload successful';
+$lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?';
+$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
+$lang['uploadexist'] = 'File already exists. Nothing done.';
+$lang['namespaces'] = 'Namespaces';
+$lang['mediafiles'] = 'Available files in';
+
+$lang['hits'] = 'Hits';
+$lang['quickhits'] = 'Matching pagenames';
+$lang['toc'] = 'Table of Contents';
+$lang['current'] = 'current';
+$lang['yours'] = 'Your Version';
+$lang['diff'] = 'show differences to current version';
+$lang['line'] = 'Line';
+$lang['breadcrumb'] = 'Trace';
+$lang['lastmod'] = 'Last modified';
+$lang['by'] = 'by';
+$lang['deleted'] = 'removed';
+$lang['created'] = 'created';
+$lang['restored'] = 'old revision restored';
+$lang['summary'] = 'Edit summary';
+
+$lang['mail_newpage'] = '[DokuWiki] page added:';
+$lang['mail_changed'] = '[DokuWiki] page changed:';
+
+$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
+
+$lang['qb_alert'] = 'Please enter the text you want to format.\nIt will be appended to the end of the document.';
+$lang['qb_bold'] = 'Bold Text';
+$lang['qb_italic'] = 'Italic Text';
+$lang['qb_underl'] = 'Underlined Text';
+$lang['qb_code'] = 'Code Text';
+$lang['qb_strike'] = 'Strike-through Text';
+$lang['qb_h1'] = 'Level 1 Headline';
+$lang['qb_h2'] = 'Level 2 Headline';
+$lang['qb_h3'] = 'Level 3 Headline';
+$lang['qb_h4'] = 'Level 4 Headline';
+$lang['qb_h5'] = 'Level 5 Headline';
+$lang['qb_link'] = 'Internal Link';
+$lang['qb_extlink'] = 'External Link';
+$lang['qb_hr'] = 'Horizontal Rule';
+$lang['qb_ol'] = 'Ordered List Item';
+$lang['qb_ul'] = 'Unordered List Item';
+$lang['qb_media'] = 'Add Images and other files';
+$lang['qb_sig'] = 'Insert Signature';
+
+$lang['del_confirm']= 'Delete this entry?';
+
+$lang['admin_acl'] = 'Access Control List Management...';
+$lang['admin_register']= 'Add new user...';
+
+$lang['acl_group'] = 'Group';
+$lang['acl_user'] = 'User';
+$lang['acl_perms'] = 'Permissions for';
+$lang['page'] = 'Page';
+$lang['namespace'] = 'Namespace';
+
+$lang['acl_perm1'] = 'Read';
+$lang['acl_perm2'] = 'Edit';
+$lang['acl_perm4'] = 'Create';
+$lang['acl_perm8'] = 'Upload';
+$lang['acl_perm16'] = 'Delete';
+$lang['acl_new'] = 'Add new Entry';
+
+//Setup VIM: ex: et ts=2 enc=utf-8 :
diff --git a/inc/lang/en/locked.txt b/inc/lang/en/locked.txt
new file mode 100644
index 000000000..1c745d3ee
--- /dev/null
+++ b/inc/lang/en/locked.txt
@@ -0,0 +1,4 @@
+====== Page locked ======
+
+This page is currently locked for editing by another user. You have to wait
+until this user finishes editing or the lock expires.
diff --git a/inc/lang/en/login.txt b/inc/lang/en/login.txt
new file mode 100644
index 000000000..d108cf739
--- /dev/null
+++ b/inc/lang/en/login.txt
@@ -0,0 +1,5 @@
+====== Login ======
+
+You are currently not logged in! Enter your authentication credentials below to log in.
+You need to have cookies enabled to log in.
+
diff --git a/inc/lang/en/mailtext.txt b/inc/lang/en/mailtext.txt
new file mode 100644
index 000000000..902eadcae
--- /dev/null
+++ b/inc/lang/en/mailtext.txt
@@ -0,0 +1,17 @@
+A page in your DokuWiki was added or changed. Here are the details:
+
+Date : @DATE@
+Browser : @BROWSER@
+IP-Address : @IPADDRESS@
+Hostname : @HOSTNAME@
+Old Revision: @OLDPAGE@
+New Revision: @NEWPAGE@
+Edit Summary: @SUMMARY@
+User : @USER@
+
+@DIFF@
+
+
+--
+This mail was generated by DokuWiki at
+@DOKUWIKIURL@
diff --git a/inc/lang/en/newpage.txt b/inc/lang/en/newpage.txt
new file mode 100644
index 000000000..a44e2d633
--- /dev/null
+++ b/inc/lang/en/newpage.txt
@@ -0,0 +1,4 @@
+======This topic does not exist yet======
+
+You've followed a link to a topic that doesn't exist yet. You can create
+it by using the ''Create this page'' button.
diff --git a/inc/lang/en/norev.txt b/inc/lang/en/norev.txt
new file mode 100644
index 000000000..df7068a6c
--- /dev/null
+++ b/inc/lang/en/norev.txt
@@ -0,0 +1,4 @@
+======No such revision======
+
+The specified revision doesn't exist. Use the ''Old revisions'' button for a list of old revisions of this document.
+
diff --git a/inc/lang/en/password.txt b/inc/lang/en/password.txt
new file mode 100644
index 000000000..45b88cf8a
--- /dev/null
+++ b/inc/lang/en/password.txt
@@ -0,0 +1,10 @@
+Hi @FULLNAME@!
+
+Here is your userdata for @TITLE@ at @DOKUWIKIURL@
+
+Login : @LOGIN@
+Password : @PASSWORD@
+
+--
+This mail was generated by DokuWiki at
+@DOKUWIKIURL@
diff --git a/inc/lang/en/preview.txt b/inc/lang/en/preview.txt
new file mode 100644
index 000000000..8e32201a8
--- /dev/null
+++ b/inc/lang/en/preview.txt
@@ -0,0 +1,4 @@
+======Preview======
+
+This is a preview of how your text will look like. Remember: It is **not saved** yet!
+
diff --git a/inc/lang/en/read.txt b/inc/lang/en/read.txt
new file mode 100644
index 000000000..84decc49e
--- /dev/null
+++ b/inc/lang/en/read.txt
@@ -0,0 +1,2 @@
+This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
+
diff --git a/inc/lang/en/recent.txt b/inc/lang/en/recent.txt
new file mode 100644
index 000000000..c776c59e7
--- /dev/null
+++ b/inc/lang/en/recent.txt
@@ -0,0 +1,5 @@
+======Recent Changes======
+
+The following pages were changed recently.
+
+
diff --git a/inc/lang/en/register.txt b/inc/lang/en/register.txt
new file mode 100644
index 000000000..d3b0311c5
--- /dev/null
+++ b/inc/lang/en/register.txt
@@ -0,0 +1,6 @@
+====== Register as new user ======
+
+Fill in all the information below to create a new account in this wiki.
+Make sure you supply a **valid e-mail address** - your new password will
+be sent to it. The login name should be a valid [[doku>wiki:pagename|pagename]].
+
diff --git a/inc/lang/en/revisions.txt b/inc/lang/en/revisions.txt
new file mode 100644
index 000000000..b367a4554
--- /dev/null
+++ b/inc/lang/en/revisions.txt
@@ -0,0 +1,4 @@
+======Old Revisions======
+
+These are the older revisons of the current document. To revert to an old revision, select it from below, click ''Edit this page'' and save it.
+
diff --git a/inc/lang/en/searchpage.txt b/inc/lang/en/searchpage.txt
new file mode 100644
index 000000000..4272d5f26
--- /dev/null
+++ b/inc/lang/en/searchpage.txt
@@ -0,0 +1,6 @@
+======Search======
+
+You can find the results of your search below. If you didn't find what you were looking for, you can create
+a new page named after your query by using the ''Edit this page'' button.
+
+=====Results===== \ No newline at end of file
diff --git a/inc/lang/en/showrev.txt b/inc/lang/en/showrev.txt
new file mode 100644
index 000000000..9108273df
--- /dev/null
+++ b/inc/lang/en/showrev.txt
@@ -0,0 +1,2 @@
+**This is an old revision of the document!**
+----
diff --git a/inc/lang/en/wordblock.txt b/inc/lang/en/wordblock.txt
new file mode 100644
index 000000000..f3a1518df
--- /dev/null
+++ b/inc/lang/en/wordblock.txt
@@ -0,0 +1,6 @@
+======SPAM blocked======
+
+Your changes were **not** saved because it contains one or more blocked words.
+If you tried to spam the Wiki -- Bad dog! If you think this is an error, contact
+the administrator of this Wiki.
+