summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-14 17:40:57 +0100
committerandi <andi@splitbrain.org>2005-01-14 17:40:57 +0100
commit15fae1076f4439c7cd1302494a48e24f707a3020 (patch)
tree87c99f0393d0155fbf853f928f7e6d7ee04778bc /lang
parent132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43 (diff)
downloadrpg-15fae1076f4439c7cd1302494a48e24f707a3020.tar.gz
rpg-15fae1076f4439c7cd1302494a48e24f707a3020.tar.bz2
phpdoc comments
darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
Diffstat (limited to 'lang')
-rw-r--r--lang/da/lang.php7
-rw-r--r--lang/de/lang.php8
-rw-r--r--lang/en/lang.php7
-rw-r--r--lang/es/lang.php6
-rw-r--r--lang/eu/lang.php6
-rw-r--r--lang/fi/lang.php6
-rw-r--r--lang/fr/lang.php9
-rw-r--r--lang/nl/lang.php8
-rw-r--r--lang/no/lang.php6
-rw-r--r--lang/pl/lang.php6
-rw-r--r--lang/pt/lang.php6
-rw-r--r--lang/pt/register.txt2
-rw-r--r--lang/ru/lang.php6
-rw-r--r--lang/sv/lang.php6
-rw-r--r--lang/tw/lang.old.php99
-rw-r--r--lang/tw/lang.php7
16 files changed, 92 insertions, 103 deletions
diff --git a/lang/da/lang.php b/lang/da/lang.php
index 8a0fd3610..41c4196ae 100644
--- a/lang/da/lang.php
+++ b/lang/da/lang.php
@@ -1,4 +1,11 @@
<?
+/**
+ * danish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Jon Bendtsen <bendtsen@diku.dk>
+ */
+
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'dan',
diff --git a/lang/de/lang.php b/lang/de/lang.php
index 037a7fef5..200bdb0ef 100644
--- a/lang/de/lang.php
+++ b/lang/de/lang.php
@@ -1,4 +1,12 @@
<?
+/**
+ * german language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Andreas Gohr <andi@splitbrain.org>
+ * @author Christof <gagi@fin.de>
+ * @author Anika Henke <henke@cosmocode.de>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'deu',
diff --git a/lang/en/lang.php b/lang/en/lang.php
index a0b44b7fa..2c0c41649 100644
--- a/lang/en/lang.php
+++ b/lang/en/lang.php
@@ -1,4 +1,11 @@
<?
+/**
+ * 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'] = 'iso-8859-15';
$lang['locales'] = array(
'eng',
diff --git a/lang/es/lang.php b/lang/es/lang.php
index a8c2dd655..f03fbf4f7 100644
--- a/lang/es/lang.php
+++ b/lang/es/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * spanish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Zigor Astarbe <zigor@astarbe.com>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'esp',
diff --git a/lang/eu/lang.php b/lang/eu/lang.php
index f1464f83b..be9d263e5 100644
--- a/lang/eu/lang.php
+++ b/lang/eu/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Basque language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Xabi Ezpeleta <xezpeleta@mendikute.com>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'eusk',
diff --git a/lang/fi/lang.php b/lang/fi/lang.php
index 93e97a40a..55c2314f4 100644
--- a/lang/fi/lang.php
+++ b/lang/fi/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Finnish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Petteri <petteri@gmail.com>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'fin',
diff --git a/lang/fr/lang.php b/lang/fr/lang.php
index 7fbc4ab67..c3626c381 100644
--- a/lang/fr/lang.php
+++ b/lang/fr/lang.php
@@ -1,4 +1,13 @@
<?
+/**
+ * french language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Sébastien Bauer <sebastien.bauer@advalvas.be>
+ * @author Antoine Fixary <antoine.fixary@freesbee.fr>
+ * @author cumulus <pta-n56@myamail.com>
+ * @author Gwenn Gueguen <contact@demisel.net>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'fr_FR@euro',
diff --git a/lang/nl/lang.php b/lang/nl/lang.php
index e356351bc..79fa78a38 100644
--- a/lang/nl/lang.php
+++ b/lang/nl/lang.php
@@ -1,5 +1,11 @@
<?
-$lang['encoding'] = 'utf-8';
+/**
+ * dutch language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author François Kooman <fkooman.tuxed.net>
+ */
+$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'nld',
'nl_NL@euro',
diff --git a/lang/no/lang.php b/lang/no/lang.php
index bc747a06a..81a1c8c5a 100644
--- a/lang/no/lang.php
+++ b/lang/no/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Norwegian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Reidar Mosvold <Reidar.Mosvold@hit.no>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'norwegian',
diff --git a/lang/pl/lang.php b/lang/pl/lang.php
index 6b629dca8..eaaacf7b9 100644
--- a/lang/pl/lang.php
+++ b/lang/pl/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Polish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Grzegorz _ur <grzesiekzur@tlen.pl>
+ */
$lang['encoding'] = 'iso-8859-2';
$lang['locales'] = array(
'pl',
diff --git a/lang/pt/lang.php b/lang/pt/lang.php
index 284f023a6..a19a7dbd8 100644
--- a/lang/pt/lang.php
+++ b/lang/pt/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Portuguese language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author José Carlos Monteiro <jose.c.monteiro@netcabo.pt>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'prt',
diff --git a/lang/pt/register.txt b/lang/pt/register.txt
index ed23d7511..7d82c2f64 100644
--- a/lang/pt/register.txt
+++ b/lang/pt/register.txt
@@ -2,7 +2,7 @@
Por favor, preencha todos os campos com a informação correspondente, para poder criar uma nova conta neste SiteWiki.
-**Nota**: O nome de utilizador deve cumprir as mesmas regras de noemação de documentos Wiki válidos.\\
+**Nota**: O nome de utilizador deve cumprir as mesmas regras de nomeação de documentos Wiki válidos.\\
**Atenção**: Verifique que o endereço de correio electrónico que preencheu é válido, pois a sua senha será enviada por e-mail.
----
diff --git a/lang/ru/lang.php b/lang/ru/lang.php
index 9ab25fa06..6a83a0183 100644
--- a/lang/ru/lang.php
+++ b/lang/ru/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Russian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Jurijs Pimenovs <Jurijs_Pimenovs@exigengroup.lv>
+ */
$lang['encoding'] = 'iso-8859-5';
$lang['locales'] = array(
'rus',
diff --git a/lang/sv/lang.php b/lang/sv/lang.php
index 01bab9598..96cca125e 100644
--- a/lang/sv/lang.php
+++ b/lang/sv/lang.php
@@ -1,4 +1,10 @@
<?
+/**
+ * Swedish language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Joaquim Homrighausen <joho@webbplatsen.se>
+ */
$lang['encoding'] = 'iso-8859-15';
$lang['locales'] = array(
'swe',
diff --git a/lang/tw/lang.old.php b/lang/tw/lang.old.php
deleted file mode 100644
index 78cf7795e..000000000
--- a/lang/tw/lang.old.php
+++ /dev/null
@@ -1,99 +0,0 @@
-<?
-//$lang['encoding'] = 'iso-8859-15'
-$lang['encoding'] = 'UTF-8';
-$lang['locales'] = array(
- 'UTF-8',
- 'zh_TW',
- 'tw',
- 'chinese(traditional)',
- );
-
-$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_revs'] = 'Old revisons';
-$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['loggedinas'] = 'Logged in as';
-$lang['user'] = 'Username';
-$lang['pass'] = 'Password';
-$lang['fullname'] = 'Full name';
-$lang['email'] = 'E-Mail';
-$lang['register'] = 'Register';
-$lang['badlogin'] = 'Sorry username or password were wrong.';
-
-$lang['regmissing'] = 'Sorry you must fill in all fields.';
-$lang['reguexists'] = 'Sorry a user with this login already exists.';
-$lang['regsuccess'] = 'The user was created. The password was sent by mail.';
-$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['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['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['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['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_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';
-
-?>
diff --git a/lang/tw/lang.php b/lang/tw/lang.php
index 7ad3d646a..367f96168 100644
--- a/lang/tw/lang.php
+++ b/lang/tw/lang.php
@@ -1,6 +1,9 @@
<?
-/* Description: Chinese(Traditional) language file
- * Author: chinsan <chinsan@mail2000.com.tw>
+/**
+ * Chinese(Traditional) language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author chinsan <chinsan@mail2000.com.tw>
*/
$lang['encoding'] = 'UTF-8';
$lang['locales'] = array(