Browse Source

added authres_status plugin

tags/v1.2.0
Robin Thoni 6 years ago
parent
commit
0d952b0746
100 changed files with 3485 additions and 1 deletions
  1. 4
    1
      roundcube/roundcubemail-1.2.2/config/config.inc.php
  2. 4
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/.gitignore
  3. 16
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/LICENSE
  4. 32
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/README.md
  5. 12
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/authres_status.js
  6. 485
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/authres_status.php
  7. 48
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/composer.json
  8. 31
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/config.inc.php
  9. 31
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/config.inc.php.dist
  10. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_fail.png
  11. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_nores.png
  12. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_nosig.png
  13. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_partial_pass.png
  14. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_pass.png
  15. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_third.png
  16. BIN
      roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_warn.png
  17. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ar.inc
  18. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ar_SA.inc
  19. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ast.inc
  20. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/az_AZ.inc
  21. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/be.inc
  22. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bg_BG.inc
  23. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bn_BD.inc
  24. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/br.inc
  25. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bs_BA.inc
  26. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ca_ES.inc
  27. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/cs_CZ.inc
  28. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/cy_GB.inc
  29. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/da_DK.inc
  30. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/de_CH.inc
  31. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/de_DE.inc
  32. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/el_GR.inc
  33. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_CA.inc
  34. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_GB.inc
  35. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_NZ.inc
  36. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_US.inc
  37. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/eo.inc
  38. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es.inc
  39. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_419.inc
  40. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_AR.inc
  41. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_ES.inc
  42. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_MX.inc
  43. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_UY.inc
  44. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/et_EE.inc
  45. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/eu_ES.inc
  46. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fa.inc
  47. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fa_IR.inc
  48. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fi_FI.inc
  49. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fo_FO.inc
  50. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fr.inc
  51. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fy_NL.inc
  52. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ga_IE.inc
  53. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/gl_ES.inc
  54. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/he_IL.inc
  55. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hi_IN.inc
  56. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hr_HR.inc
  57. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hu_HU.inc
  58. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hy_AM.inc
  59. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ia.inc
  60. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/id_ID.inc
  61. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/is_IS.inc
  62. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/it_IT.inc
  63. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ja_JP.inc
  64. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ka_GE.inc
  65. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/km_KH.inc
  66. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/kn.inc
  67. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/kn_IN.inc
  68. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ko_KR.inc
  69. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ku.inc
  70. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ku_IQ.inc
  71. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lb.inc
  72. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lt_LT.inc
  73. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lv_LV.inc
  74. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mk_MK.inc
  75. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ml_IN.inc
  76. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mn_MN.inc
  77. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mr_IN.inc
  78. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ms_MY.inc
  79. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/my_MM.inc
  80. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nb_NO.inc
  81. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ne_NP.inc
  82. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nl_BE.inc
  83. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nl_NL.inc
  84. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nn_NO.inc
  85. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nqo.inc
  86. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/oc.inc
  87. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/om.inc
  88. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pl_PL.inc
  89. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ps.inc
  90. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pt_BR.inc
  91. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pt_PT.inc
  92. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ro_RO.inc
  93. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ru_RU.inc
  94. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/si_LK.inc
  95. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sk_SK.inc
  96. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sl_SI.inc
  97. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sq_AL.inc
  98. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sr.inc
  99. 34
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sv_SE.inc
  100. 0
    0
      roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ta_IN.inc

+ 4
- 1
roundcube/roundcubemail-1.2.2/config/config.inc.php View File

@@ -80,7 +80,8 @@ $config['plugins'] = array(
80 80
   'zipdownload',
81 81
 //  'vacation_sieve',
82 82
   'automatic_addressbook',
83
-  'html5_notifier'
83
+  'html5_notifier',
84
+  'authres_status'
84 85
 );
85 86
 
86 87
 // the default locale setting (leave empty for auto-detection)
@@ -91,3 +92,5 @@ $config['language'] = 'en_US';
91 92
 $config['draft_autosave'] = 60;
92 93
 
93 94
 $config['create_default_folders'] = true;
95
+
96
+$config['list_cols'] = array('authres_status', 'subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');

+ 4
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/.gitignore View File

@@ -0,0 +1,4 @@
1
+.git
2
+*.bak
3
+composer.lock
4
+vendor

+ 16
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/LICENSE View File

@@ -0,0 +1,16 @@
1
+authres_status plugin for Roundcube Webmail IMAP Client
2
+
3
+Copyright (C) 2016, pimlie
4
+
5
+This program is free software: you can redistribute it and/or modify
6
+it under the terms of the GNU General Public License as published by
7
+the Free Software Foundation, either version 3 of the License, or
8
+(at your option) any later version.
9
+
10
+This program is distributed in the hope that it will be useful,
11
+but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+GNU General Public License for more details.
14
+
15
+You should have received a copy of the GNU General Public License
16
+along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 32
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/README.md View File

