diff options
author | Hugues Hiegel <root@paranoid> | 2014-08-05 16:46:22 +0200 |
---|---|---|
committer | Hugues Hiegel <root@paranoid> | 2014-08-05 16:46:22 +0200 |
commit | 59478e06c25303a790a0840ab2ac30662c4ef781 (patch) | |
tree | 8d5e964a8f94adaef41efebb0597629f11495c42 /plugins/message_highlight/localization | |
parent | 7c494b677f9e470ee0d32e62cfa8dc709f39e748 (diff) |
c'est la merde..working
Diffstat (limited to 'plugins/message_highlight/localization')
-rw-r--r-- | plugins/message_highlight/localization/de_DE.inc | 15 | ||||
-rw-r--r-- | plugins/message_highlight/localization/en_US.inc | 16 | ||||
-rw-r--r-- | plugins/message_highlight/localization/fr_FR.inc | 16 | ||||
-rw-r--r-- | plugins/message_highlight/localization/nl_NL.inc | 15 | ||||
-rw-r--r-- | plugins/message_highlight/localization/ru_RU.inc | 14 |
5 files changed, 76 insertions, 0 deletions
diff --git a/plugins/message_highlight/localization/de_DE.inc b/plugins/message_highlight/localization/de_DE.inc new file mode 100644 index 000000000..a8aecafc9 --- /dev/null +++ b/plugins/message_highlight/localization/de_DE.inc @@ -0,0 +1,15 @@ +<?php +$labels['mh_title'] = 'Nachrichtenmarkierung'; +$labels['mh_matches'] = 'enthält'; +$labels['mh_color'] = 'Farbe'; +$labels['mh_delete'] = 'löschen'; +$labels['mh_delete_description'] = 'Diese Regel löschen'; +$labels['mh_add'] = 'hinzufügen'; +$labels['mh_add_description'] = 'Eine Regel hinzufügen'; +$labels['deleteconfirm'] = 'Möchten Sie diese Regel wirklich löschen?'; + +// these should never happen, but add anyways +$labels['headererror'] = 'Diese Regel ist fehlerhaft'; +$labels['inputempty'] = 'Ein oder mehrere Treffer sind leer'; +$labels['invalidcolor'] = 'Ungültige Farbauswahl'; +?> diff --git a/plugins/message_highlight/localization/en_US.inc b/plugins/message_highlight/localization/en_US.inc new file mode 100644 index 000000000..4768aba17 --- /dev/null +++ b/plugins/message_highlight/localization/en_US.inc @@ -0,0 +1,16 @@ +<?php +$labels['mh_title'] = 'Message Highlights'; +$labels['mh_matches'] = 'matches'; +$labels['mh_color'] = 'color'; +$labels['mh_delete'] = 'delete'; +$labels['mh_delete_description'] = 'Delete this line'; +$labels['mh_add'] = 'add row'; +$labels['mh_add_description'] = 'Add an extra row beneath this row'; +$labels['deleteconfirm'] = 'Do you really want to delete this rule?'; + +// these should never happen, but add anyways +$labels['headererror'] = 'Error in message rule'; +$labels['inputempty'] = 'One or more of your matches are empty'; +$labels['invalidcolor'] = 'Invalid color'; + +?>
\ No newline at end of file diff --git a/plugins/message_highlight/localization/fr_FR.inc b/plugins/message_highlight/localization/fr_FR.inc new file mode 100644 index 000000000..fc342c22e --- /dev/null +++ b/plugins/message_highlight/localization/fr_FR.inc @@ -0,0 +1,16 @@ +<?php +$labels['mh_title'] = 'Mise en valeur des messages'; +$labels['mh_matches'] = 'Correspondance'; +$labels['mh_color'] = 'Couleur'; +$labels['mh_delete'] = 'Supprimer'; +$labels['mh_delete_description'] = 'Supprimer cette ligne'; +$labels['mh_add'] = 'Ajouter une ligne'; +$labels['mh_add_description'] = 'Ajouter une ligne supplémentaire sous cette ligne'; +$labels['deleteconfirm'] = 'Voulez-vous réellement supprimer cette règle ?'; + +// Cela ne devrait jamais arriver, mais on ne sait jamais +$labels['headererror'] = 'Erreur dans la règle sur les messages'; +$labels['inputempty'] = 'Une ou plusieurs de vos correspondances sont vides'; +$labels['invalidcolor'] = 'Couleur invalide'; + +?>
\ No newline at end of file diff --git a/plugins/message_highlight/localization/nl_NL.inc b/plugins/message_highlight/localization/nl_NL.inc new file mode 100644 index 000000000..b4d29c54a --- /dev/null +++ b/plugins/message_highlight/localization/nl_NL.inc @@ -0,0 +1,15 @@ +<?php +$labels['mh_title'] = 'Berichten markeren'; +$labels['mh_matches'] = 'bevat'; +$labels['mh_color'] = 'kleur'; +$labels['mh_delete'] = 'verwijderen'; +$labels['mh_delete_description'] = 'Verwijder deze regel'; +$labels['mh_add'] = 'regel toevoegen'; +$labels['mh_add_description'] = 'Voeg een extra regel toe onder deze regel'; +$labels['deleteconfirm'] = 'Wilt u deze regel echt verwijderen?'; + +// these should never happen, but add anyways +$labels['headererror'] = 'Fout in configuratie'; +$labels['invalidcolor'] = 'Onjuiste kleur'; + +?>
\ No newline at end of file diff --git a/plugins/message_highlight/localization/ru_RU.inc b/plugins/message_highlight/localization/ru_RU.inc new file mode 100644 index 000000000..8f24aa188 --- /dev/null +++ b/plugins/message_highlight/localization/ru_RU.inc @@ -0,0 +1,14 @@ +<?php +$labels['mh_title'] = 'Подсветка сообщений'; +$labels['mh_matches'] = 'совпадения'; +$labels['mh_color'] = 'цвет'; +$labels['mh_delete'] = 'удалить'; +$labels['deleteconfirm'] = 'Вы действительно хотите удалить это правило?'; + +// these should never happen, but add anyways +$labels['headererror'] = 'Ошибка в правиле'; +$labels['inputempty'] = 'Одно или более совпадений пусты'; +$labels['invalidcolor'] = 'Неверный цвет'; + +?> + |