summaryrefslogtreecommitdiff
path: root/lib/plugins
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-01-26 11:30:10 +0100
committerAdrian Lang <lang@cosmocode.de>2010-01-26 11:30:10 +0100
commitd3f4f410ba72f7d4ccd8a66ca2667902de30d496 (patch)
tree4f62f256eaf312f61d60d7a30c15473bea7fc348 /lib/plugins
parent7d723f3d24511105ce37006f9439632c3d8f915e (diff)
parent3c743051cd4555135bdbf55c27733a2281463b4c (diff)
downloadrpg-d3f4f410ba72f7d4ccd8a66ca2667902de30d496.tar.gz
rpg-d3f4f410ba72f7d4ccd8a66ca2667902de30d496.tar.bz2
Merge branch 'master' of github.com:splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/acl/admin.php7
-rw-r--r--lib/plugins/acl/lang/he/lang.php1
-rw-r--r--lib/plugins/config/lang/de-informal/lang.php15
-rw-r--r--lib/plugins/config/lang/he/lang.php3
-rw-r--r--lib/plugins/plugin/lang/he/lang.php5
-rw-r--r--lib/plugins/popularity/lang/he/lang.php1
-rw-r--r--lib/plugins/revert/lang/he/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/de-informal/lang.php4
-rw-r--r--lib/plugins/usermanager/lang/he/lang.php1
9 files changed, 36 insertions, 2 deletions
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php
index a3fb4636d..a7037047a 100644
--- a/lib/plugins/acl/admin.php
+++ b/lib/plugins/acl/admin.php
@@ -130,6 +130,13 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin {
// re-add all rules
foreach((array) $_REQUEST['acl'] as $where => $opt){
foreach($opt as $who => $perm){
+ if ($who[0]=='@') {
+ if ($who!='@ALL') {
+ $who = '@'.ltrim($auth->cleanGroup($who),'@');
+ }
+ } else {
+ $who = $auth->cleanUser($who);
+ }
$who = auth_nameencode($who,true);
$lines[] = "$where\t$who\t$perm\n";
}
diff --git a/lib/plugins/acl/lang/he/lang.php b/lib/plugins/acl/lang/he/lang.php
index 7d73c63dd..ac00730dd 100644
--- a/lib/plugins/acl/lang/he/lang.php
+++ b/lib/plugins/acl/lang/he/lang.php
@@ -6,6 +6,7 @@
* @author DoK <kamberd@yahoo.com>
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['admin_acl'] = 'ניהול רשימת בקרת גישות';
$lang['acl_group'] = 'קבוצה';
diff --git a/lib/plugins/config/lang/de-informal/lang.php b/lib/plugins/config/lang/de-informal/lang.php
index 3b509e12e..28850aaa3 100644
--- a/lib/plugins/config/lang/de-informal/lang.php
+++ b/lib/plugins/config/lang/de-informal/lang.php
@@ -11,6 +11,7 @@ $lang['error'] = 'Einstellungen wurden nicht aktualisiert auf Gr
<br />Die/der inkorrekte(n) Wert(e) werden durch eine rote Umrandung hervorgehoben.';
$lang['updated'] = 'Einstellungen erfolgreich hochgeladen.';
$lang['nochoice'] = '(keine andere Option möglich)';
+$lang['danger'] = 'Achtung: Änderungen dieser Option könnten dein Wiki und das Konfigurationsmenü unzugänglich machen.';
$lang['warning'] = 'Achtung: Änderungen dieser Option kann zu unbabsichtigtem Verhalten führen.';
$lang['security'] = 'Sicherheitswarnung: Änderungen dieser Option können eine Sicherheitsrisiko bedeuten.';
$lang['_configuration_manager'] = 'Einstellungen';
@@ -30,6 +31,8 @@ $lang['_network'] = 'Netzwerk-Einstellungen';
$lang['_plugin_sufix'] = 'Ereiterungseinstellungen';
$lang['_template_sufix'] = 'Vorlageneinstellungen';
$lang['_msg_setting_no_default'] = 'Kein Standardwert.';
+$lang['fmode'] = 'Dateierstellungsmodus';
+$lang['dmode'] = 'Ordnererstellungsmodus';
$lang['lang'] = 'Sprache';
$lang['basedir'] = 'Installationsverzeichnis. Für automatische Erkennung frei lassen.';
$lang['baseurl'] = 'Installationspfad (URL)';
@@ -48,13 +51,24 @@ $lang['signature'] = 'Signatur';
$lang['usewordblock'] = 'Blockier Spam basierend auf der Wortliste';
$lang['useacl'] = 'Benutze Zugangskontrollliste';
$lang['autopasswd'] = 'Automatisch erzeugte Passwörter';
+$lang['passcrypt'] = 'Passwortverschlüsselungsmethode';
$lang['defaultgroup'] = 'Standardgruppe';
+$lang['profileconfirm'] = 'Bestätige Profiländerungen mit dem Passwort';
$lang['disableactions'] = 'Deaktiviere DokuWiki\'s Zugriffe';
+$lang['disableactions_check'] = 'Prüfe';
$lang['disableactions_subscription'] = 'Bestellen/Abbestellen';
$lang['disableactions_nssubscription'] = 'Namensraum Bestellen/Abbestellen';
$lang['disableactions_wikicode'] = 'Zeige Quelle/Exportiere Rohdaten';
$lang['disableactions_other'] = 'Weitere Aktionen (durch Komma getrennt)';
+$lang['userewrite'] = 'Benutze angenehme URLs';
+$lang['autoplural'] = 'Prüfe die Links auf Plural-Formen';
+$lang['notify'] = 'Sende eine Änderungsmitteilung an diese E-Mail-Adresse';
+$lang['mailfrom'] = 'E-Mail-Adresse zur Nutzung für automatische E-Mails';
$lang['renderer__plugin'] = '%s (Erweiterung)';
+$lang['proxy____host'] = 'Proxy-Servername';
+$lang['proxy____port'] = 'Proxy- Port';
+$lang['proxy____user'] = 'Proxy-Nutzername';
+$lang['proxy____pass'] = 'Proxy-Passwort';
$lang['license_o_'] = 'Nichts ausgewählt';
$lang['typography_o_0'] = 'nichts';
$lang['userewrite_o_0'] = 'nichts';
@@ -66,6 +80,7 @@ $lang['rss_type_o_rss1'] = 'RSS 1.0';
$lang['rss_type_o_rss2'] = 'RSS 2.0';
$lang['rss_type_o_atom'] = 'Atom 0.3';
$lang['rss_type_o_atom1'] = 'Atom 1.0';
+$lang['rss_content_o_abstract'] = 'Abstraktum';
$lang['compression_o_0'] = 'nichts';
$lang['compression_o_gz'] = 'gzip';
$lang['compression_o_bz2'] = 'bz2';
diff --git a/lib/plugins/config/lang/he/lang.php b/lib/plugins/config/lang/he/lang.php
index 8e5bf2fd1..c47c8d099 100644
--- a/lib/plugins/config/lang/he/lang.php
+++ b/lib/plugins/config/lang/he/lang.php
@@ -6,6 +6,7 @@
* @author DoK <kamberd@yahoo.com>
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['menu'] = 'הגדרות תצורה';
$lang['error'] = 'ההגדרות לא עודכנו בגלל ערך לא תקף, נא לעיין בשינויים ולשלוח שנית.
@@ -164,3 +165,5 @@ $lang['xsendfile_o_0'] = 'אל תשתמש';
$lang['xsendfile_o_1'] = 'כותר lighttpd קנייני (לפני גרסה 1.5)';
$lang['xsendfile_o_2'] = 'כותר X-Sendfile רגיל';
$lang['xsendfile_o_3'] = 'כותר Nginx X-Accel-Redirect קנייני';
+$lang['useheading_o_navigation'] = 'ניווט בלבד';
+$lang['useheading_o_1'] = 'תמיד';
diff --git a/lib/plugins/plugin/lang/he/lang.php b/lib/plugins/plugin/lang/he/lang.php
index 7a68575a7..c6e462193 100644
--- a/lib/plugins/plugin/lang/he/lang.php
+++ b/lib/plugins/plugin/lang/he/lang.php
@@ -6,6 +6,7 @@
* @author DoK <kamberd@yahoo.com>
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['menu'] = 'ניהול הרחבות';
$lang['download'] = 'הורדת והתקנת הרחבה חדשה';
@@ -47,3 +48,7 @@ $lang['error_dircreate'] = 'כשל ביצירת תיקיה זמנית לק
$lang['error_decompress'] = 'מנהל ההרחבות כשל בפרישת הקובץ שהורד. יתכן כי זו תוצאה של הורדה תקולה ובמקרה זה עליך לנסות שנית; או שיתכן כי תסדיר הכיווץ אינו ידוע, במקרה זה יהיה עליך להוריד ולהתקין את ההרחבה ידנית.';
$lang['error_copy'] = 'חלה שגיאה בהעתקת הקובץ בניסיון להתקין קבצים להרחבה <em>%s</em>: ייתכן כי הדיסק מלא או שהרשאות הגישה לקבצים שגויות. יתכן כי בשל כך נוצרה התקנה חלקית של ההרחבה שתשאיר את התקנת הויקי שלך לא יציבה.';
$lang['error_delete'] = 'חלה שגיאה בעת ניסיון למחיקת ההרחבה <em>%s</em>. הסיבה הסבירה ביותר היא הרשאות גישה לקבצים ולספריות שאינן מספקות';
+$lang['enabled'] = 'תוסף %s מופעל.';
+$lang['notenabled'] = 'לא ניתן להפעיל את התוסף %s, בדוק הרשאות קבצים.';
+$lang['disabled'] = 'תוסף %s מושבת.';
+$lang['notdisabled'] = 'לא ניתן להשבית את התוסף %s, בדוק הרשאות קבצים.';
diff --git a/lib/plugins/popularity/lang/he/lang.php b/lib/plugins/popularity/lang/he/lang.php
index 2cc82cff7..024f94ae8 100644
--- a/lib/plugins/popularity/lang/he/lang.php
+++ b/lib/plugins/popularity/lang/he/lang.php
@@ -4,6 +4,7 @@
*
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['name'] = 'משוב פופולריות (יתכן זמן טעינה ארוך)';
$lang['submit'] = 'שלח מידע';
diff --git a/lib/plugins/revert/lang/he/lang.php b/lib/plugins/revert/lang/he/lang.php
index e09ffeaab..585487816 100644
--- a/lib/plugins/revert/lang/he/lang.php
+++ b/lib/plugins/revert/lang/he/lang.php
@@ -4,6 +4,7 @@
*
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['menu'] = 'מנהל שחזור';
$lang['filter'] = 'חפש דפים עם ספאם';
diff --git a/lib/plugins/usermanager/lang/de-informal/lang.php b/lib/plugins/usermanager/lang/de-informal/lang.php
index 780cc9e64..b57f999db 100644
--- a/lib/plugins/usermanager/lang/de-informal/lang.php
+++ b/lib/plugins/usermanager/lang/de-informal/lang.php
@@ -45,5 +45,5 @@ $lang['note_group'] = 'Neue Benutzer werden zur Standardgruppe (%s) h
$lang['note_pass'] = 'Das Passwort wird automatisch erzeugt, wenn das Feld freigelassen wird und der Benutzer Benachrichtigungen aktiviert hat.';
$lang['add_ok'] = 'Benutzer erfolgreich hinzugefügt';
$lang['add_fail'] = 'Hinzufügen des Benutzers fehlgeschlagen';
-$lang['notify_ok'] = 'Benachrichtigungsemail wurde versendet';
-$lang['notify_fail'] = 'Benachrichtigungsemail konnte nicht gesendet werden';
+$lang['notify_ok'] = 'Benachrichtigungsmail wurde versendet';
+$lang['notify_fail'] = 'Benachrichtigungsmail konnte nicht gesendet werden';
diff --git a/lib/plugins/usermanager/lang/he/lang.php b/lib/plugins/usermanager/lang/he/lang.php
index 85f5274e8..b2b55c3b4 100644
--- a/lib/plugins/usermanager/lang/he/lang.php
+++ b/lib/plugins/usermanager/lang/he/lang.php
@@ -5,6 +5,7 @@
* @author DoK <kamberd@yahoo.com>
* @author Dotan Kamber <kamberd@yahoo.com>
* @author Moshe Kaplan <mokplan@gmail.com>
+ * @author Yaron Yogev <yaronyogev@gmail.com>
*/
$lang['menu'] = 'מנהל משתמשים';
$lang['noauth'] = '(אימות משתמשים אינו זמין)';