summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/.htaccess1
-rw-r--r--inc/lang/de/lang.php4
-rw-r--r--inc/lang/fi/lang.php3
3 files changed, 7 insertions, 1 deletions
diff --git a/inc/lang/.htaccess b/inc/lang/.htaccess
index 572f5156f..2d69be754 100644
--- a/inc/lang/.htaccess
+++ b/inc/lang/.htaccess
@@ -1,4 +1,3 @@
## no access to the lang directory
order allow,deny
deny from all
-Satisfy All
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php
index 160ea53e8..af6f32bf4 100644
--- a/inc/lang/de/lang.php
+++ b/inc/lang/de/lang.php
@@ -21,6 +21,7 @@
* @author Matthias Schulte <mailinglist@lupo49.de>
* @author Paul Lachewsky <kaeptn.haddock@gmail.com>
* @author Pierre Corell <info@joomla-praxis.de>
+ * @author Mateng Schimmerlos <mateng@firemail.de>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -298,6 +299,9 @@ $lang['i_pol1'] = 'Öffentliches Wiki (Lesen für alle, Schreiben
$lang['i_pol2'] = 'Geschlossenes Wiki (Lesen, Schreiben und Hochladen nur für registrierte Nutzer)';
$lang['i_retry'] = 'Wiederholen';
$lang['i_license'] = 'Bitte wählen Sie die Lizenz, unter die Sie Ihre Inhalte stellen möchten:';
+$lang['i_license_none'] = 'Lizensierungsinformation nicht anzeigen';
+$lang['i_pop_field'] = 'Bitte helfen Sie mit, DokuWiki zu verbessern:';
+$lang['i_pop_label'] = 'Einmal monatlich anonymisierte Nutzungsdaten an das DokuWiki-Entwicklerteam senden';
$lang['recent_global'] = 'Im Moment sehen Sie die Änderungen im Namensraum <b>%s</b>. Sie können auch <a href="%s">die Änderungen im gesamten Wiki sehen</a>.';
$lang['years'] = 'vor %d Jahren';
$lang['months'] = 'vor %d Monaten';
diff --git a/inc/lang/fi/lang.php b/inc/lang/fi/lang.php
index 59e4dc6cb..b66558d26 100644
--- a/inc/lang/fi/lang.php
+++ b/inc/lang/fi/lang.php
@@ -287,6 +287,9 @@ $lang['i_pol1'] = 'Julkinen Wiki (luku kaikilla, kirjoitus ja tie
$lang['i_pol2'] = 'Suljettu Wiki (luku, kirjoitus ja tiedostojen lähetys vain rekisteröityneillä käyttäjillä)';
$lang['i_retry'] = 'Yritä uudelleen';
$lang['i_license'] = 'Valitse lisenssi, jonka alle haluat sisältösi laittaa:';
+$lang['i_license_none'] = 'Älä näytä mitään lisenssitietoja';
+$lang['i_pop_field'] = 'Auta parantamaan DokuWikiä';
+$lang['i_pop_label'] = 'Lähetä kerran kuussa nimetöntä käyttäjätietoa DokuWikin kehittäjille';
$lang['recent_global'] = 'Seuraat tällä hetkellä muutoksia nimiavaruuden <b>%s</b> sisällä. Voit myös <a href="%s">katsoa muutoksia koko wikissä</a>';
$lang['years'] = '%d vuotta sitten';
$lang['months'] = '%d kuukautta sitten';