@@ -0,0 +1,32 @@
1
+# authres_status plugin for roundcube
2
+
3
+This plugin checks the Authentication-Results headers that were added by your MTA and displays an icon to show the verification status. Parsing of the Authentication-Results headers is more or less done according to [RFC5451](https://tools.ietf.org/html/rfc5451) which supports DKIM, DomainKeys, SPF, Sender-ID, iprev and SMTP AUTH result values.
4
+
5
+This plugin is partially based on [dkimstatus](https://github.com/jvehent/dkimstatus) by jvehent, which was based on a plugin by [Vladimir Mach](http://www.wladik.net).
6
+
7
+Icons by [brankic1979](http://brankic1979.com/icons);
8
+
9
+## Install
10
+----------------------
11
+If not using composer, copy all files to your plugins/ folder and add 'authres_status' to your $config['plugins'] array in config/main.inc.php or config/config.inc.php.
12
+
13
+## Configuration
14
+If you want to enable the results column in your message list, enable this in your settings. You can also choose which statuses you would like to see/ignore.
15
+
16
+As of version 0.2 you can also enable an internal DKIM verifier ([php-dkim](https://github.com/pimlie/php-dkim) by angrychimp) if your MTA did not add a Authentication-Results header. You could experience some slow down because we need to retrieve the whole message body of each message for which we run the verifier.
17
+
18
+### Trusted mta's (since v0.3)
19
+An email can be passed through many mta's before it finally ends up in your mailbox. Each mta can add additional headers to the email, thus also Authentication-Result headers. This makes it possible for a malicious mta to add a Authentication-Result header that has a passing result, eventhough the signature is invalid (or not existing). Section [2.2](https://tools.ietf.org/html/rfc5451#section-2.2) of RFC5451 states that every Authentication-Result headers should start with an authserv-id which has a similar syntax as a fully-qualified domain name. Often the authserv-id is equal to the fqdn of the mta.
20
+
21
+Since version 0.3 you can add a comma separated list of authserv-id's that you trust, then only results from those mta's will be displayed. If you are not sure what the authserv-id from your mta is, toggle the 'raw message headers' display in the preview pane and look for a **Authentication-Results** header. It should look like:
22
+```
23
+Authentication-Results: example.com;
24
+                  sender-id=hardfail header.from=example.com;
25
+                  dkim=pass (good signature) header.i=sender@example.com
26
+```
27
+
28
+The text between `Authentication-Results:` and the first `;` is the authserv-id, in the example above it is `example.com`.
29
+
30
+## Tested
31
+Tested on Roundcube 1.0.0+, let me know if it works on previous version as well
32
+

+ 12
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/authres_status.js View File

@@ -0,0 +1,12 @@
1
+/*
2
+ * authres_status plugin
3
+ * @version 0.1
4
+ * @author pimlie
5
+ */
6
+
7
+$(document).ready(function() {
8
+    $('#rcmauthres_status span').html('&nbsp;');
9
+    var li = '<label><input type="checkbox" name="list_col[]" value="authres_status" id="cols_authres_status" /> <span>'+rcmail.get_label('authres_status.column_title')+'</span></label>';
10
+    $("#listmenu fieldset ul input#cols_threads").parent().parent().parent().append('<li>'+li+'</li>'); // skin: classic
11
+    $("#listoptions fieldset:first ul.proplist li:last-child").after('<li>'+li+'</li>'); // skin: larry
12
+});

+ 485
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/authres_status.php View File

@@ -0,0 +1,485 @@
1
+<?php
2
+
3
+/**
4
+ * This plugin displays an icon showing the status
5
+ * of an authentication results header of the message
6
+ *
7
+ * @version 0.3.1
8
+ * @author pimlie
9
+ * @mail pimlie@hotmail.com
10
+ *
11
+ * based on dkimstatus plugin by Julien vehent - julien@linuxwall.info
12
+ * original plugin from Vladimir Mach - wladik@gmail.com
13
+ *
14
+ * icons by brankic1970: http://brankic1979.com/icons/
15
+ *
16
+ */
17
+
18
+class authres_status extends rcube_plugin
19
+{
20
+    public $task = 'mail|settings';
21
+
22
+    const STATUS_NOSIG = 1;
23
+    const STATUS_NORES = 2;
24
+    const STATUS_PASS  = 4;
25
+    const STATUS_PARS  = 8;
26
+    const STATUS_THIRD = 16;
27
+    const STATUS_WARN  = 32;
28
+    const STATUS_FAIL  = 64;
29
+    const STATUS_ALL   = 127;
30
+
31
+    private static $RFC5451_authentication_methods = array(
32
+        "auth",
33
+        "dkim",
34
+        "domainkeys",
35
+        "sender-id",
36
+        "spf"
37
+    );
38
+
39
+    private static $RFC5451_authentication_results = array(
40
+        "none"      => self::STATUS_NOSIG,
41
+        "pass"      => self::STATUS_PASS,
42
+        "fail"      => self::STATUS_FAIL,
43
+        "policy"    => self::STATUS_FAIL,
44
+        "neutral"   => self::STATUS_WARN,
45
+        "temperror" => self::STATUS_WARN,
46
+        "permerror" => self::STATUS_FAIL,
47
+        "hardfail"  => self::STATUS_FAIL,
48
+        "softfail"  => self::STATUS_WARN
49
+    );
50
+
51
+    private static $RFC5451_ptypes = array("smtp", "header", "body", "policy");
52
+    private static $RFC5451_properties = array("auth", "d", "i", "from", "sender", "iprev", "mailfrom", "helo");
53
+
54
+    private $override;
55
+    private $img_status;
56
+    private $message_headers_done = false;
57
+    private $trusted_mtas;
58
+
59
+    public function init()
60
+    {
61
+        $this->add_texts('localization', true);
62
+
63
+        $rcmail = rcmail::get_instance();
64
+        $this->load_config();
65
+        if ($rcmail->action == 'show' || $rcmail->action == 'preview') {
66
+            $this->add_hook('storage_init', array($this, 'storage_init'));
67
+            $this->add_hook('message_headers_output', array($this, 'message_headers'));
68
+        } elseif ($rcmail->action == 'list' || $rcmail->action == 'refresh' || $rcmail->action == 'check-recent' || $rcmail->action == 'move' || $rcmail->action == 'expunge' || $rcmail->action == 'search') {
69
+            $this->add_hook('storage_init', array($this, 'storage_init'));
70
+            $this->add_hook('messages_list', array($this, 'messages_list'));
71
+        } elseif ($rcmail->action == '') {
72
+            // with enabled_caching we're fetching additional headers before show/preview
73
+            $this->add_hook('storage_init', array($this, 'storage_init'));
74
+        }
75
+
76
+        $dont_override = $rcmail->config->get('dont_override', array());
77
+
78
+        $this->override = array(
79
+            'list_cols'     => !in_array('list_cols', $dont_override),
80
+            'column'        => !in_array('enable_authres_status_column', $dont_override),
81
+            'fallback'      => !in_array('use_fallback_verifier', $dont_override),
82
+            'statuses'      => !in_array('show_statuses', $dont_override),
83
+            'trusted_mtas'    => !in_array('trusted_mtas', $dont_override),
84
+        );
85
+
86
+        if ($this->override['list_cols']) {
87
+            $this->include_stylesheet($this->local_skin_path() . '/authres_status.css');
88
+            if ($rcmail->config->get('enable_authres_status_column')) {
89
+                $this->include_script('authres_status.js');
90
+            }
91
+
92
+            if ($this->override['column'] || $this->override['fallback'] || $this->override['statuses']) {
93
+                $this->add_hook('preferences_list', array($this, 'preferences_list'));
94
+                $this->add_hook('preferences_sections_list', array($this, 'preferences_section'));
95
+                $this->add_hook('preferences_save', array($this, 'preferences_save'));
96
+            }
97
+        }
98
+
99
+        $this->trusted_mtas = $rcmail->config->get('trusted_mtas', array());
100
+    }
101
+
102
+    public function storage_init($p)
103
+    {
104
+        $p['fetch_headers'] = trim($p['fetch_headers'] . ' ' . strtoupper('Authentication-Results') . ' ' . strtoupper('X-DKIM-Authentication-Results') . ' ' . strtoupper('X-Spam-Status') . ' ' . strtoupper('DKIM-Signature') . ' ' . strtoupper('DomainKey-Signature'));
105
+        return $p;
106
+    }
107
+
108
+    public function preferences_list($args)
109
+    {
110
+        if ($args['section'] == 'authres_status') {
111
+            $rcmail = rcmail::get_instance();
112
+
113
+            if ($this->override['column'] || $this->override['fallback']) {
114
+                $args['blocks']['authrescolumn']['name'] = $this->gettext('title_enable_column');
115
+
116
+                if ($this->override['column']) {
117
+                    $args['blocks']['authrescolumn']['options']['enable']['title'] = $this->gettext('label_enable_column');
118
+                    $input = new html_checkbox(array('name' => '_enable_authres_status_column', 'id' => 'enable_authres_status_column', 'value' => 1));
119
+                    $args['blocks']['authrescolumn']['options']['enable']['content'] = $input->show($rcmail->config->get('enable_authres_status_column'));
120
+                }
121
+
122
+                if ($this->override['fallback']) {
123
+                    $args['blocks']['authrescolumn']['options']['fallback']['title'] = $this->gettext('label_fallback_verifier');
124
+                    $input = new html_checkbox(array('name' => '_use_fallback_verifier', 'id' => 'use_fallback_verifier', 'value' => 1));
125
+                    $args['blocks']['authrescolumn']['options']['fallback']['content'] = $input->show($rcmail->config->get('use_fallback_verifier'));
126
+                }
127
+            }
128
+
129
+            if ($this->override['trusted_mtas']) {
130
+                $args['blocks']['authrestrusted']['name'] = $this->gettext('title_trusted_mtas');
131
+                
132
+                $args['blocks']['authrestrusted']['options']['trusted_mtas']['title'] = $this->gettext('label_trusted_mtas');
133
+                $input = new html_inputfield(array('name' => '_trusted_mtas', 'id' => 'trusted_mtas'));
134
+                $args['blocks']['authrestrusted']['options']['trusted_mtas']['content'] = $input->show(implode(",", $rcmail->config->get('trusted_mtas')));
135
+            }
136
+
137
+            if ($this->override['statuses']) {
138
+                $statuses = array(1, 2, 4, 8, 16, 32, 64);
139
+                $show_statuses = $rcmail->config->get('show_statuses');
140
+                if ($show_statuses === null) {
141
+                    $show_statuses = array_sum($statuses) - self::STATUS_NOSIG;
142
+                }
143
+
144
+                foreach ($statuses as $status) {
145
+                    $args['blocks']['authresstatus']['name'] = $this->gettext('title_include_status');
146
+
147
+                    $args['blocks']['authresstatus']['options']['enable' . $status]['title'] = $this->gettext('label_include_status' . $status);
148
+                    $input = new html_checkbox(array('name' => '_show_statuses[]', 'id' => 'enable_authres_status_column', 'value' => $status));
149
+                    $args['blocks']['authresstatus']['options']['enable' . $status]['content'] = $input->show(($show_statuses & $status));
150
+                }
151
+            }
152
+        }
153
+
154
+        return $args;
155
+    }
156
+
157
+    public function preferences_section($args)
158
+    {
159
+        $args['list']['authres_status'] = array(
160
+            'id' => 'authres_status',
161
+            'section' => rcube::Q($this->gettext('section_title'))
162
+        );
163
+
164
+        return $args;
165
+    }
166
+
167
+    public function preferences_save($args)
168
+    {
169
+        if ($args['section'] == 'authres_status') {
170
+            $args['prefs']['enable_authres_status_column'] = isset($_POST["_enable_authres_status_column"]) && $_POST["_enable_authres_status_column"] == 1;
171
+            $list_cols = rcmail::get_instance()->config->get('list_cols');
172
+
173
+            $args['prefs']['use_fallback_verifier'] = isset($_POST["_use_fallback_verifier"]) && $_POST["_use_fallback_verifier"] == 1;
174
+
175
+            if (isset($_POST['_trusted_mtas'])) {
176
+                $trusted_mtas = array_map(function($value) {
177
+                    return trim($value);
178
+                }, explode(",", $_POST["_trusted_mtas"]));
179
+
180
+                $args['prefs']['trusted_mtas'] = array_diff($trusted_mtas, array(""));
181
+            } else {
182
+                $args['prefs']['trusted_mtas'] = array();
183
+            }
184
+
185
+            if (!is_array($list_cols)) {
186
+                $list_cols = array();
187
+            }
188
+
189
+            if ($args['prefs']['enable_authres_status_column']) {
190
+                if (!in_array('authres_status', $list_cols)) {
191
+                    $list_cols[] = 'authres_status';
192
+                }
193
+            } else {
194
+                $list_cols = array_diff($list_cols, array('authres_status'));
195
+            }
196
+
197
+            $args['prefs']['list_cols'] = $list_cols;
198
+
199
+            if (is_array($_POST["_show_statuses"])) {
200
+                $args['prefs']['show_statuses'] = (int)array_sum($_POST["_show_statuses"]);
201
+            }
202
+        }
203
+
204
+        return $args;
205
+    }
206
+
207
+    public function messages_list($p)
208
+    {
209
+        if (!empty($p['messages'])) {
210
+            $rcmail = rcmail::get_instance();
211
+            if ($rcmail->config->get('enable_authres_status_column')) {
212
+                $show_statuses = (int)$rcmail->config->get('show_statuses');
213
+                foreach ($p['messages'] as $index => $message) {
214
+                    $img_status = $this->get_authentication_status($message, $show_statuses, $message->uid);
215
+                    $p['messages'][$index]->list_cols['authres_status'] = $img_status;
216
+                }
217
+            }
218
+        }
219
+
220
+        return $p;
221
+    }
222
+
223
+    public function message_headers($p)
224
+    {
225
+        /* We only have to check the headers once and this method is executed more than once,
226
+        /* so let's cache the result
227
+        */
228
+        if (!$this->message_headers_done) {
229
+            $this->message_headers_done = true;
230
+
231
+            $show_statuses = (int)rcmail::get_instance()->config->get('show_statuses');
232
+            $this->img_status = $this->get_authentication_status($p['headers'], $show_statuses, (int)$_GET["_uid"]);
233
+        }
234
+
235
+        $p['output']['from']['value'] = $this->img_status . $p['output']['from']['value'];
236
+        $p['output']['from']['html'] = true;
237
+
238
+        return $p;
239
+    }
240
+
241
+    /* See https://tools.ietf.org/html/rfc5451
242
+    */
243
+    public function rfc5451_extract_authresheader($headers)
244
+    {
245
+        if (!is_array($headers)) {
246
+            $headers = array($headers);
247
+        }
248
+
249
+        //rfc2822 token setup
250
+        $crlf        = "(?:\r\n)";
251
+        $wsp         = "[\t ]";
252
+        $text        = "[\\x01-\\x09\\x0B\\x0C\\x0E-\\x7F]";
253
+        $quoted_pair = "(?:\\\\$text)";
254
+        $fws         = "(?:(?:$wsp*$crlf)?$wsp+)";
255
+        $ctext       = "[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F" . "!-'*-[\\]-\\x7F]";
256
+        $comment     = "(\\((?:$fws?(?:$ctext|$quoted_pair|(?1)))*" . "$fws?\\))";
257
+        $cfws        = "(?:(?:$fws?$comment)*(?:(?:$fws?$comment)|$fws))" . "?";
258
+        $atom        = "[a-z0-9!#$%&\'*+-\/=?^_`{|}~]+";
259
+
260
+        $results = array();
261
+        foreach ($headers as $header) {
262
+            if (preg_match('/^' . $cfws . '((?=.{1,254}$)((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}(\/[^\s]*)?)' . $cfws . '(\(.*?\))?' . $cfws . ';/i', trim($header), $m)) {
263
+                $authservid = $m[3];
264
+
265
+                if (!count($this->trusted_mtas) || in_array($authservid, $this->trusted_mtas)) {
266
+                    $header = substr($header, strlen($m[0]));
267
+
268
+                    $resinfos = array();
269
+                    $header_parts = explode(";", $header);
270
+                    while (count($header_parts)) {
271
+                        $header_part = array_shift($header_parts);
272
+
273
+                        // check whether part is not from within comment, eg 'dkim=pass    (1024-bit key; insecure key)' should be matched as one
274
+                        if (preg_match('/\([^)]*$/', $header_part)) {
275
+                            $resinfos[] = trim($header_part . ';' . array_shift($header_parts));
276
+                        } else {
277
+                            $resinfos[] = trim($header_part);
278
+                        }
279
+                    }
280
+
281
+                    foreach ($resinfos as $resinfo) {
282
+                        if (preg_match('/(' . implode("|", self::$RFC5451_authentication_methods) . ')' . $cfws . '=' . $cfws . '(' . implode("|", array_keys(self::$RFC5451_authentication_results)) . ')' . $cfws . '(\(.*?\))?/i', $resinfo, $m, PREG_OFFSET_CAPTURE)) {
283
+                            $parsed_resinfo = array(
284
+                                'title'  => trim($m[0][0]),
285
+                                'method' => $m[1][0],
286
+                                'result' => $m[6][0],
287
+                                'reason' => isset($m[7]) ? $m[7][0] : '',
288
+                                'props'  => array()
289
+                            );
290
+
291
+                            $propspec = trim(($m[0][1] > 0 ? substr($resinfo, 0, $m[0][1]) : '') . substr($resinfo, strlen($m[0][0])));
292
+                            if ($propspec) {
293
+                                if (preg_match_all('/(' . implode("|", self::$RFC5451_ptypes) . ')' . $cfws . '\.' . $cfws . '(' . implode("|", self::$RFC5451_properties) . ')' . $cfws . '=' . $cfws . '([^\s]*)/i', $propspec, $m)) {
294
+                                    foreach ($m[0] as $k => $v) {
295
+                                        if (!isset($parsed_resinfo['props'][$m[1][$k]])) {
296
+                                            $parsed_resinfo['props'][$m[1][$k]] = array();
297
+                                        }
298
+
299
+                                        $parsed_resinfo['props'][$m[1][$k]] [$m[6][$k]] = $m[11][$k];
300
+                                    }
301
+                                }
302
+                            }
303
+
304
+                            $results[] = $parsed_resinfo;
305
+                        }
306
+                    }
307
+                }
308
+            }
309
+        }
310
+
311
+        return $results;
312
+    }
313
+
314
+    public function get_authentication_status($headers, $show_statuses = 0, $uid = 0)
315
+    {
316
+        /* If dkimproxy did not find a signature, stop here
317
+        */
318
+        if (($results = $headers->others['x-dkim-authentication-results']) && strpos($results, 'none') !== false) {
319
+            $status = self::STATUS_NOSIG;
320
+        } else {
321
+            if ($headers->others['authentication-results']) {
322
+                $results = $this->rfc5451_extract_authresheader($headers->others['authentication-results']);
323
+                $status = 0;
324
+                $title = '';
325
+
326
+                foreach ($results as $result) {
327
+                    $status = $status | (isset(self::$RFC5451_authentication_results[$result['result']]) ? self::$RFC5451_authentication_results[$result['result']] : self::STATUS_FAIL);
328
+
329
+                    $title .= ($title ? '; ' : '') . $result['title'];
330
+                }
331
+
332
+                if ($status == self::STATUS_PASS) {
333
+                    /* Verify if its an author's domain signature or a third party
334
+                    */
335
+                    if (preg_match("/[@]([a-zA-Z0-9]+([.][a-zA-Z0-9]+)?\.[a-zA-Z]{2,4})/", $headers->from, $m)) {
336
+                        $title = '';
337
+                        $authorDomain = $m[1];
338
+                        $authorDomainFound = false;
339
+
340
+                        foreach ($results as $result) {
341
+                            if ($result['method'] == 'dkim' || $result['method'] == 'domainkeys') {
342
+                                if (is_array($result['props']) && isset($result['props']['header'])) {
343
+                                    $pvalue = '';
344
+
345
+                                    // d is required, but still not always present
346
+                                    if (isset($result['props']['header']['d'])) {
347
+                                        $pvalue = $result['props']['header']['d'];
348
+                                    } elseif (isset($result['props']['header']['i'])) {
349
+                                        $pvalue = substr($result['props']['header']['i'], strpos($result['props']['header']['i'], '@') + 1);
350
+                                    }
351
+
352
+                                    if ($pvalue == $authorDomain || substr($authorDomain, -1 * strlen($pvalue)) == $pvalue) {
353
+                                        $authorDomainFound = true;
354
+
355
+                                        if ($status != self::STATUS_PASS) {
356
+                                            $status = self::STATUS_PASS;
357
+                                            $title = $result['title'];
358
+                                        } else {
359
+                                            $title.= ($title ? '; ' : '') . $result['title'];
360
+                                        }
361
+                                    } else {
362
+                                        if ($status == self::STATUS_THIRD) {
363
+                                            $title .= '; ' . $this->gettext('for') . ' ' . $pvalue . ' ' . $this->gettext('by') . ' ' . $result['title'];
364
+                                        } elseif (!$authorDomainFound) {
365
+                                            $status = self::STATUS_THIRD;
366
+                                            $title = $pvalue . ' ' . $this->gettext('by') . ' ' . $result['title'];
367
+                                        }
368
+                                    }
369
+                                }
370
+                            }
371
+                        }
372
+                    }
373
+                }
374
+
375
+                if (!$status) {
376
+                    $status = self::STATUS_NOSIG;
377
+                }
378
+
379
+                /* Check for spamassassin's X-Spam-Status
380
+                */
381
+            } elseif ($headers->others['x-spam-status']) {
382
+                $status = self::STATUS_NOSIG;
383
+
384
+                /* DKIM_* are defined at: http://search.cpan.org/~kmcgrail/Mail-SpamAssassin-3.3.2/lib/Mail/SpamAssassin/Plugin/DKIM.pm */
385
+                $results = $headers->others['x-spam-status'];
386
+                if (is_array($results)) {
387
+                    $results = end($results); // Should we take first or last header found? Last has probably been added by our own MTA
388
+                }
389
+
390
+                if (preg_match_all('/DKIM_[^,=]+/', $results, $m)) {
391
+                    if (array_search('DKIM_SIGNED', $m[0]) !== false) {
392
+                        if (array_search('DKIM_VALID', $m[0]) !== false) {
393
+                            if (array_search('DKIM_VALID_AU', $m[0])) {
394
+                                $status = self::STATUS_PASS;
395
+                                $title = 'DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU';
396
+                            } else {
397
+                                $status = self::STATUS_THIRD;
398
+                                $title = 'DKIM_SIGNED, DKIM_VALID';
399
+                            }
400
+                        } else {
401
+                            $status = self::STATUS_FAIL;
402
+                            $title = 'DKIM_SIGNED';
403
+                        }
404
+                    }
405
+                }
406
+            } elseif ($headers->others['dkim-signature'] || $headers->others['domainkey-signature']) {
407
+                $status = 0;
408
+
409
+                if ($uid) {
410
+                    $rcmail = rcmail::get_instance();
411
+                    if ($headers->others['dkim-signature'] && $rcmail->config->get('use_fallback_verifier')) {
412
+                        if (!class_exists('Crypt_RSA')) {
413
+                            $autoload = require __DIR__ . "/../../vendor/autoload.php";
414
+                            $autoload->loadClass('Crypt_RSA'); // Preload for use in DKIM_Verify
415
+                        }
416
+
417
+                        $dkimVerify = new DKIM_Verify($rcmail->imap->get_raw_body($uid));
418
+                        $results = $dkimVerify->validate();
419
+
420
+                        if (count($results)) {
421
+                            $status = 0;
422
+                            $title = '';
423
+                            foreach ($results as $result) {
424
+                                foreach ($result as $res) {
425
+                                    if (count($res)) {
426
+                                        $status = $status | (isset(self::$RFC5451_authentication_results[$res['status']]) ? self::$RFC5451_authentication_results[$res['status']] : self::STATUS_FAIL);
427
+
428
+                                        if ($res['status'] == 'pass') {
429
+                                            $title .= ($title ? '; ' : '') . "dkim=pass (internal verifier)";
430
+                                        }
431
+                                    }
432
+                                }
433
+                            }
434
+
435
+                            if (!$title) {
436
+                                $title = $res['reason'];
437
+                            }
438
+                        }
439
+                    }
440
+                }
441
+
442
+                if (!$status) {
443
+                    $status = self::STATUS_NORES;
444
+                }
445
+            } else {
446
+                $status = self::STATUS_NOSIG;
447
+            }
448
+        }
449
+
450
+        if ($status == self::STATUS_NOSIG) {
451
+            $image = 'status_nosig.png';
452
+            $alt = 'nosignature';
453
+        } elseif ($status == self::STATUS_NORES) {
454
+            $image = 'status_nores.png';
455
+            $alt = 'noauthresults';
456
+        } elseif ($status == self::STATUS_PASS) {
457
+            $image = 'status_pass.png';
458
+            $alt = 'signaturepass';
459
+        } else {
460
+            // at least one auth method was passed, show partial pass
461
+            if (($status & self::STATUS_PASS)) {
462
+                $status = self::STATUS_PARS;
463
+                $image = 'status_partial_pass.png';
464
+                $alt = 'partialpass';
465
+            } elseif ($status >= self::STATUS_FAIL) {
466
+                $image = 'status_fail.png';
467
+                $alt = 'invalidsignature';
468
+            } elseif ($status >= self::STATUS_WARN) {
469
+                $image = 'status_warn.png';
470
+                $alt = 'temporaryinvalid';
471
+            } elseif ($status >= self::STATUS_THIRD) {
472
+                $image = 'status_third.png';
473
+                $alt = 'thirdparty';
474
+            }
475
+        }
476
+
477
+        if (!$show_statuses || ($show_statuses & $status)) {
478
+            $alt = $this->gettext($alt);
479
+
480
+            return '<img src="plugins/authres_status/images/' . $image . '" alt="' . $alt . '" title="' . $alt . htmlentities($title) . '" width="14" height="14" class="authres-status-img" /> ';
481
+        }
482
+
483
+        return '';
484
+    }
485
+}

+ 48
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/composer.json View File

@@ -0,0 +1,48 @@
1
+{
2
+    "name": "roundcube/authres_status",
3
+    "type": "roundcube-plugin",
4
+    "description": "This authres_status plugin checks the Authentication-Results headers of your emails and displays the verification status. The verification status is displayed when you read an email, but you can also add a column to your message list.",
5
+    "keywords": ["authentication","results","dkim","domainkeys","spf","sender-id","rfc5451"],
6
+    "license": "GPL-3.0+",
7
+    "version": "0.3.1",
8
+    "authors": [
9
+    	{
10
+            "name": "pimlie",
11
+            "email": "pimlie@hotmail.com",
12
+            "role": "Author"
13
+        }
14
+    ],
15
+    "repositories": [
16
+        {
17
+            "type": "composer",
18
+            "url": "https://plugins.roundcube.net"
19
+        },
20
+        {
21
+            "type": "vcs",
22
+            "url": "https://github.com/pimlie/php-dkim"
23
+        }
24
+    ],
25
+    "require": {
26
+        "roundcube/plugin-installer": ">=0.1.3",
27
+        "angrychimp/php-dkim": "@dev"
28
+    },
29
+    "require-dev": {
30
+        "phpunit/phpunit": "^6.1",
31
+        "squizlabs/php_codesniffer": "3.*"
32
+    },
33
+    "autoload-dev": {
34
+        "psr-4": {
35
+             "": "./",
36
+             "AuthresStatusTest\\": "tests/"
37
+        }
38
+    },
39
+    "extra": {
40
+        "roundcube": {
41
+             "min-version": "1.0.0"
42
+        }
43
+    },
44
+    "scripts": {
45
+        "test": "vendor/bin/phpunit",
46
+        "cs": "vendor/bin/phpcs ./"
47
+    }
48
+}

+ 31
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/config.inc.php View File

@@ -0,0 +1,31 @@
1
+<?php
2
+
3
+// RoundCube plugin authres_status default settings
4
+//
5
+// If you wish to protect certain variables to be overriden by the user, add them to 
6
+// dont_override in your main config/config.inc.php
7
+//
8
+// Set to true to enable authentication result column in message list, default false
9
+$config['enable_authres_status_column'] = true;
10
+
11
+// Set to true to use internal DKIM verifier, default false
12
+// (only when a signature sfound but no auth. results header)
13
+//$config['use_fallback_verifier'] = false;
14
+
15
+// Set the statuses that should be shown
16
+// 
17
+// Available statuses:
18
+//	STATUS_NOSIG -> Show an icon for emails without a signature
19
+//	STATUS_NORES -> Show an icon for emails with a signature but no authentication results header
20
+//	STATUS_PASS  -> Show an icon if all signatures have passed validation
21
+//	STATUS_PARS  -> Show an icon if at least one signature passed validation
22
+//	STATUS_THIRD -> Show an icon for third party signatures
23
+//	STATUS_WARN  -> Show an icon when the signature temporary failed
24
+//	STATUS_FAIL  -> Show an icon when the signature permanently failed
25
+//	STATUS_ALL   -> Show an icon for all statuses
26
+//
27
+// statuses should be prefixed by 'authres_status::'
28
+//
29
+// default value: authres_status::STATUS_ALL & ~authres_status::STATUS_NOSIG
30
+//
31
+//$config['show_statuses'] = authres_status::STATUS_ALL & ~authres_status::STATUS_NOSIG;

+ 31
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/config.inc.php.dist View File

@@ -0,0 +1,31 @@
1
+<?php
2
+
3
+// RoundCube plugin authres_status default settings
4
+//
5
+// If you wish to protect certain variables to be overriden by the user, add them to 
6
+// dont_override in your main config/config.inc.php
7
+//
8
+// Set to true to enable authentication result column in message list, default false
9
+//$config['enable_authres_status_column'] = false;
10
+
11
+// Set to true to use internal DKIM verifier, default false
12
+// (only when a signature sfound but no auth. results header)
13
+//$config['use_fallback_verifier'] = false;
14
+
15
+// Set the statuses that should be shown
16
+// 
17
+// Available statuses:
18
+//	STATUS_NOSIG -> Show an icon for emails without a signature
19
+//	STATUS_NORES -> Show an icon for emails with a signature but no authentication results header
20
+//	STATUS_PASS  -> Show an icon if all signatures have passed validation
21
+//	STATUS_PARS  -> Show an icon if at least one signature passed validation
22
+//	STATUS_THIRD -> Show an icon for third party signatures
23
+//	STATUS_WARN  -> Show an icon when the signature temporary failed
24
+//	STATUS_FAIL  -> Show an icon when the signature permanently failed
25
+//	STATUS_ALL   -> Show an icon for all statuses
26
+//
27
+// statuses should be prefixed by 'authres_status::'
28
+//
29
+// default value: authres_status::STATUS_ALL & ~authres_status::STATUS_NOSIG
30
+//
31
+//$config['show_statuses'] = authres_status::STATUS_ALL & ~authres_status::STATUS_NOSIG;

BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_fail.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_nores.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_nosig.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_partial_pass.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_pass.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_third.png View File


BIN
roundcube/roundcubemail-1.2.2/plugins/authres_status/images/status_warn.png View File


+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ar.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ar_SA.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ast.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nun hai información de robla';
5
+$labels['noauthresults'] = 'Atopóse una robla pero nun hai testera de resultaos d\'autenticación. ¿Problema de configuración del sirvidor?';
6
+$labels['signaturepass'] = 'Robla(es) válides del dominiu del remitente. Verificaes por';
7
+$labels['partialpass'] = 'Dalgunes robles nun son válides pero al menos una ye válida pal dominiu del remitente. Verificada por';
8
+$labels['thirdparty'] = 'Robláu por terceros, la robla ta presente pero pa un dominiu distintu de la direición remitente. Verificada por';
9
+$labels['temporaryinvalid'] = 'La robla nun ye válida (temporalmente) ! Verificada por';
10
+$labels['invalidsignature'] = 'La robla nun ye válida! Verificada por';
11
+
12
+$labels['for'] = 'pa';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Estáu d\'autencación';
16
+$labels['column_title']  = 'Resultáu autenticación';
17
+
18
+$labels['title_enable_column']  = 'Habilitar columna';
19
+$labels['label_enable_column']  = 'Habilitar columna de resultáu d\'autenticación na llista de mensaxes';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Namái pa los siguientes estaos';
26
+$labels['label_include_status1']  = 'Nun s\'atopó robla';
27
+$labels['label_include_status2']  = 'Atopóse la robla, pero non la testera de resultaos d\'autenticación';
28
+$labels['label_include_status4']  = 'Toles robles pasaron l\'autenticación';
29
+$labels['label_include_status8']  = 'Al menos una robla pasó l\'autenticación';
30
+$labels['label_include_status16']  = 'Robla de terceros';
31
+$labels['label_include_status32']  = 'Falló la robla temporalmente';
32
+$labels['label_include_status64']  = 'Falló la robla dafechu';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/az_AZ.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/be.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Няма дадзеных аб подпісе';
5
+$labels['noauthresults'] = 'Подпіс знойдзены, але няма загалоўка вынікаў праверкі сапраўднасці. Праблема канфігурацыі сервера?';
6
+$labels['signaturepass'] = 'Сапраўдны подпіс(ы) з дамена адпраўніка. праверана';
7
+$labels['partialpass'] = 'Некаторыя подпісы з\'яўляюцца несапраўднымі, але па меншай меры адзін сапраўдны для дамена адпраўніка. праверана';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Подпіс (часова) не дзейнічае! праверана';
10
+$labels['invalidsignature'] = 'Подпіс не зьяўляецца сапраўдным! праверана';
11
+
12
+$labels['for'] = 'для';
13
+$labels['by'] = 'па';
14
+
15
+$labels['section_title']  = 'Статус ідэнтыфікацыі';
16
+$labels['column_title']  = 'Вынікі праверкі сапраўднасці';
17
+
18
+$labels['title_enable_column']  = 'Уключыць калонку';
19
+$labels['label_enable_column']  = 'Уключэнне ідэнтыфікацыі выніку калонкі ў спісе паведамленняў';
20
+$labels['label_fallback_verifier'] = 'Выкарыстоўвайце ўнутраную DKIM верыфікацыю (калі подпіс знойдзены, але не ідэнтыфікаваны вынік загалоўка)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Паказваць толькі наступныя статусы';
26
+$labels['label_include_status1']  = 'Няма подпісу';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bg_BG.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Липсва инфорормация за сигнатура';
5
+$labels['noauthresults'] = 'Намерена е сигнатура, но липсва заглавие с резултати от удостоверяване на самоличност. Проблем с конфигурацията на сървъра?';
6
+$labels['signaturepass'] = 'Валидна сигнатура от домейна на подателя. Проверено от';
7
+$labels['partialpass'] = 'Съществуват невалидни сигнатури, но поне една е валидна от домейна на подателя. Проверено от';
8
+$labels['thirdparty'] = 'Съществува сигнатура, коята е подписана от трета страна, но тя е за различен домейн от този на подателя. Проверено от';
9
+$labels['temporaryinvalid'] = 'Сигнатурата е (временно) невалидна! Проверено от';
10
+$labels['invalidsignature'] = 'Сигнатурата е невалидна! Проверено от';
11
+
12
+$labels['for'] = 'за';
13
+$labels['by'] = 'от';
14
+
15
+$labels['section_title']  = 'Статус на удостоверяване на самоличност';
16
+$labels['column_title']  = 'Резултат удостоверяване';
17
+
18
+$labels['title_enable_column']  = 'Разрешаване на колона';
19
+$labels['label_enable_column']  = 'Разрешаване на колона с резултат от удостоверяване на самоличност в списък с писма';
20
+$labels['label_fallback_verifier'] = 'Използвай вградена проверка на DKIM (ако е намерена сигнатура без заглавие с резултати от удост. на самоличност)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Показвай само следните статуси';
26
+$labels['label_include_status1']  = 'Не е намерена сигнатура';
27
+$labels['label_include_status2']  = 'Намерена е сигнатура но липсва заглавие с резултати от удост. на самоличност';
28
+$labels['label_include_status4']  = 'Всички сигнатури са валидни';
29
+$labels['label_include_status8']  = 'Поне една сигнатура е валидна';
30
+$labels['label_include_status16']  = 'Сигнатура от трета страна';
31
+$labels['label_include_status32']  = 'Сигнатурата е временно невалидна';
32
+$labels['label_include_status64']  = 'Сигнатурата е перманентно невалидна';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bn_BD.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/br.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Titour ebet war ar sinadur';
5
+$labels['noauthresults'] = 'Kavet ez eus bet ar sinadur met ket talbenn an disoc\'hoù naoudi. Ur gudenn \'zo gant kefluniadur an dafariad?';
6
+$labels['signaturepass'] = 'Sinadur(ioù) talvoudek a-berzh domani ar c\'haser. gwiriet gant';
7
+$labels['partialpass'] = 'Ul lodenn eus ar sinadurioù a zo didalvoudek met unan d\'an nebeutañ a zo talvoudek evit domani ar c\'haser. Gwiriet gant';
8
+$labels['thirdparty'] = 'Sinet gant un trede, aze emañ ar sinadur met evit un domani disheñvhel eus hini ar chomlec\'h. Gwiriet gant';
9
+$labels['temporaryinvalid'] = 'Didalvoudek (evit ur mare) eo ar sinadur! Gwiriet gant';
10
+$labels['invalidsignature'] = 'Didalvoudek eo ar sinadur! Gwiriet gant';
11
+
12
+$labels['for'] = 'evit';
13
+$labels['by'] = 'gant';
14
+
15
+$labels['section_title']  = 'Stad an naoudi';
16
+$labels['column_title']  = 'Disoc\'hoù an naoudi';
17
+
18
+$labels['title_enable_column']  = 'Gweredekaat ar bann';
19
+$labels['label_enable_column']  = 'Gweredekaat ar bann disoc\'hoù naoudi e roll ar c\'hemennadennoù';
20
+$labels['label_fallback_verifier'] = 'Ober gant ar gwirier DKIM diabarzh (m\'eo bet kavet ar sinadur met ket an talbenn disoc\'hoù naoudi)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Diskouez ar stadoù da-heul nemetken';
26
+$labels['label_include_status1']  = 'Sinadur ebet kavet';
27
+$labels['label_include_status2']  = 'Kavet ez eus bet ar sinadur met ket talbenn an disoc\'hoù naoudi';
28
+$labels['label_include_status4']  = 'Tremenet eo ar gwiriañ gant an holl sinadurioù';
29
+$labels['label_include_status8']  = 'Ur sinadur d\'an nebeutañ en deus tremenet ar gwiriañ';
30
+$labels['label_include_status16']  = 'Sinadur un trede';
31
+$labels['label_include_status32']  = 'C\'hwitadenn padennek ar sinadur';
32
+$labels['label_include_status64']  = 'C\'hwitadenn badel ar sinadur';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/bs_BA.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nema informacija o potpisu';
5
+$labels['noauthresults'] = 'Potpis je pronađen ali nema rezultata za zaglavlje autentifikacije. Problem u konfiguraciji servera?';
6
+$labels['signaturepass'] = 'Ispravan potpis sa domene pošiljaoca. verificirano od strane';
7
+$labels['partialpass'] = 'Neki potpisi su netačni ali je barem jedan ispravan sa domene pošiljaoca. verificirano od strane';
8
+$labels['thirdparty'] = 'Potpisano od strane trećeg lica, potpis je pristupan, ali za drugu adresu. verificirano od strane';
9
+$labels['temporaryinvalid'] = 'Potpis (trenutno) nije ispravan! verificirano od strane';
10
+$labels['invalidsignature'] = 'Potpis nije ispravan! verificirano od strane';
11
+
12
+$labels['for'] = 'za';
13
+$labels['by'] = 'od';
14
+
15
+$labels['section_title']  = 'Status autentifikacije';
16
+$labels['column_title']  = 'Rezultat autent.';
17
+
18
+$labels['title_enable_column']  = 'Uključi kolonu';
19
+$labels['label_enable_column']  = 'Omogući kolonu za autentifikacijske rezultate u listi poruka';
20
+$labels['label_fallback_verifier'] = 'Koristi interni DKIM verifikator (ako je potpis pronađen, ali nema zaglavlja rezultata autentifikacije)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Samo prikaži sljedeće statuse';
26
+$labels['label_include_status1']  = 'Nema pronađenih potpisa';
27
+$labels['label_include_status2']  = 'Potpis pronađen, ali nema zaglavlja autentifikacijskih rezultata';
28
+$labels['label_include_status4']  = 'Svi potpisi su prošli validaciju';
29
+$labels['label_include_status8']  = 'Barem jedan potpis je prošao validaciju';
30
+$labels['label_include_status16']  = 'Potpis trećeg lica';
31
+$labels['label_include_status32']  = 'Potpis privremeno netačan';
32
+$labels['label_include_status64']  = 'Potpis trajno netačan';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ca_ES.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No hi ha informació de signatura';
5
+$labels['noauthresults'] = 'La signatura s\'ha trobat però no hi ha capçaleres d\'autenticació. Problema de configuració del servidor?';
6
+$labels['signaturepass'] = 'Signatura(es) vàlida(es) del domini del remitent. Verificat per';
7
+$labels['partialpass'] = 'Algunes de les signatures no són vàlides però almenys una ho és pel domini del remitent. Verificat per';
8
+$labels['thirdparty'] = 'Signada per tercers, la signatura és present però per un domini diferent de l\'adreça. Verificat per';
9
+$labels['temporaryinvalid'] = 'La signatura és (temporalment) no vàlida! Verificat per';
10
+$labels['invalidsignature'] = 'La signatura no és vàlida! Verificat per';
11
+
12
+$labels['for'] = 'per a';
13
+$labels['by'] = 'per';
14
+
15
+$labels['section_title']  = 'Estat de l\'autenticació';
16
+$labels['column_title']  = 'Resultat de l\'autenticació';
17
+
18
+$labels['title_enable_column']  = 'Activa la columna';
19
+$labels['label_enable_column']  = 'Activa la columna de resultats d\'autenticació a la llista de missatges';
20
+$labels['label_fallback_verifier'] = 'Fes servir el verificador intern per DKIM (només si s\'ha trobat la signatura però no hi ha capçalera amb resultats d\'autenticació)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Mostra només els estats següents';
26
+$labels['label_include_status1']  = 'No s\'ha trobat cap signatura';
27
+$labels['label_include_status2']  = 'La signatura s\'ha trobat però sense cap capçalera d\'autenticació';
28
+$labels['label_include_status4']  = 'Totes les signatures han passat la validació';
29
+$labels['label_include_status8']  = 'Almenys una signatura ha passat la validació';
30
+$labels['label_include_status16']  = 'Signatura de tercers';
31
+$labels['label_include_status32']  = 'La signatura ha fallat temporalment';
32
+$labels['label_include_status64']  = 'La signatura ha fallat de manera permanent';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/cs_CZ.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Žádné informace podpisu';
5
+$labels['noauthresults'] = 'Podpis nalezen, ale chybí hlavička výsledku ověření. Chyba konfigurace serveru?';
6
+$labels['signaturepass'] = 'Platné podpis(y) z domény odesilatele. ověřil';
7
+$labels['partialpass'] = 'Některé podpisy jsou neplatné, ale alespoň jeden je platný pro doménu odesilatele. ověřil';
8
+$labels['thirdparty'] = 'Podepsáno třetí stranou, podpis je platný ale pro jinou doménu než má odesilatel. ověřeno pro';
9
+$labels['temporaryinvalid'] = 'Podpis není (dočasně) platný! ověřil';
10
+$labels['invalidsignature'] = 'Podpis není platný! ověřil';
11
+
12
+$labels['for'] = 'pro';
13
+$labels['by'] = 'od';
14
+
15
+$labels['section_title']  = 'Stav ověření';
16
+$labels['column_title']  = 'Ověření';
17
+
18
+$labels['title_enable_column']  = 'Zapnout Sloupec';
19
+$labels['label_enable_column']  = 'Zapnout sloupec s výsledkem ověření v seznamu zpráv';
20
+$labels['label_fallback_verifier'] = 'Použít vestavěný ověřovač DKIM (pokud je nalezen podpis ale chybí hlavička výsledku ověření)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Zobrazit pouze následující stavy';
26
+$labels['label_include_status1']  = 'Žádný podpis nenalezen';
27
+$labels['label_include_status2']  = 'Podpis nalezen, ale chybí hlavička výsledku ověření';
28
+$labels['label_include_status4']  = 'Všechny podpisy prošli ověřením';
29
+$labels['label_include_status8']  = 'Alespoň jeden podpis prošel ověřením';
30
+$labels['label_include_status16']  = 'Podpis třetí strany';
31
+$labels['label_include_status32']  = 'Podpis dočasně selhal';
32
+$labels['label_include_status64']  = 'Podpis trvale selhal';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/cy_GB.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Dim gwybodaeth llofnod';
5
+$labels['noauthresults'] = 'Llofnod wedi ei ganfod ond dim pennawd dilysu. Problem gyda cyfluniad y gweinydd?';
6
+$labels['signaturepass'] = 'Llofnod(au) dilys o barth yr anfonwr, dilyswyd gan';
7
+$labels['partialpass'] = 'Mae rhai llofnodion yn annilys ond mae o leia un yn ddilys ar gyfer parth yr anfonwr. gwiriwyd gan';
8
+$labels['thirdparty'] = 'Llofnodwyd gan trydydd parti, mae llofnod yn bresennol ond ar gyfer parth gwahanol i\'r cyfeiriad. gwiriwyd gan';
9
+$labels['temporaryinvalid'] = 'Llofnod yn annilys (dros dro)! gwiriwyd gan';
10
+$labels['invalidsignature'] = 'Llofnod yn annilys! gwiriwyd gan';
11
+
12
+$labels['for'] = 'i';
13
+$labels['by'] = 'gan';
14
+
15
+$labels['section_title']  = 'Statws Dilysiad';
16
+$labels['column_title']  = 'Canlyniad Dilysu';
17
+
18
+$labels['title_enable_column']  = 'Galluogi Colofn';
19
+$labels['label_enable_column']  = 'Galluogi colofn canlyniad dilysu yn y rhestr negeseuon';
20
+$labels['label_fallback_verifier'] = 'Defnyddio gwirydd DKIM mewnol (os gwelwyd llofnod ond dim pennawd canlyniad dilysu)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Dangos y statysau canlynol yn unig';
26
+$labels['label_include_status1']  = 'Dim llofnod wedi ei ganfod';
27
+$labels['label_include_status2']  = 'Llofnod wedi ei ganfod ond dim pennawd canlyniad dilysu';
28
+$labels['label_include_status4']  = 'Pob llofnod wedi pasio dilysiad';
29
+$labels['label_include_status8']  = 'O leia un llofnod wedi pasio dilysiad';
30
+$labels['label_include_status16']  = 'Llofnod trydydd parti';
31
+$labels['label_include_status32']  = 'Llofnod wedi methu dros dro';
32
+$labels['label_include_status64']  = 'Llofnod wedi methu yn barhaol';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/da_DK.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Ingen signatur information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signaturen er ikke gyldig! verificeret af';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'af';
14
+
15
+$labels['section_title']  = 'Autentificering status';
16
+$labels['column_title']  = 'Autentificering resultat';
17
+
18
+$labels['title_enable_column']  = 'Aktiver kolonne ';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Kun vis de følgende statusser';
26
+$labels['label_include_status1']  = 'Ingen signatur fundet';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'Alle signaturer bestod valideringen';
29
+$labels['label_include_status8']  = 'Mindst én signatur bestod validering';
30
+$labels['label_include_status16']  = 'Tredjepart signatur ';
31
+$labels['label_include_status32']  = 'Signatur fejlede midlertidigt ';
32
+$labels['label_include_status64']  = 'Signatur fejlede permenent';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/de_CH.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Keine Informationen zur Signatur';
5
+$labels['noauthresults'] = 'Signatur gefunden aber keine Auth-Results Kopfzeilen. Server-Konfigurations-Problem?';
6
+$labels['signaturepass'] = 'Gültige Signatur(en) der Absenderdomäne. Geprüft von';
7
+$labels['partialpass'] = 'Einige Signaturen sind ungültig aber mind. eine ist gültig für die Absenderdomäne. Geprüft von';
8
+$labels['thirdparty'] = 'Signiert von einer Drittpartei! Signatur liegt vor, ist jedoch von einer anderen Domäne als die Absenderadresse. Geprüft für';
9
+$labels['temporaryinvalid'] = 'Signatur ist (temporär) ungültig! Geprüft von';
10
+$labels['invalidsignature'] = 'Ungültige Signatur! Verifiziert durch';
11
+
12
+$labels['for'] = 'für';
13
+$labels['by'] = 'von';
14
+
15
+$labels['section_title']  = 'Authenifizierungsstatus';
16
+$labels['column_title']  = 'Auth. Resultat';
17
+
18
+$labels['title_enable_column']  = 'Spalte anzeigen';
19
+$labels['label_enable_column']  = 'Authenifizierungsresultat in der Nachrichtenliste anzeigen';
20
+$labels['label_fallback_verifier'] = 'Interne DKIM-Prüfung verwenden (falls Signatur vorhanden aber keine Auth-Results Kopfzeilen)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Nur die folgenden Status anzeigen';
26
+$labels['label_include_status1']  = 'Keine Signatur gefunden';
27
+$labels['label_include_status2']  = 'Signatur gefunden aber keine Auth-Results Kopfzeilen';
28
+$labels['label_include_status4']  = 'Alle Signaturen haben die Prüfung bestanden';
29
+$labels['label_include_status8']  = 'Mind. eine Signature hat die Prüfung bestanden';
30
+$labels['label_include_status16']  = 'Drittpartei-Signatur';
31
+$labels['label_include_status32']  = 'Signatur temporär fehlgeschlagen';
32
+$labels['label_include_status64']  = 'Signatur permanent fehlgeschlagen';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/de_DE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Keine Signatur-Informationen';
5
+$labels['noauthresults'] = 'Signatur gefunden aber keinen "auth. results header". Serverkonfiguration korrekt?';
6
+$labels['signaturepass'] = 'Gültige Signatur(en) von der Domain des Absenders. Verifiziert durch';
7
+$labels['partialpass'] = 'Einige Signaturen sind ungültig aber es wurde zumindest eine gültige Signatur für die Domain des Absenders gefunden. Verifiziert durch';
8
+$labels['thirdparty'] = 'Signiert durch einen Dritten. Signatur ist vorhanden aber für eine andere Domain als die der Adresse. Verifiziert für';
9
+$labels['temporaryinvalid'] = 'Signatur ist (vorübergehend) nicht gültig! Verifiziert durch';
10
+$labels['invalidsignature'] = 'Signatur ist nicht gültig! Verifiziert durch';
11
+
12
+$labels['for'] = 'für';
13
+$labels['by'] = 'durch';
14
+
15
+$labels['section_title']  = 'Status der Authentisierung';
16
+$labels['column_title']  = 'Auth. Ergebnis';
17
+
18
+$labels['title_enable_column']  = 'Aktiviere Spalte';
19
+$labels['label_enable_column']  = 'Aktiviere Spalte für das Ergebnis der Authentisierung in der Nachrichtenliste';
20
+$labels['label_fallback_verifier'] = 'Verwende den internen DKIM-Überprüfer (wenn eine Signatur vorhanden ist, aber kein Header mit dem Ergebnis der Authentifizierung)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Zeige nur die folgenden Status an';
26
+$labels['label_include_status1']  = 'Keine Signatur gefunden';
27
+$labels['label_include_status2']  = 'Signatur gefunden aber keinen "auth. results header"';
28
+$labels['label_include_status4']  = 'Alle Signaturen haben die Validierung bestanden';
29
+$labels['label_include_status8']  = 'Zumindest eine Signatur hat die Validierung bestanden';
30
+$labels['label_include_status16']  = 'Signatur durch Dritten';
31
+$labels['label_include_status32']  = 'Signatur vorübergehend fehlgeschlagen';
32
+$labels['label_include_status64']  = 'Signatur dauerhaft fehlgeschlagen';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/el_GR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Χωρίς πληροφορίες υπογραφής';
5
+$labels['noauthresults'] = 'Βρέθηκε υπογραφή αλλά όχι κεφαλίδα αποτελεσμάτων πιστοποίησης. Πιθανό πρόβλημα με την ρύθμιση του διακομιστή;';
6
+$labels['signaturepass'] = 'Έγκυρη(ες) υπογραφή(ές) από τον τομέα του αποστολέα. Επαλήθευση από';
7
+$labels['partialpass'] = 'Μερικές υπογραφές είναι άκυρες αλλά τουλάχιστο μία είναι έγκυρη για τον τομέα του αποστολέα. Επαλήθευση από';
8
+$labels['thirdparty'] = 'Υπάρχει υπογραφή από τρίτη αρχή αλλά για διαφορετικό τομέα από ότι η διεύθυνση αποστολέα. Επικυρωμένο για';
9
+$labels['temporaryinvalid'] = 'Η υπογραφή είναι άκυρη (προσωρινά)! Επικυρωμένη από';
10
+$labels['invalidsignature'] = 'Η υπογραφή είναι άκυρη! Επικύρωση από';
11
+
12
+$labels['for'] = 'για';
13
+$labels['by'] = 'από';
14
+
15
+$labels['section_title']  = 'Κατάσταση πιστοποίησης';
16
+$labels['column_title']  = 'Αποτέλεσμα πιστοποίησης';
17
+
18
+$labels['title_enable_column']  = 'Ενεργοποίηση στήλης';
19
+$labels['label_enable_column']  = 'Ενεργοποίηση στήλης αποτελέσματος πιστοποίησης στην λίστα μηνυμάτων';
20
+$labels['label_fallback_verifier'] = 'Χρήση εσωτερικού επαληθευτή DKIM (αν η υπογραφή βρέθηκε αλλά όχι και η κεφαλίδα)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Εμφάνιση μόνο των παρακάτω καταστάσεων';
26
+$labels['label_include_status1']  = 'Δε βρέθηκε υπογραφή';
27
+$labels['label_include_status2']  = 'Βρέθηκε υπογραφή αλλά όχι κεφαλίδα αποτελεσμάτων πιστοποίησης';
28
+$labels['label_include_status4']  = 'Όλες οι υπογραφές επικυρώθηκαν';
29
+$labels['label_include_status8']  = 'Τουλάχιστο μια υπογραφή επικυρώθηκε';
30
+$labels['label_include_status16']  = 'Υπογραφή τρίτης αρχής';
31
+$labels['label_include_status32']  = 'Προσωρινή αποτυχία υπογραφής';
32
+$labels['label_include_status64']  = 'Οριστική αποτυχία υπογραφής';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_CA.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporarily failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_GB.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_NZ.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/en_US.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/eo.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_419.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No hay información de firma';
5
+$labels['noauthresults'] = 'Firma encontrada pero no autorizada. ¿Problema en configuración del servidor?';
6
+$labels['signaturepass'] = 'Firma(s) válida desde el dominio del remitente. verificado por';
7
+$labels['partialpass'] = 'Algunas firmas no son válidas pero al menos una es válida para el dominio del remitente. verificado por';
8
+$labels['thirdparty'] = 'Firmado por una tercera parte, la firma está peresente pero para diferentes dominios de las direcciones. verificado por';
9
+$labels['temporaryinvalid'] = '¡La firma es (temporalmente) no válida! verificado por';
10
+$labels['invalidsignature'] = '¡La firma no es válida! verificado por';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Estado de la autenticación';
16
+$labels['column_title']  = 'Autenticación. Resultado';
17
+
18
+$labels['title_enable_column']  = 'Habilitar columna';
19
+$labels['label_enable_column']  = 'Habilitar columna de resultado de autenticación en el listado de mensajes';
20
+$labels['label_fallback_verifier'] = 'Usa verificador interno de DKIM (si se encuentra una firma pero no autorizada. resultados de encabezado)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Sólo mostrar los siguientes estados';
26
+$labels['label_include_status1']  = 'No se ha encontrado una firma';
27
+$labels['label_include_status2']  = 'Firma encontrada pero no autorizada. resultados de encabezado';
28
+$labels['label_include_status4']  = 'Todos las firmas aprobadas la validación';
29
+$labels['label_include_status8']  = 'Al menos una firma aprueba la validación';
30
+$labels['label_include_status16']  = 'Firma de tercera parte';
31
+$labels['label_include_status32']  = 'Error temporal en firma';
32
+$labels['label_include_status64']  = 'Error permanente en firma';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_AR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Sin información de firma';
5
+$labels['noauthresults'] = 'Firma encontrada pero no hay encabezado de autorización. ¿Problema en configuración del servidor?';
6
+$labels['signaturepass'] = 'Firma(s) válidas desde el dominio remitente. verificado por';
7
+$labels['partialpass'] = 'Algunas firmas no son válidas pero al menos una es válida para el dominio del remitente. verificado por';
8
+$labels['thirdparty'] = 'Firmado por una tercera parte, la firma está presente pero para diferentes dominios que el de la dirección. verificado por';
9
+$labels['temporaryinvalid'] = '¡La firma está (temporalmente) no válida! verificado por';
10
+$labels['invalidsignature'] = '¡La firma no es válida! verificado por';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Estado de la autenticación';
16
+$labels['column_title']  = 'Autenticación. Resultado';
17
+
18
+$labels['title_enable_column']  = 'Habilitar columna';
19
+$labels['label_enable_column']  = 'Habilitar la columna de resultado de la autenticación en la lista de mensajes';
20
+$labels['label_fallback_verifier'] = 'Usa verificador DKIM interno (si se encuentra la firma pero no está autorizada. resultados del encabezado)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Sólo mostrar los siguientes estados';
26
+$labels['label_include_status1']  = 'No se encontró una firma';
27
+$labels['label_include_status2']  = 'Firma encontrada pero no autorizada. resultados del encabezado';
28
+$labels['label_include_status4']  = 'Todas las firmas han pasado la validación';
29
+$labels['label_include_status8']  = 'Al menos una firma ha pasado la validación';
30
+$labels['label_include_status16']  = 'Firma de tercera parte';
31
+$labels['label_include_status32']  = 'Fallo temporario de la firma';
32
+$labels['label_include_status64']  = 'Fallo permanente de la firma';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_ES.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No hay información de firma';
5
+$labels['noauthresults'] = 'Encontrada firma pero no hay cabecera de resultados de autenticación. ¿Problema de configuración del servidor?';
6
+$labels['signaturepass'] = 'Firma(s) válida(s) del dominio del remitente. Verificadas por';
7
+$labels['partialpass'] = 'Algunas firmas no son válidas pero al menos una es válida para el dominio del remitente. Verificada por';
8
+$labels['thirdparty'] = 'Firmado por terceros, la firma está presente pero para un dominio diferente de la dirección remitente. Verificada por';
9
+$labels['temporaryinvalid'] = '¡La firma no es válida (temporalmente)! Verificada por';
10
+$labels['invalidsignature'] = '¡La firma no es válida! Verificada por';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Estado de Autenticación';
16
+$labels['column_title']  = 'Resultado de Autenticación';
17
+
18
+$labels['title_enable_column']  = 'Habilitar Columna';
19
+$labels['label_enable_column']  = 'Habilitar columna de resultado de autenticación en la lista de mensajes';
20
+$labels['label_fallback_verifier'] = 'Usar verificador interno DKIM (si se encuentra una firma, pero no un encabezamiento con los resultados de autor)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Mostrar sólo los siguientes estados';
26
+$labels['label_include_status1']  = 'Firma no encontrada';
27
+$labels['label_include_status2']  = 'Firma encontrada pero no la cabecera de resultados de autenticación';
28
+$labels['label_include_status4']  = 'Todas las firmas han pasado la validación';
29
+$labels['label_include_status8']  = 'Al menos una firma ha pasado la validación';
30
+$labels['label_include_status16']  = 'Firma de terceros';
31
+$labels['label_include_status32']  = 'Error temporal de la firma';
32
+$labels['label_include_status64']  = 'Error permanente de la firma';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_MX.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/es_UY.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/et_EE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Puudub info signatuuride kohta';
5
+$labels['noauthresults'] = 'Signatuur leitud aga puudub valideerimise vastuse päis. Probleem serveri seadistusega?';
6
+$labels['signaturepass'] = 'Kontrollitud signatuur(id) saatja domeenilt. valideeritud';
7
+$labels['partialpass'] = 'Mõned signatuurid ei valideeru, aga vähemalt üks on valiidne. verifitseeritud ';
8
+$labels['thirdparty'] = 'Signeeritud kolmanda osapoole poolt, signatuur on olemas aga teisele domeenile kui saatja aadress. verifitseeritud ';
9
+$labels['temporaryinvalid'] = 'Signatuur ei ole (ajutiselt) valiidne. verifitseeritud ';
10
+$labels['invalidsignature'] = 'Signatuur ei ole valiidne, verifitseeritud ';
11
+
12
+$labels['for'] = 'kellele';
13
+$labels['by'] = 'poolt';
14
+
15
+$labels['section_title']  = 'Tuvastamise staatus';
16
+$labels['column_title']  = 'Tuvastamise tulemus';
17
+
18
+$labels['title_enable_column']  = 'Luba veerg';
19
+$labels['label_enable_column']  = 'Luba tuvastamise tulemuse veerg nimekirjas';
20
+$labels['label_fallback_verifier'] = 'Kasuta sisemist DKIM verifitseeriat (kui signatuur on leitud aga puudub tuvastamise vastuse päis)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Näita ainult antud staatuseid';
26
+$labels['label_include_status1']  = 'Signatuuri ei leitud';
27
+$labels['label_include_status2']  = 'Signatuur leiti aga puudub tuvastamise vastuse päis';
28
+$labels['label_include_status4']  = 'Kõik signatuurid läbisid valideerimise';
29
+$labels['label_include_status8']  = 'Vähemalt üks signatuuridest läbis valideerimise';
30
+$labels['label_include_status16']  = 'Kolmanda osapoole signatuur';
31
+$labels['label_include_status32']  = 'Signatuuri tuvastamisel ajutine viga';
32
+$labels['label_include_status64']  = 'Signatuuri tuvastamisel lõpplik viga';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/eu_ES.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Ez dago sinadura informaziorik';
5
+$labels['noauthresults'] = 'Sinadura topatu da baina ez baimenen emaitzen goiburua. Zerbitzarian ezarpen arazorik?';
6
+$labels['signaturepass'] = 'Bidaltzailearen domeinuko sinadura baliozkoa(k), honek egiaztatua';
7
+$labels['partialpass'] = 'Bidaltzailearen domeinuko sinadura batzuk ez dira baliozkoak baina bat bederen bai, honek egiaztatua';
8
+$labels['thirdparty'] = 'Hirugarren batek sinatua, sinadura badago baina bidaltzailearen helbidekoarena ez den domeinu batentzat, honek egiaztatua';
9
+$labels['temporaryinvalid'] = 'Sinadura ez da (behin behinean) baliozkoa, honek egiaztatua';
10
+$labels['invalidsignature'] = 'Sinadura ez da baliozkoa, honen egiaztatua';
11
+
12
+$labels['for'] = 'honentzat';
13
+$labels['by'] = 'honengandik';
14
+
15
+$labels['section_title']  = 'Egiaztapen egoera';
16
+$labels['column_title']  = 'Egiaztapenaren emaitza';
17
+
18
+$labels['title_enable_column']  = 'Gaitu zutabea';
19
+$labels['label_enable_column']  = 'Gaitu emaitzen egiaztapen zutabea mezuen zerrendan';
20
+$labels['label_fallback_verifier'] = 'Erabili barneko DKIM egiaztatzailea (baldin eta sindura topatu bada baina ez egiaztapenen emaitzen goiburua)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Erakutsi bakarrik ondoko egoerak';
26
+$labels['label_include_status1']  = 'Ez da sinadurarik topatu';
27
+$labels['label_include_status2']  = 'Sinadura topatu da baina ez egiaztapenen emaitzen goiburua';
28
+$labels['label_include_status4']  = 'Sinadura guztiek pasa dute egiaztapena';
29
+$labels['label_include_status8']  = 'Gutxienez sinadura batek pasa du egiaztapena';
30
+$labels['label_include_status16']  = 'Hirugarren baten sinadura';
31
+$labels['label_include_status32']  = 'Sinadurak behin behinean huts egin du';
32
+$labels['label_include_status64']  = 'Sinadura behin betiko huts egin du';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fa.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fa_IR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'بدون اطلاعات امضاء';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'برای';
13
+$labels['by'] = 'توسط';
14
+
15
+$labels['section_title']  = 'وضعیت تصدیق';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'فعال کردن ستون';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'امضاء یافت نشد';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fi_FI.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Ei allekirjoitustietoja';
5
+$labels['noauthresults'] = 'Allekirjoitus löytyi, mutta tunnistautumistieto-otsaketta ei. Mahdollinen ongelma palvelimen asetuksissa.';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Allekirjoitus ei ole kelvollinen! vahvistanut';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Tunnistautumisen tila';
16
+$labels['column_title']  = 'Tunnistautumisen tulos';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Näytä vain seuraavat tilat';
26
+$labels['label_include_status1']  = 'Allekirjoitusta ei löytynyt';
27
+$labels['label_include_status2']  = 'Allekirjoitus löytyi, mutta tunnistautumistieto-otsaketta ei';
28
+$labels['label_include_status4']  = 'Kaikki allekirjoitukset läpäisivät tarkistuksen';
29
+$labels['label_include_status8']  = 'Ainakin yksi allekirjoitus läpäisi tarkistuksen';
30
+$labels['label_include_status16']  = 'Kolmannen osapuolen allekirjoitus';
31
+$labels['label_include_status32']  = 'Allekirjoitus epäonnistui väliaikaisesti';
32
+$labels['label_include_status64']  = 'Allekirjoitus epäonnistui pysyvästi';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fo_FO.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Eingin upplýsing um undirskrift ';
5
+$labels['noauthresults'] = 'Undirskriftir funnar, men eingin úrslit fyri samleikis høvdara. Kanska er tað ambætara trupuleikar?';
6
+$labels['signaturepass'] = 'Góðkendar undirskriftir frá sendara økisnavn. Vátta av';
7
+$labels['partialpass'] = 'Onkrar undirskriftir eru ógildigar, men minst ein er góðkend av økisnavninum hjá sendarinum. Góðkent av';
8
+$labels['thirdparty'] = 'Undirskriva av triðaparti. Undirskriftin er tilstaðar, men fyri onnur økisnøvn enn fyri bústaðin. Góðkent av';
9
+$labels['temporaryinvalid'] = 'Undirskrift er (fyribils) ikki gildig. Vátta av ';
10
+$labels['invalidsignature'] = 'Undirskrift er ikki gildig. Vátta av ';
11
+
12
+$labels['for'] = 'fyri';
13
+$labels['by'] = 'av';
14
+
15
+$labels['section_title']  = 'Samgildis støða';
16
+$labels['column_title']  = 'samgildis úrslit';
17
+
18
+$labels['title_enable_column']  = 'Tendra teigar';
19
+$labels['label_enable_column']  = 'Tendra samgildis úrslit teiga í boð lista';
20
+$labels['label_fallback_verifier'] = 'Brúka innanhýsis DKIM váttara (um undirskrivt var funnin men eingin samgildis úrsilt fyri høvd)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Vís einans tær fylgjandi støðurnar';
26
+$labels['label_include_status1']  = 'Eingin undirskrivt funnin';
27
+$labels['label_include_status2']  = 'Undirskrift funnin, men eingin samgildis úrslit';
28
+$labels['label_include_status4']  = 'Allar undirskriftir vóru góðkendar';
29
+$labels['label_include_status8']  = 'Minst ein undirskrift var vátta';
30
+$labels['label_include_status16']  = 'Triðapart undirskrift';
31
+$labels['label_include_status32']  = 'Undirskrift er fyribils miseydna';
32
+$labels['label_include_status64']  = 'Undirskrift er permanent miseydnast ';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fr.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Aucune information de signature';
5
+$labels['noauthresults'] = 'Une signature a été trouvée, mais aucun en-tête de résultat d\'authentification. Il y a-t-il un problème de configuration du serveur ?';
6
+$labels['signaturepass'] = 'Signature(s) valide(s) du domaine de l\'expéditeur. Vérifié par';
7
+$labels['partialpass'] = 'Certaines signatures sont invalides mais au moins une est valide pour le domaine de l\'expéditeur. Vérifié par';
8
+$labels['thirdparty'] = 'Signé par un tiers, une signature est présente mais pour un domaine différent que l\'adresse. Vérifié par';
9
+$labels['temporaryinvalid'] = 'La signature est (temporairement) invalide ! Vérifié par';
10
+$labels['invalidsignature'] = 'La signature est invalide ! Vérifié par';
11
+
12
+$labels['for'] = 'pour';
13
+$labels['by'] = 'par';
14
+
15
+$labels['section_title']  = 'État d\'authentification';
16
+$labels['column_title']  = 'Résultat d\'authentification';
17
+
18
+$labels['title_enable_column']  = 'Activer la colonne';
19
+$labels['label_enable_column']  = 'Activer la colonne de résultat d\'authentification dans la liste des courriels';
20
+$labels['label_fallback_verifier'] = 'Utiliser le vérificateur DKIM interne (si une signature est trouvée mais aucun en-tête de résultat d\'authentification)';
21
+
22
+$labels['title_trusted_mtas'] = 'Mta de confiance';
23
+$labels['label_trusted_mtas'] = 'Liste séparée par des virgules des authserv-id des mta en qui vous avez confiance. Seuls les résultats de ces mta seront affichés';
24
+
25
+$labels['title_include_status'] = 'Montrer seulement les états suivants';
26
+$labels['label_include_status1']  = 'Aucune signature trouvée';
27
+$labels['label_include_status2']  = 'Une signature a été trouvée, mais aucun en-tête de résultat d\'authentification.';
28
+$labels['label_include_status4']  = 'Toutes les signatures ont été validées';
29
+$labels['label_include_status8']  = 'Au moins une signature a été validée';
30
+$labels['label_include_status16']  = 'Signature d\'un tiers';
31
+$labels['label_include_status32']  = 'Échec temporaire de la signature';
32
+$labels['label_include_status64']  = 'Échec permanent de la signature';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/fy_NL.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Gjin hântekening ynformaasje';
5
+$labels['noauthresults'] = 'Hântekening fûn mar gjin autentikaasje risseltaten kop. Tsjinner konfiguraasje probleem?';
6
+$labels['signaturepass'] = 'Jildige hântekening(en) fan stjoerder\'s domyn. Ferifiearre troch';
7
+$labels['partialpass'] = 'Guon hantekenings binne ûnjildich mar op syn minst ien is jildich foar stjoerder\'s domein. Ferifiearre troch';
8
+$labels['thirdparty'] = 'Ûndertekene troch tredde partij, hântekening is oanwêzich mar foar in oar domyn as út it adres. Ferifiearre foar';
9
+$labels['temporaryinvalid'] = 'Hântekening is (tydlik) net jildich! Ferifiearre troch';
10
+$labels['invalidsignature'] = 'Ûndertekening is net jildich! Ferifiearre troch';
11
+
12
+$labels['for'] = 'foar';
13
+$labels['by'] = 'troch';
14
+
15
+$labels['section_title']  = 'Autentikaasje Status';
16
+$labels['column_title']  = 'Autentikaasje Risseltaat';
17
+
18
+$labels['title_enable_column']  = 'Kolom Ynskeakelje';
19
+$labels['label_enable_column']  = 'Autentikaasje risseltaat kolom ynskeakelje yn berjocht lyst';
20
+$labels['label_fallback_verifier'] = 'Brûk ynterne DKIM verifier (as hântekening fûn mar gjin autentikaasje risseltaten kop)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Lit allinnich de folgjende status sjen';
26
+$labels['label_include_status1']  = 'Gjin hântekening fûn';
27
+$labels['label_include_status2']  = 'Hântekening fûn mar gjin autentikaasje risseltaten kop';
28
+$labels['label_include_status4']  = 'Alle hântekenings passearje falidaasje';
29
+$labels['label_include_status8']  = 'Op syn minst ien ûndertekening passearre falidaasje';
30
+$labels['label_include_status16']  = 'Tredde partij hântekening';
31
+$labels['label_include_status32']  = 'Hantekening tydlik mislearre';
32
+$labels['label_include_status64']  = 'Hantekening permanint mislearre';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ga_IE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/gl_ES.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Non hai información sobre a sinatura';
5
+$labels['noauthresults'] = 'Atopouse unha sinatura, pero non a cabeceria de resultados da autenticación. Poida que haxa un problema de configuración no servidor.';
6
+$labels['signaturepass'] = 'Sinatura(s) válidas para o dominio do remitente. Verificado por';
7
+$labels['partialpass'] = 'Algunha das sinaturas é invalida, pero polo menos unha é válida para o dominio do remitente. Verificado por';
8
+$labels['thirdparty'] = 'Asinado por unha terceira parte. A sinatura está presente, pero para un dominio diferente ao do remitente. Verificado por';
9
+$labels['temporaryinvalid'] = 'A sinatura non é momentaneamente válida! Comprobado por';
10
+$labels['invalidsignature'] = 'A sinatura non é valida! Comprobado por';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'de';
14
+
15
+$labels['section_title']  = 'Estado de autenticación';
16
+$labels['column_title']  = 'Resultado da autenticación';
17
+
18
+$labels['title_enable_column']  = 'Activar columna';
19
+$labels['label_enable_column']  = 'Amosar columna co resultado da autenticación na lista de mensaxes';
20
+$labels['label_fallback_verifier'] = 'Usar o verificador DKIM interno (si se atopou a sinatura pero non a cabeceira de resultados de autenticación)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Amosar solo as que estean no seguinte estado';
26
+$labels['label_include_status1']  = 'Non se atopou a sinatura';
27
+$labels['label_include_status2']  = 'Atopouse a sinatura, pero non a cabeceria de resultados de autenticación.';
28
+$labels['label_include_status4']  = 'Tódalas firmas validaron correctamente';
29
+$labels['label_include_status8']  = 'Ao menos unha sinatura validou';
30
+$labels['label_include_status16']  = 'Sinatura de terceira parte';
31
+$labels['label_include_status32']  = 'A sinatura fallou temporalmente';
32
+$labels['label_include_status64']  = 'A sinatura fallou permanentemente';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/he_IL.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'אין מידע חתימה';
5
+$labels['noauthresults'] = 'חתימה נמצאה אך לא תקורת תוצאת אימות. בעיית תצורת שרת?';
6
+$labels['signaturepass'] = 'חתימה תקפה מתוך מתחם ממען. אומתה על ידי';
7
+$labels['partialpass'] = 'חתימות מסוימות אינן תקפות אך לפחות אחת הינה תקפה עבור המתחם של הממען. אומתה על ידי';
8
+$labels['thirdparty'] = 'נחתמה על ידי צד שלישי, חתימה הינה קיימת אך עבור מתחם שונה מזה של הכתובת. אומתה על ידי';
9
+$labels['temporaryinvalid'] = 'חתימה (זמנית) אינה תקפה! אומתה על ידי';
10
+$labels['invalidsignature'] = 'חתימה אינה תקפה! אומתה על ידי';
11
+
12
+$labels['for'] = 'עבור';
13
+$labels['by'] = 'על ידי';
14
+
15
+$labels['section_title']  = 'מצב אימות';
16
+$labels['column_title']  = 'תוצאת אימות';
17
+
18
+$labels['title_enable_column']  = 'אפשר טור';
19
+$labels['label_enable_column']  = 'השתמש בטור תוצאת אימות בתוך רשימת הודעה';
20
+$labels['label_fallback_verifier'] = 'השתמש במאמת DKIM פנימי (חתימה נמצאה אך לא תקורת תוצאת אימות)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'הצג רק את המצבים הבאים';
26
+$labels['label_include_status1']  = 'לא נמצאה חתימה';
27
+$labels['label_include_status2']  = 'חתימה נמצאה אך לא תקורת תוצאת אימות';
28
+$labels['label_include_status4']  = 'כל החתימות עברו אימות';
29
+$labels['label_include_status8']  = 'חתימה אחת לפחות עברה אימות';
30
+$labels['label_include_status16']  = 'חתימה צד שלישי';
31
+$labels['label_include_status32']  = 'חתימה נכשלה זמנית';
32
+$labels['label_include_status64']  = 'חתימה נכשלה תמידית';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hi_IN.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hr_HR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hu_HU.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nincs aláírásról információ';
5
+$labels['noauthresults'] = 'Az aláírás megvan, de nincs hiteles válasz fejléc. Talán kiszolgáló konfigurációs hiba?';
6
+$labels['signaturepass'] = 'Érvényes aláírás(ok) a küldők domainjából. Ellenőrizve a következő által';
7
+$labels['partialpass'] = 'Néhány aláírás nem valid, de van legalább egy ami valid a küldő tartományához. ellenőrizve a következő által';
8
+$labels['thirdparty'] = 'Harmadik fél által aláírt, az aláírás megtalálható de más domain számára mint a küldő címe. Ellenőrízve a következőre';
9
+$labels['temporaryinvalid'] = 'Az aláírás(átmenetileg) nem érvényes. Ellenőrízve a következő által';
10
+$labels['invalidsignature'] = 'Az aláírás nem érvényes. Ellenörizve a következővel';
11
+
12
+$labels['for'] = 'számára';
13
+$labels['by'] = 'általa';
14
+
15
+$labels['section_title']  = 'Hitelesítési Állapot';
16
+$labels['column_title']  = 'Hitelesítés. Eredmény';
17
+
18
+$labels['title_enable_column']  = 'Oszlop engedélyezése';
19
+$labels['label_enable_column']  = 'A hitelesítés eredménye oszlop engedélyezése az üzenet listában';
20
+$labels['label_fallback_verifier'] = 'A belső DKIM ellenörző használata ( ha van aláírás, de nincs hitelesítési eredmény fejléc )';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Csak a következő stászok megjelenítése';
26
+$labels['label_include_status1']  = 'Nem található aláírás';
27
+$labels['label_include_status2']  = 'Aláírás  megtalálva, de nem hiteles. Az eredmények fejléce';
28
+$labels['label_include_status4']  = 'Az összes aláírás megfelelt az ellenörzésen';
29
+$labels['label_include_status8']  = 'Legalább egy aláírás megfelelt az ellenörzésen';
30
+$labels['label_include_status16']  = 'Külsö aláírás';
31
+$labels['label_include_status32']  = 'Átmenetileg az aláírás sikertelen';
32
+$labels['label_include_status64']  = 'Végérvényesn az aláírás sikertelen';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/hy_AM.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ia.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nulle information de signatura';
5
+$labels['noauthresults'] = 'Signatura trovate ma nulle capite de resultato de authentication. Problema de configuration del servitor?';
6
+$labels['signaturepass'] = 'Signatura(s) valide ab le dominio del expeditor, verificate per';
7
+$labels['partialpass'] = 'Alcun signaturas non es valide ma al minus un es valide pro le dominio del expeditor. Verificate per';
8
+$labels['thirdparty'] = 'Signate per un tertio. Le signatura es presente ma es pro un altere dominio que illo del adresse "De:". Verificate pro';
9
+$labels['temporaryinvalid'] = 'Le signatura (temporarimente) non es valide. Verificate per';
10
+$labels['invalidsignature'] = 'Le signatura non es valide. Verificate per';
11
+
12
+$labels['for'] = 'pro';
13
+$labels['by'] = 'per';
14
+
15
+$labels['section_title']  = 'Stato de authentication';
16
+$labels['column_title']  = 'Resultato de authentication';
17
+
18
+$labels['title_enable_column']  = 'Activar columna';
19
+$labels['label_enable_column']  = 'Activar le columna de resultato de authentication in le lista de messages';
20
+$labels['label_fallback_verifier'] = 'Usar le verificator DKIM interne (si le signatura es trovate ma il manca un capite de resultato de authentication)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Monstrar solmente le sequente statos';
26
+$labels['label_include_status1']  = 'Nulle signatura trovate';
27
+$labels['label_include_status2']  = 'Signatura trovate ma il manca un capite de resultato de authentication';
28
+$labels['label_include_status4']  = 'Tote le signaturas ha essite validate correctemente';
29
+$labels['label_include_status8']  = 'Al minus un signatura ha essite validate correctemente';
30
+$labels['label_include_status16']  = 'Signatura de tertio';
31
+$labels['label_include_status32']  = 'Le signatura ha temporarimente fallite';
32
+$labels['label_include_status64']  = 'Le signatura ha permanentemente fallite';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/id_ID.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Tidak ada informasi tanda tangan';
5
+$labels['noauthresults'] = 'Tanda tangan ditemukan tapi tak ada kepala hasil auth. Masalah konfigurasi server?';
6
+$labels['signaturepass'] = 'Tanda tangan valid dari domain pengirim. diverifikasi oleh';
7
+$labels['partialpass'] = 'Beberapa tanda tangan tidak valid tapi paling tidak satu valid bagi domain pengirim. diverifikasi oleh';
8
+$labels['thirdparty'] = 'Ditandatangani oleh pihak ke tiga, tanda tangan ada tapi untuk domain yang berbeda dari alamat pengirim. diverifikasi untuk';
9
+$labels['temporaryinvalid'] = 'Tanda tangan (untuk sementara) tidak valid! diverifikasi oleh';
10
+$labels['invalidsignature'] = 'Tanda tangan tidak valid! diverifikasi oleh';
11
+
12
+$labels['for'] = 'untuk';
13
+$labels['by'] = 'oleh';
14
+
15
+$labels['section_title']  = 'Status Otentikasi';
16
+$labels['column_title']  = 'Hasil Auth.';
17
+
18
+$labels['title_enable_column']  = 'Fungsikan Kolom';
19
+$labels['label_enable_column']  = 'Fungsikan kolom hasil otentikasi dalam daftar pesan';
20
+$labels['label_fallback_verifier'] = 'Gunakan verifikator DKIM internal (bila tanda tangan ditemukan tapi tak ada kepala hasil auth.)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Hanya tampilkan status-status berikut';
26
+$labels['label_include_status1']  = 'Tidak ditemukan tanda tangan';
27
+$labels['label_include_status2']  = 'Tanda tangan ditemukan tapi tak ada kepala hasil auth.';
28
+$labels['label_include_status4']  = 'Semua tanda tangan lolos validasi';
29
+$labels['label_include_status8']  = 'Paling tidak satu tanda tangan lolos validasi';
30
+$labels['label_include_status16']  = 'Tanda tangan pihak ke tiga';
31
+$labels['label_include_status32']  = 'Tanda tangan untuk sementara gagal';
32
+$labels['label_include_status64']  = 'Tanda tangan gagal secara permanen';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/is_IS.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/it_IT.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nessuna firma diponibile';
5
+$labels['noauthresults'] = 'Alcune firme sono state trovate, ma nessu auth. header. C\'è un problema di configurazione?';
6
+$labels['signaturepass'] = 'Firme valide dal dominio del mittente. Verificate da';
7
+$labels['partialpass'] = 'Alcune firme non sono valide, ma almeno una risulta valida per il dominio del mittente. Verificato da';
8
+$labels['thirdparty'] = 'Firmato da terzi, la firma è presente ma per il dominio diverso da quello dell\'indirizzo. verificate per';
9
+$labels['temporaryinvalid'] = 'La firma non è valida (temporaneamente)! verificato da';
10
+$labels['invalidsignature'] = 'La firma non è valida! verificato da';
11
+
12
+$labels['for'] = 'per';
13
+$labels['by'] = 'da';
14
+
15
+$labels['section_title']  = 'Stato autenticazione';
16
+$labels['column_title']  = 'Auth. Risult';
17
+
18
+$labels['title_enable_column']  = 'Abilita colonna';
19
+$labels['label_enable_column']  = 'Abilitare la colonna risultato autenticazione nell\'elenco dei messaggi';
20
+$labels['label_fallback_verifier'] = 'Usa verifica interna DKIM (se la firma è stata trovata ma non presenta intestazione di auth. result)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Mostra soltanto i seguenti stati';
26
+$labels['label_include_status1']  = 'Nessuna firma trovata';
27
+$labels['label_include_status2']  = 'Firma trovata ma non presenta alcuna intestazione di \'auth. result\'';
28
+$labels['label_include_status4']  = 'Tutte le firme hanno superato la convalidazione';
29
+$labels['label_include_status8']  = 'Almeno una firma ha superato la convalida';
30
+$labels['label_include_status16']  = 'Firma da terzi';
31
+$labels['label_include_status32']  = 'Firma temporaneamente fallita';
32
+$labels['label_include_status64']  = 'Firma fallita in modo permanente';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ja_JP.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = '署名の情報がありません。';
5
+$labels['noauthresults'] = '署名がありますが、認証情報の結果のヘッダーがありません。サーバーの構成の問題かもしれません?';
6
+$labels['signaturepass'] = '送信者のドメインからの有効な(1つ以上の)署名です。次で検証: ';
7
+$labels['partialpass'] = '正しくない署名もありますが、少なくとも1つは送信者のドメインに有効な署名です。次で検証: ';
8
+$labels['thirdparty'] = '第三者による署名で、発信者のアドレスと異なるドメインの署名が存在します。次を検証:';
9
+$labels['temporaryinvalid'] = '署名は(一時的に)次で検証できません: ';
10
+$labels['invalidsignature'] = '署名は次で検証できません: ';
11
+
12
+$labels['for'] = '対象: ';
13
+$labels['by'] = '署名者: ';
14
+
15
+$labels['section_title']  = '認証の状態';
16
+$labels['column_title']  = '認証結果';
17
+
18
+$labels['title_enable_column']  = '列を有効';
19
+$labels['label_enable_column']  = 'メッセージの一覧で認証結果の列を有効にします。';
20
+$labels['label_fallback_verifier'] = '内蔵のDKIMの検証を使用(署名があり、認証結果のヘッダーがない場合)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = '以下の署名だけ表示';
26
+$labels['label_include_status1']  = '署名がありません。';
27
+$labels['label_include_status2']  = '署名がありますが、認証情報の結果のヘッダーがありません。';
28
+$labels['label_include_status4']  = 'すべて検証した署名';
29
+$labels['label_include_status8']  = '少なくとも1つは検証した署名';
30
+$labels['label_include_status16']  = '第三者の署名';
31
+$labels['label_include_status32']  = '署名を一時的に検証不可';
32
+$labels['label_include_status64']  = '署名は永続的に検証不可';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ka_GE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/km_KH.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/kn.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/kn_IN.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ko_KR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = '서명 정보가 없음';
5
+$labels['noauthresults'] = '서명을 찾았으나 인증 결과 머리글이 없습니다. 서버 구성 문제입니까?';
6
+$labels['signaturepass'] = '발송자 도메인에서 유효한 서명입니다. 검증자:';
7
+$labels['partialpass'] = '일부 서명이 유효하지 않으나 최소 한 개는 발송자의 도메인에 대해 유효합니다. 검증자:';
8
+$labels['thirdparty'] = '제3자가 서명한 서명이 존재하나 보내는 주소와 다른 도메인의 것입니다. 다음에 대한 검증:';
9
+$labels['temporaryinvalid'] = '서명이 (일시적으로) 유효하지 않습니다! 검증자:';
10
+$labels['invalidsignature'] = '서명이 유효하지 않습니다! 검증자:';
11
+
12
+$labels['for'] = '대상';
13
+$labels['by'] = '검증자:';
14
+
15
+$labels['section_title']  = '인증 상태';
16
+$labels['column_title']  = '인증 결과';
17
+
18
+$labels['title_enable_column']  = '열 활성화';
19
+$labels['label_enable_column']  = '메시지 목록에 인증 결과 열을 활성화';
20
+$labels['label_fallback_verifier'] = '내장 DKIM 검증자 사용 (서명을 찾았으나 인증 결과 머리글이 없을 경우)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = '다음 상태만 보기';
26
+$labels['label_include_status1']  = '서명을 찾을 수 없음';
27
+$labels['label_include_status2']  = '서명을 찾았으나 인증 결과 머리글이 없음';
28
+$labels['label_include_status4']  = '모든 서명이 검증을 통과함';
29
+$labels['label_include_status8']  = '최소 한 개의 서명이 검증을 통과함';
30
+$labels['label_include_status16']  = '제3자 서명';
31
+$labels['label_include_status32']  = '서명이 일시적으로 실패함';
32
+$labels['label_include_status64']  = '서명이 영구적으로 실패함';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ku.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Agahiya îmzeyê tune ye';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Îmze ne derbasdar e! hat rastandin ji';
11
+
12
+$labels['for'] = 'ji bo';
13
+$labels['by'] = 'ji';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Tenê rewşên pêşde bide nîşan';
26
+$labels['label_include_status1']  = 'Îmze nehat dîtin';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'Hemû îmze ji rastadinê derbas bûn ';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ku_IQ.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lb.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lt_LT.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nėra parašo informacijos';
5
+$labels['noauthresults'] = 'Parašas rastas, bet nėra autentifikacijos rezultato antraštės. Serverio konfigūracijos klaida?';
6
+$labels['signaturepass'] = 'Galiojantis parašas(-ai) iš siuntėjo domeno. Patvirtino';
7
+$labels['partialpass'] = 'Ne visi laiške esantys parašai yra galiojantys, bet bent vienas yra galiojantis ir atitinka siuntėjo domeną. Patvirtino';
8
+$labels['thirdparty'] = 'Pasirašyta trečiųjų šalių. Parašas yra skirtas kitam domenui nei pašto adrese. Patvirtintas';
9
+$labels['temporaryinvalid'] = 'Parašas yra (laikinai) negaliojantis! Patvirtino';
10
+$labels['invalidsignature'] = 'Parašas yra negaliojantis! Patvirtino';
11
+
12
+$labels['for'] = 'už';
13
+$labels['by'] = 'pagal';
14
+
15
+$labels['section_title']  = 'Autentifikacijos būsena';
16
+$labels['column_title']  = 'Autentifikacijos rezultatas';
17
+
18
+$labels['title_enable_column']  = 'Įgalinti stulpelį';
19
+$labels['label_enable_column']  = 'Rodyti autentifikacijos rezultato stulepį laiškų sąraše';
20
+$labels['label_fallback_verifier'] = 'Naudokite vidinį, DKIM verifikatorių (jeigu parašas yra, bet nėra autentifikacijos rezultatų antraštės)';
21
+
22
+$labels['title_trusted_mtas'] = 'Patikimi mta';
23
+$labels['label_trusted_mtas'] = 'Kableliais atskirtų mta, kuriais pasitikite, authserv-id sąrašas. Bus rodomi rezultatai tik iš šių mta';
24
+
25
+$labels['title_include_status'] = 'Rodyti tik šias būsenas';
26
+$labels['label_include_status1']  = 'Parašas nerastas';
27
+$labels['label_include_status2']  = 'Parašas rastas, bet ne autentifikacijos rezultato antraštė';
28
+$labels['label_include_status4']  = 'Visi parašai sėkmingai praėjo patikrą';
29
+$labels['label_include_status8']  = 'Bent vienas parašas praėjo patikrą';
30
+$labels['label_include_status16']  = 'Trečiųjų šalių parašas';
31
+$labels['label_include_status32']  = 'Pasirašymo funkcija laikinai neveikia';
32
+$labels['label_include_status64']  = 'Pasirašymo funkcija yra sugędusi.';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/lv_LV.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nav informācijas par parakstu';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Autentifikācijas satatuss';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'Paraksts netika atrasts';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Trešās puses paraksts';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mk_MK.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Нема информации за потпис';
5
+$labels['noauthresults'] = 'Пронајден е потпис но не е потврден. резултирај заглавје. Проблем со конфигурација на серверот?';
6
+$labels['signaturepass'] = 'Валиден потпис (потписи) од доменот на испраќачот потврдени од ';
7
+$labels['partialpass'] = 'Некој потписи не се валидни но барем еден е валиден од доменот на испрќачот. потврдено од ';
8
+$labels['thirdparty'] = 'Потпишано од трети лица, потписот е присутен но од различен домен за разлика од адресата. потврдено за ';
9
+$labels['temporaryinvalid'] = 'Потписот е (привремено) невалиден! потврдено од ';
10
+$labels['invalidsignature'] = 'Потписот е невалиден! потврдено од ';
11
+
12
+$labels['for'] = 'за ';
13
+$labels['by'] = 'од';
14
+
15
+$labels['section_title']  = 'Проверка на статус';
16
+$labels['column_title']  = 'проверка. Исход';
17
+
18
+$labels['title_enable_column']  = 'Овозможи колона';
19
+$labels['label_enable_column']  = 'Овозможи колона за исход од проверка во листата со пораки ';
20
+$labels['label_fallback_verifier'] = 'Користи внатрешен DKIM верификатор (ако е пронајен потпис не не е потврден резултирај поглавје)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Покажи ги само следните статуси';
26
+$labels['label_include_status1']  = 'Не е пронајден потпис';
27
+$labels['label_include_status2']  = 'Пронајден е потпис но не е потврден. резултирај заглавје ';
28
+$labels['label_include_status4']  = 'Сите потписи ја поминаа проверката';
29
+$labels['label_include_status8']  = 'Барем еден потпис ја помина проверката ';
30
+$labels['label_include_status16']  = 'Потпис од трето лице ';
31
+$labels['label_include_status32']  = 'Потписот привремено падна ';
32
+$labels['label_include_status64']  = 'Потписот падна трајно ';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ml_IN.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mn_MN.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Гарын үсгийн мэдээлэл олсонгүй';
5
+$labels['noauthresults'] = 'Гарын үсэг олдсон ч толгой хэсэгт нэвтрэлтийн үр дүн  олдсонгүй. Серверийн тохиргооны асуудал?';
6
+$labels['signaturepass'] = 'Илгээгчийн домэйн нэр зөв гарын үсэгтэй. Баталгаажуулсан: ';
7
+$labels['partialpass'] = 'Илгээгчийн домэйний гарын үсгүүдээс нэг нь зөв, зарим нь буруу байна. Баталгаажуулсан: ';
8
+$labels['thirdparty'] = 'Гуравдагч этгээд баталгаажуулсан, гарын үсэг байгаач өөр домэйн нэр нь өөр байна. Баталгаажуулсан: ';
9
+$labels['temporaryinvalid'] = 'Гарын үсэг (түр) зөв биш байна! Шалгасан: ';
10
+$labels['invalidsignature'] = 'Гарын үсэг буруу! шалгасан: ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'аар';
14
+
15
+$labels['section_title']  = 'Нэвтрэлтийн төлөв';
16
+$labels['column_title']  = 'Нэвт. Үр дүн';
17
+
18
+$labels['title_enable_column']  = 'Баганыг идэвхжүүлэх';
19
+$labels['label_enable_column']  = 'Захианы жагсаалтанд нэвтрэлтийн дүр баганыг идэвхжүүлэх';
20
+$labels['label_fallback_verifier'] = 'Дотоод DKIM шалгагч ашиглах (хэрэв гарын үсэг олдсон ч толгой хэсэгт нэвтрэлтийн үр дүн байхгүй) ';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Зөвхөн дараах төлөвүүдийг харуулна';
26
+$labels['label_include_status1']  = 'Гарын үсэг олдсонгүй';
27
+$labels['label_include_status2']  = 'Гарын үсэг олдсон ч толгой хэсэгт нэвтрэлтийн үр дүн олдоогүй';
28
+$labels['label_include_status4']  = 'Бүх гарын үсэг зөв';
29
+$labels['label_include_status8']  = 'Ядаж нэг гарын үсэг зөв';
30
+$labels['label_include_status16']  = 'Гуравдагч этгээдийн гарын үсэг';
31
+$labels['label_include_status32']  = 'Гарын үсэг түр алдаатай';
32
+$labels['label_include_status64']  = 'Гарын үсэг алдаатай';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/mr_IN.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ms_MY.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/my_MM.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nb_NO.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ne_NP.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nl_BE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nl_NL.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Geen digitale handtekening';
5
+$labels['noauthresults'] = 'Digitale handtekening gevonden maar geen auth.-header. Probleem met serverconfiguratie?';
6
+$labels['signaturepass'] = 'Geldige digitale handtekening(en) voor het domein van de afzender. Gecontroleerd door ';
7
+$labels['partialpass'] = 'Sommige handtekeningen zijn ongeldig maar tenminste één is geldig voor het domein van de afzender. Gecontroleerd door ';
8
+$labels['thirdparty'] = 'Ondertekend door een derde partij, er is een geldige digitale handtekening maar voor een ander domein dan van de afzender. Gecontroleerd voor ';
9
+$labels['temporaryinvalid'] = 'Digitale handtekening is (tijdelijk) ongeldig! Gecontroleerd door ';
10
+$labels['invalidsignature'] = 'Digitale handtekening is ongeldig! Gecontroleerd door ';
11
+
12
+$labels['for'] = 'voor';
13
+$labels['by'] = 'door';
14
+
15
+$labels['section_title']  = 'Authenticatiestatus';
16
+$labels['column_title']  = 'Auth.-status';
17
+
18
+$labels['title_enable_column']  = 'Activeer kolom';
19
+$labels['label_enable_column']  = 'Voeg kolom met authenticatiestatus aan de berichtenlijst';
20
+$labels['label_fallback_verifier'] = 'Gebruik interne DKIM-verificatie (wanneer handtekening gevonden is, maar geen auth.-header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Vertrouwde mta\'s';
23
+$labels['label_trusted_mtas'] = 'Komma gescheiden authserv-id lijst van vertrouwde mta\'s. Alleen resultaten van deze mta\'s zullen worden weergegeven';
24
+
25
+$labels['title_include_status'] = 'Geef alleen de volgende statussen weer';
26
+$labels['label_include_status1']  = 'Geen digitale handtekening gevonden';
27
+$labels['label_include_status2']  = 'Digitale handtekening gevonden maar geen auth.-header';
28
+$labels['label_include_status4']  = 'Alle digitale handtekeningen zijn geldig';
29
+$labels['label_include_status8']  = 'Tenminste één digitale handtekening is geldig';
30
+$labels['label_include_status16']  = 'Handtekening van derde partij';
31
+$labels['label_include_status32']  = 'Digitale handtekening tijdelijk ongeldig';
32
+$labels['label_include_status64']  = 'Digitale handtekening permanent ongeldig';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nn_NO.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/nqo.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/oc.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/om.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pl_PL.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Brak informacji o podpisie';
5
+$labels['noauthresults'] = 'Znaleziono podpis, jednak bez autoryzacji. Możliwe, że problem z konfiguracją serwera?';
6
+$labels['signaturepass'] = 'Aktualne sygnatury domeny nadawcy. Zweryfikowane przez';
7
+$labels['partialpass'] = 'Niektóre sygnatury są nieaktualne, lecz przynajmniej jedna z nich jest aktualna dla domeny nadawcy. Zweryfikowane przez';
8
+$labels['thirdparty'] = 'Podpisane przez podmiot trzeci, sygnatura jest dostępna, jednak przeznaczona jest dla innej domeny niż tej obecnej w adresie. Zweryfikowane dla';
9
+$labels['temporaryinvalid'] = 'Podpis jest (tymczasowo) niepoprawny! sprawdzone przez';
10
+$labels['invalidsignature'] = 'Podpis jest niepoprawny! sprawdzone przez';
11
+
12
+$labels['for'] = 'dla';
13
+$labels['by'] = 'przez';
14
+
15
+$labels['section_title']  = 'Status autoryzacji';
16
+$labels['column_title']  = 'Autoryzacja. Wynik';
17
+
18
+$labels['title_enable_column']  = 'Włącz kolumnę';
19
+$labels['label_enable_column']  = 'Włącz kolumnę wyniku autoryzacji na liście wiadomości';
20
+$labels['label_fallback_verifier'] = 'Używaj wewnętrznego weryfikatora DKIM (jeżeli sygnatura istnieje, lecz brak nagłówka wyników autoryzacji)';
21
+
22
+$labels['title_trusted_mtas'] = 'Zaufane MTA';
23
+$labels['label_trusted_mtas'] = 'Rozdzielona przecinkiem lista authserv-id zaufanych MTA. Tylko wyniki z tych MTA będą pokazane.';
24
+
25
+$labels['title_include_status'] = 'Pokaż tylko następujące statusy';
26
+$labels['label_include_status1']  = 'Nie znaleziono podpisu';
27
+$labels['label_include_status2']  = 'Znaleziono podpis, jednak bez autoryzacji.';
28
+$labels['label_include_status4']  = 'Wszystkie podpisy przeszły sprawdzenie';
29
+$labels['label_include_status8']  = 'Co najmniej jeden podpis przeszedł sprawdzenie';
30
+$labels['label_include_status16']  = 'Podpis osoby trzeciej';
31
+$labels['label_include_status32']  = 'Sygnatura tymczasowo nieprawidłowa';
32
+$labels['label_include_status64']  = 'Sygnatura permanentnie nieprawidłowa';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ps.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pt_BR.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Sem informação de assinatura';
5
+$labels['noauthresults'] = 'Assinatura encontrada, mas não há resultado da autenticação no cabeçalho. Problema de configuração no servidor?';
6
+$labels['signaturepass'] = 'Assinatura(s) válida(s) do domínio do remetente. Verificado por ';
7
+$labels['partialpass'] = 'Algumas assinaturas são inválidas, mas ao menos uma é válida para o domínio do remetente. Verificado por ';
8
+$labels['thirdparty'] = 'Assinado por um terceiro. Assinatura presente, mas para um domínio diferente do remetente. Verificado por ';
9
+$labels['temporaryinvalid'] = 'Assinatura (temporariamente) inválida. Verificado por ';
10
+$labels['invalidsignature'] = 'Assinatura inválida! Verificado por ';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Status da Autenticação';
16
+$labels['column_title']  = 'Resultado da Autenticação';
17
+
18
+$labels['title_enable_column']  = 'Habilitar Coluna';
19
+$labels['label_enable_column']  = 'Habilitar coluna com resultado da autenticação na lista de mensagens';
20
+$labels['label_fallback_verifier'] = 'Utilizar verificador DKIM interno (se assinatura for localizada, mas não houver resultado da autenticação no cabeçalho)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Exibir somente os seguintes status';
26
+$labels['label_include_status1']  = 'Nenhuma assinatura encontrada';
27
+$labels['label_include_status2']  = 'Assinatura encontrada, mas não há resultado da autenticação no cabeçalho';
28
+$labels['label_include_status4']  = 'Todas assinaturas são válidas';
29
+$labels['label_include_status8']  = 'Ao menos uma assinatura é válida';
30
+$labels['label_include_status16']  = 'Assinatura por terceiros';
31
+$labels['label_include_status32']  = 'Falha temporária na assinatura';
32
+$labels['label_include_status64']  = 'Falha permanente na assinatura';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/pt_PT.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Nenhuma informação de assinatura';
5
+$labels['noauthresults'] = 'Assinatura encontrada, mas sem cabeçalho de autenticação. Problema de configuração do servidor?';
6
+$labels['signaturepass'] = 'Assinatura(s) válida(s) do domínio do remetente. Verificado por';
7
+$labels['partialpass'] = 'Algumas assinaturas são inválidas, mas pelo menos uma é válida para o domínio do remetente. Verificada por';
8
+$labels['thirdparty'] = 'Assinado por terceiros. A assinatura está presente, mas para o domínio é diferente do endereço. Verificado para';
9
+$labels['temporaryinvalid'] = 'A assinatura não é válida (temporariamente)! Verificado por';
10
+$labels['invalidsignature'] = 'A assinatura não é válida! Verificado por ';
11
+
12
+$labels['for'] = 'para';
13
+$labels['by'] = 'por';
14
+
15
+$labels['section_title']  = 'Estado da autenticação';
16
+$labels['column_title']  = 'Resultado da autenticação';
17
+
18
+$labels['title_enable_column']  = 'Ativar Coluna';
19
+$labels['label_enable_column']  = 'Ativar coluna de resultado da autenticação na lista de mensagens';
20
+$labels['label_fallback_verifier'] = 'Usar o verificador DKIM interno (se for encontrada uma assinatura mas, sem nenhum resultado de autenticação no cabeçalho)';
21
+
22
+$labels['title_trusted_mtas'] = 'MTA\'s de confiança';
23
+$labels['label_trusted_mtas'] = 'Lista separada por vírgula de authserv-id de MTA\'s da sua confiança. Apenas os resultados desses MTA\'s será apresentado.';
24
+
25
+$labels['title_include_status'] = 'Mostrar apenas os seguintes estados';
26
+$labels['label_include_status1']  = 'Nenhuma assinatura encontrada';
27
+$labels['label_include_status2']  = 'Assinatura encontrada mas sem cabeçalho de autenticação';
28
+$labels['label_include_status4']  = 'Todas as assinaturas passaram na validação';
29
+$labels['label_include_status8']  = 'Pelo menos uma assinatura passou na validação';
30
+$labels['label_include_status16']  = 'Assinatura de terceiros';
31
+$labels['label_include_status32']  = 'Assinatura falhou temporariamente';
32
+$labels['label_include_status64']  = 'Assinatura falhou permanentemente';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ro_RO.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ru_RU.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Нет информации и подписи';
5
+$labels['noauthresults'] = 'Подпись найдена, но нет заголовка результата аутентификации. Проблемы конфигурации сервера?';
6
+$labels['signaturepass'] = 'Действительные подписи от домена отправителя. Подтверждено ';
7
+$labels['partialpass'] = 'Некоторые подписи недействительны, но как минимум одна действительна для домена отправителя. Подтверждено ';
8
+$labels['thirdparty'] = 'Подписано третьим лицом, подпись присутствует, но для домена, отличного от адреса отправителя. Подтверждено ';
9
+$labels['temporaryinvalid'] = 'Подпись (временно) недействительна! Подтверждено ';
10
+$labels['invalidsignature'] = 'Подпись недействительна! Подтверждено ';
11
+
12
+$labels['for'] = 'для';
13
+$labels['by'] = '-';
14
+
15
+$labels['section_title']  = 'Статус аутентификации';
16
+$labels['column_title']  = 'Результат аутентификации';
17
+
18
+$labels['title_enable_column']  = 'Включить столбец';
19
+$labels['label_enable_column']  = 'Включить столбец с результатом аутентификации в список сообщений';
20
+$labels['label_fallback_verifier'] = 'Использовать внутреннюю DKIM проверку (если подпись найдена, но нет заголовка результата аутентификации)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Показывать только следующие статусы';
26
+$labels['label_include_status1']  = 'Подпись не найдена';
27
+$labels['label_include_status2']  = 'Подпись найдена, но нет заголовка результата аутентификации';
28
+$labels['label_include_status4']  = 'Все подписи прошли валидацию';
29
+$labels['label_include_status8']  = 'Как минимум одна подпись прошла валидацию';
30
+$labels['label_include_status16']  = 'Подпись третьей стороны';
31
+$labels['label_include_status32']  = 'Подписание временно невозможно';
32
+$labels['label_include_status64']  = 'Подписание постоянно невозможно';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/si_LK.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'No signature information';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Signature is not valid! verified by ';
11
+
12
+$labels['for'] = 'for';
13
+$labels['by'] = 'by';
14
+
15
+$labels['section_title']  = 'Authenticaton Status';
16
+$labels['column_title']  = 'Auth. Result';
17
+
18
+$labels['title_enable_column']  = 'Enable Column';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Only show the following statuses';
26
+$labels['label_include_status1']  = 'No signature found';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'All signatures passed validation';
29
+$labels['label_include_status8']  = 'At least one signature passed validation';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Signature temporary failed';
32
+$labels['label_include_status64']  = 'Signature permanently failed';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sk_SK.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Žiadna informácia o podpise';
5
+$labels['noauthresults'] = 'Podpis sa našiel, ale nenašla sa hlavička pre autentifikáciu výsledkov. Problém s konfiguráciou servera?';
6
+$labels['signaturepass'] = 'Platný podpis (platné podpisy) z domény odosielateľa. Overené cez';
7
+$labels['partialpass'] = 'Niektoré podpisy nie sú platné, ale aspoň jeden podpis je platný pre doménu odosielateľa. Overené cez:';
8
+$labels['thirdparty'] = 'Podpísané treťou stranou, podpis je prítomný, ale je určený pre inú doménu ako je tá, ktorá je uvedená v adrese. Overené cez:';
9
+$labels['temporaryinvalid'] = 'Podpis je (dočasne) neplatný! Overené cez:';
10
+$labels['invalidsignature'] = 'Podpis je neplatný! Overené cez:';
11
+
12
+$labels['for'] = 'pre';
13
+$labels['by'] = 'od';
14
+
15
+$labels['section_title']  = 'Stav autentifikácie';
16
+$labels['column_title']  = 'Výsledok autentifikácie';
17
+
18
+$labels['title_enable_column']  = 'Zapnúť stĺpec';
19
+$labels['label_enable_column']  = 'Zapnúť stĺpec s výsledkom autentifikácie v zozname správ';
20
+$labels['label_fallback_verifier'] = 'Použiť interný overovač DKIM (ak sa našiel podpis, ale žiadna hlavička s výsledkami autentifikácie)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Zobraziť len s nasledujúcim stavom:';
26
+$labels['label_include_status1']  = 'Nenašiel sa žiadny podpis';
27
+$labels['label_include_status2']  = 'Našiel sa podpis, nie však hlavička s výsledkom autentifikácie';
28
+$labels['label_include_status4']  = 'Všetky podpisy prešli overením';
29
+$labels['label_include_status8']  = 'Najmenej jeden podpis prešiel overením';
30
+$labels['label_include_status16']  = 'Podpis tretej strany';
31
+$labels['label_include_status32']  = 'Podpis dočasne zlyhal';
32
+$labels['label_include_status64']  = 'Podpis permanentne zlyhal';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sl_SI.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Ni podatkov za podpis';
5
+$labels['noauthresults'] = 'Signature found but no auth. results header. Server configuration problem?';
6
+$labels['signaturepass'] = 'Valid signature(s) from the sender\'s domain. verified by ';
7
+$labels['partialpass'] = 'Some signatures are invalid but at least one is valid for the sender\'s domain. verified by ';
8
+$labels['thirdparty'] = 'Signed by third party, signature is present but for different domain than from address. verified for ';
9
+$labels['temporaryinvalid'] = 'Signature is (temporarily) not valid! verified by ';
10
+$labels['invalidsignature'] = 'Podpis ni veljaven. Preverjeno iz strani';
11
+
12
+$labels['for'] = 'za';
13
+$labels['by'] = 'od';
14
+
15
+$labels['section_title']  = 'Status avtentikacije';
16
+$labels['column_title']  = 'Rezultat avtentikacije';
17
+
18
+$labels['title_enable_column']  = 'Omogoči stolpec';
19
+$labels['label_enable_column']  = 'Enable authentication result column in message list';
20
+$labels['label_fallback_verifier'] = 'Use internal DKIM verifier (if signature found but no auth. results header)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Prikaži samo naslednje statuse';
26
+$labels['label_include_status1']  = 'Podpisa ni bilo moogoče najti';
27
+$labels['label_include_status2']  = 'Signature found but no auth. results header';
28
+$labels['label_include_status4']  = 'Vsi podpisi so bili preverjeni';
29
+$labels['label_include_status8']  = 'Vsaj en podpis je bil uspešno preverjen';
30
+$labels['label_include_status16']  = 'Third party signature';
31
+$labels['label_include_status32']  = 'Podpisovanje je začasno spodletelo';
32
+$labels['label_include_status64']  = 'Podpisovanje je spodletelo';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sq_AL.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Pa të dhëna nënshkrimi';
5
+$labels['noauthresults'] = 'U gjet nënshkrim, pro jo krye auth. results. Problem me formësimin e shërbyesit?';
6
+$labels['signaturepass'] = 'Nënshkrim(e) i vlefshëm prej përkatësisë së dërguesit. Verifikuar nga';
7
+$labels['partialpass'] = 'Disa nga nënshkrimet janë të pavlefshme, por të paktën njëra është e vlefshme për përkatësinë e dërguesit. Verifikuar nga';
8
+$labels['thirdparty'] = 'Nënshkruar nga palë e tretë, nënshkrimi është i pranishëm, por për një përkatësi tjetër nga ajo e adresës. Verifikuar nga';
9
+$labels['temporaryinvalid'] = 'Nënshkrimi është (përkohësisht) i pavlefshëm! Verifikuar nga';
10
+$labels['invalidsignature'] = 'Nënshkrimi është i pavlefshëm! Verifikuar nga';
11
+
12
+$labels['for'] = 'për';
13
+$labels['by'] = 'nga';
14
+
15
+$labels['section_title']  = 'Gjendje Mirëfilltësimi';
16
+$labels['column_title']  = 'Përfundim Mirëfilltësimi';
17
+
18
+$labels['title_enable_column']  = 'Aktivizoje Shtyllën';
19
+$labels['label_enable_column']  = 'Aktivizoni shtyllë përfundimesh mirëfilltësimi te lista e mesazheve';
20
+$labels['label_fallback_verifier'] = 'Përdor verifikues të brendshëm DKIM (nëse gjendet nënshkrim, por jo krye auth. results)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Shfaq vetëm gjendjet vijuese';
26
+$labels['label_include_status1']  = 'S’u gjet nënshkrim';
27
+$labels['label_include_status2']  = 'U gjet nënshkrim, pro jo krye auth. results';
28
+$labels['label_include_status4']  = 'Krejt nënshkrimet e kaluan vleftësimin';
29
+$labels['label_include_status8']  = 'Të paktën një nënshkrim e kaloi vleftësimin';
30
+$labels['label_include_status16']  = 'Nënshkrim nga palë e tretë';
31
+$labels['label_include_status32']  = 'Nënshkrimi dështoi përkohësisht';
32
+$labels['label_include_status64']  = 'Nënshkrimi dështoi përgjithmonë';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sr.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Нема података о потпису';
5
+$labels['noauthresults'] = 'Потпис нађен али нема заглавља с резултатом аутентификације. Проблем са серверским подешавањима?';
6
+$labels['signaturepass'] = 'Ваљан потпис да домена пошиљаоца. Оверен од стране';
7
+$labels['partialpass'] = 'Неки потписи су неисправни али бар један је исправан за домен пошиљаоца. Проверио ';
8
+$labels['thirdparty'] = 'Потписан од треће стране. Потпис присутан али за различит домен него што је у адреси. Проверен за ';
9
+$labels['temporaryinvalid'] = 'Потпис (привремено) није исправан! Проверио ';
10
+$labels['invalidsignature'] = 'Потпис није исправан! Проверио ';
11
+
12
+$labels['for'] = 'за';
13
+$labels['by'] = 'од';
14
+
15
+$labels['section_title']  = 'Стање аутентификације';
16
+$labels['column_title']  = 'Резултат аутентификације';
17
+
18
+$labels['title_enable_column']  = 'Укључи колону';
19
+$labels['label_enable_column']  = 'Приказује колону с резултатом аутентификације у листи порука';
20
+$labels['label_fallback_verifier'] = 'Користи интерни ДКИМ проверавач (ако нема заглавља аутентификације)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Прикажи само следећа стања';
26
+$labels['label_include_status1']  = 'Није пронађен потпис';
27
+$labels['label_include_status2']  = 'Потпис постоји али нема заглавља аутентификације';
28
+$labels['label_include_status4']  = 'Сви потписи су прошли оверу';
29
+$labels['label_include_status8']  = 'Бар један потпис је прошао оверу';
30
+$labels['label_include_status16']  = 'Потпис треће стране';
31
+$labels['label_include_status32']  = 'Потпис привремено неуспешан';
32
+$labels['label_include_status64']  = 'Потпис трајно неуспешан';
33
+
34
+?>

+ 34
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/sv_SE.inc View File

@@ -0,0 +1,34 @@
1
+<?php
2
+
3
+$labels = array();
4
+$labels['nosignature'] = 'Ingen signaturinformation';
5
+$labels['noauthresults'] = 'Signatur hittades men utan autentisering. Konfigurationsproblem i server?';
6
+$labels['signaturepass'] = 'Giltig signatur (giltiga signaturer) för avsändarens domän. Verifierad av';
7
+$labels['partialpass'] = 'Några signaturer är ogiltiga men minst en signatur är giltig för avsändarens domän. Verifierad av';
8
+$labels['thirdparty'] = 'Signerad av oberoende part, signatur finns men för annan domän än i avsändaradressen. Verifierad av';
9
+$labels['temporaryinvalid'] = 'Signaturen är (tillfälligt) ogiltig! Verifierad av';
10
+$labels['invalidsignature'] = 'Signaturen är ogiltig! Verifierad av';
11
+
12
+$labels['for'] = 'till';
13
+$labels['by'] = 'av';
14
+
15
+$labels['section_title']  = 'Autentiseringsstatus';
16
+$labels['column_title']  = 'Autentiseringsresultat';
17
+
18
+$labels['title_enable_column']  = 'Aktivera kolumn';
19
+$labels['label_enable_column']  = 'Aktivera kolumn för autentiseringsresultat i meddelandelistan';
20
+$labels['label_fallback_verifier'] = 'Använd intern verifiering med DKIM (om signatur hittades men utan autentisering)';
21
+
22
+$labels['title_trusted_mtas'] = 'Trusted mta\'s';
23
+$labels['label_trusted_mtas'] = 'Comma separated authserv-id list of mta\'s you trust. Only results from these mta\'s will be shown';
24
+
25
+$labels['title_include_status'] = 'Visa endast följande status';
26
+$labels['label_include_status1']  = 'Ingen signatur hittades';
27
+$labels['label_include_status2']  = 'Signatur hittades men utan autentisering';
28
+$labels['label_include_status4']  = 'Alla signaturer är godkända';
29
+$labels['label_include_status8']  = 'Minst en signatur är godkänd';
30
+$labels['label_include_status16']  = 'Signatur av oberoende part';
31
+$labels['label_include_status32']  = 'Signatur tillfälligt ur funktion';
32
+$labels['label_include_status64']  = 'Signatur permanent ur funktion';
33
+
34
+?>

+ 0
- 0
roundcube/roundcubemail-1.2.2/plugins/authres_status/localization/ta_IN.inc View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save