diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-10-13 13:19:18 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-10-13 13:19:18 +0200 |
commit | 51ac8ceac09c3fd35b5bf0a1ae8665c792cc7419 (patch) | |
tree | 3bd542088f8732f3e37d33c7795dd949f9295594 /lib/plugins/usermanager | |
parent | 955290461b4caad351e55a5d037492acc9318cd3 (diff) | |
parent | 41c22da8bcdc9a844d7605440fa4c5ba19b97471 (diff) | |
download | rpg-51ac8ceac09c3fd35b5bf0a1ae8665c792cc7419.tar.gz rpg-51ac8ceac09c3fd35b5bf0a1ae8665c792cc7419.tar.bz2 |
Merge branch 'master' into stable
* master: (54 commits)
release preparations
RTL and IE7 fixes for code blocks
beautified code blocks, also using lighter background colour (FS#2444)
improved section highlighting styles
removed unnecessary print styles
fixed interwiki and filetype styles being included in all css modes
moved some styles around
improved tab styles
fixed typo in style.ini
Brazilia Portuguese language update
#2541, alter section highlighting to insert a container into the DOM to hold the elements being highlighted & later remove it
fixed lib/tpl/index.php to reflect recent changes
changed local style.ini to be merged with standard one
removed template dependencies from underscored CSS files in new default template
fixed 2-digit ordered list items in sidebar (FS#2624)
improved grammar in preview text (FS#2614)
improvements to h1 in sidebar (follow font size scale + vertical grid)
adjusted h1 size in sidebar
fixed warning in popularity plugin FS#2628
added support for local style.ini files
...
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r-- | lib/plugins/usermanager/lang/eu/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/it/lang.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/eu/lang.php b/lib/plugins/usermanager/lang/eu/lang.php index b6e04f7c4..5d3a01fc7 100644 --- a/lib/plugins/usermanager/lang/eu/lang.php +++ b/lib/plugins/usermanager/lang/eu/lang.php @@ -3,6 +3,7 @@ * Basque language file * * @author Inko Illarramendi <inko.i.a@gmail.com> + * @author Zigor Astarbe <astarbe@gmail.com> */ $lang['menu'] = 'Erabiltzaile Kudeatzailea'; $lang['noauth'] = '(erabiltzaile kautotzea ez dago erabilgarri)'; diff --git a/lib/plugins/usermanager/lang/it/lang.php b/lib/plugins/usermanager/lang/it/lang.php index 1e948baab..0222ff1e4 100644 --- a/lib/plugins/usermanager/lang/it/lang.php +++ b/lib/plugins/usermanager/lang/it/lang.php @@ -13,6 +13,7 @@ * @author Osman Tekin osman.tekin93@hotmail.it * @author Jacopo Corbetta <jacopo.corbetta@gmail.com> * @author Matteo Pasotti <matteo@xquiet.eu> + * @author snarchio@gmail.com */ $lang['menu'] = 'Gestione Utenti'; $lang['noauth'] = '(autenticazione non disponibile)'; |