diff options
author | Martijn Dekker <martijn@inlv.org> | 2010-02-12 23:37:21 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-02-12 23:37:21 +0100 |
commit | 8e6d6cfde65cf5e68cf762424dc2a7048e6b2959 (patch) | |
tree | a4caf3057f0ac8bed43e3d2607f39c279a3cf88c /lib/plugins/revert | |
parent | c04912f6c4e1c1c8bda182a7dc03c86bcb415d90 (diff) | |
download | rpg-8e6d6cfde65cf5e68cf762424dc2a7048e6b2959.tar.gz rpg-8e6d6cfde65cf5e68cf762424dc2a7048e6b2959.tar.bz2 |
Interlingua Language Update
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r-- | lib/plugins/revert/lang/ia/intro.txt | 3 | ||||
-rw-r--r-- | lib/plugins/revert/lang/ia/lang.php | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/ia/intro.txt b/lib/plugins/revert/lang/ia/intro.txt new file mode 100644 index 000000000..ae548e9df --- /dev/null +++ b/lib/plugins/revert/lang/ia/intro.txt @@ -0,0 +1,3 @@ +====== Gestion de reversiones ====== + +Iste pagina te adjuta con le reversion automatic de un attacco de spam. Pro cercar un lista de paginas spammose, primo entra un texto a cercar (p.ex. un URL de spam), postea confirma que le paginas trovate es realmente spam e reverte le modificationes.
\ No newline at end of file diff --git a/lib/plugins/revert/lang/ia/lang.php b/lib/plugins/revert/lang/ia/lang.php index 3f0ebb5d8..bec2eca7b 100644 --- a/lib/plugins/revert/lang/ia/lang.php +++ b/lib/plugins/revert/lang/ia/lang.php @@ -5,3 +5,12 @@ * @author robocap <robocap1@gmail.com> * @author Martijn Dekker <martijn@inlv.org> */ +$lang['menu'] = 'Gestion de reversiones'; +$lang['filter'] = 'Cercar paginas spammose'; +$lang['revert'] = 'Reverter le paginas seligite'; +$lang['reverted'] = '%s revertite al version %s'; +$lang['removed'] = '%s removite'; +$lang['revstart'] = 'Le processo de reversion ha comenciate. Isto pote durar multo. Si le script expira ante de finir, tu debe divider le reversiones in blocos minor.'; +$lang['revstop'] = 'Le processo de reversion ha succedite.'; +$lang['note1'] = 'Nota: iste recerca distingue inter majusculas e minusculas.'; +$lang['note2'] = 'Nota: le pagina essera revertite al ultime version que non contine le termino de spam specificate, <i>%s</i>.'; |