activeldap 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. data/CHANGES +24 -0
  2. data/README +9 -3
  3. data/Rakefile +24 -50
  4. data/examples/al-admin/Rakefile +6 -0
  5. data/examples/al-admin/app/controllers/application_controller.rb +9 -2
  6. data/examples/al-admin/config/environment.rb +9 -3
  7. data/examples/al-admin/config/initializers/fast_gettext.rb +3 -0
  8. data/examples/al-admin/config/session_secret.txt +1 -1
  9. data/lib/active_ldap.rb +6 -19
  10. data/lib/active_ldap/adapter/base.rb +22 -20
  11. data/lib/active_ldap/adapter/jndi.rb +2 -3
  12. data/lib/active_ldap/adapter/jndi_connection.rb +2 -2
  13. data/lib/active_ldap/adapter/ldap.rb +9 -4
  14. data/lib/active_ldap/adapter/net_ldap.rb +5 -4
  15. data/lib/active_ldap/base.rb +1 -1
  16. data/lib/active_ldap/get_text.rb +2 -2
  17. data/lib/active_ldap/get_text_fallback.rb +39 -32
  18. data/lib/active_ldap/get_text_support.rb +4 -2
  19. data/lib/active_ldap/operations.rb +3 -2
  20. data/lib/active_ldap/validations.rb +11 -21
  21. data/po/en/active-ldap.po +9 -9
  22. data/po/ja/active-ldap.po +18 -18
  23. data/test/run-test.rb +7 -1
  24. data/test/test_adapter.rb +1 -0
  25. data/test/test_base.rb +8 -1
  26. data/test/test_load.rb +2 -1
  27. data/test/test_user.rb +3 -4
  28. data/test/test_validation.rb +20 -23
  29. metadata +34 -228
  30. data/data/locale/en/LC_MESSAGES/active-ldap.mo +0 -0
  31. data/data/locale/ja/LC_MESSAGES/active-ldap.mo +0 -0
  32. data/examples/al-admin/config/initializers/gettext.rb +0 -1
  33. data/examples/al-admin/lib/tasks/gettext.rake +0 -36
  34. data/examples/al-admin/locale/en/LC_MESSAGES/al-admin.mo +0 -0
  35. data/examples/al-admin/locale/ja/LC_MESSAGES/al-admin.mo +0 -0
  36. data/examples/al-admin/locale/nl/LC_MESSAGES/al-admin.mo +0 -0
  37. data/examples/al-admin/po/al-admin.pot +0 -344
  38. data/examples/al-admin/public/images/active-ldap.png +0 -0
  39. data/examples/al-admin/vendor/locale_rails/.gitignore +0 -6
  40. data/examples/al-admin/vendor/locale_rails/COPYING +0 -56
  41. data/examples/al-admin/vendor/locale_rails/ChangeLog +0 -35
  42. data/examples/al-admin/vendor/locale_rails/README.rdoc +0 -62
  43. data/examples/al-admin/vendor/locale_rails/Rakefile +0 -73
  44. data/examples/al-admin/vendor/locale_rails/lib/locale_rails.rb +0 -18
  45. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/action_controller.rb +0 -15
  46. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/action_controller/base.rb +0 -82
  47. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/action_controller/caching.rb +0 -51
  48. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/action_controller/test_process.rb +0 -44
  49. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/action_view.rb +0 -53
  50. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/i18n.rb +0 -67
  51. data/examples/al-admin/vendor/locale_rails/lib/locale_rails/version.rb +0 -4
  52. data/examples/al-admin/vendor/locale_rails/sample/README +0 -22
  53. data/examples/al-admin/vendor/locale_rails/sample/Rakefile +0 -10
  54. data/examples/al-admin/vendor/locale_rails/sample/app/controllers/application.rb +0 -42
  55. data/examples/al-admin/vendor/locale_rails/sample/app/controllers/samples_controller.rb +0 -30
  56. data/examples/al-admin/vendor/locale_rails/sample/app/helpers/application_helper.rb +0 -3
  57. data/examples/al-admin/vendor/locale_rails/sample/app/views/layouts/samples.html.erb +0 -20
  58. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/_part.html.erb +0 -68
  59. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/_part_nl.html.erb +0 -2
  60. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/cached_action.html.erb +0 -6
  61. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/index.html.erb +0 -33
  62. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/index.pt.html.erb +0 -16
  63. data/examples/al-admin/vendor/locale_rails/sample/app/views/samples/index_uz_UZ.html.erb +0 -16
  64. data/examples/al-admin/vendor/locale_rails/sample/config/boot.rb +0 -109
  65. data/examples/al-admin/vendor/locale_rails/sample/config/environment.rb +0 -25
  66. data/examples/al-admin/vendor/locale_rails/sample/config/environments/development.rb +0 -17
  67. data/examples/al-admin/vendor/locale_rails/sample/config/environments/production.rb +0 -24
  68. data/examples/al-admin/vendor/locale_rails/sample/config/environments/test.rb +0 -22
  69. data/examples/al-admin/vendor/locale_rails/sample/config/initializers/inflections.rb +0 -10
  70. data/examples/al-admin/vendor/locale_rails/sample/config/initializers/mime_types.rb +0 -5
  71. data/examples/al-admin/vendor/locale_rails/sample/config/initializers/new_rails_defaults.rb +0 -17
  72. data/examples/al-admin/vendor/locale_rails/sample/config/locales/en.yml +0 -2
  73. data/examples/al-admin/vendor/locale_rails/sample/config/locales/ja.yml +0 -2
  74. data/examples/al-admin/vendor/locale_rails/sample/config/routes.rb +0 -13
  75. data/examples/al-admin/vendor/locale_rails/sample/db/schema.rb +0 -10
  76. data/examples/al-admin/vendor/locale_rails/sample/public/404.html +0 -30
  77. data/examples/al-admin/vendor/locale_rails/sample/public/422.html +0 -30
  78. data/examples/al-admin/vendor/locale_rails/sample/public/500.html +0 -33
  79. data/examples/al-admin/vendor/locale_rails/sample/public/dispatch.cgi +0 -10
  80. data/examples/al-admin/vendor/locale_rails/sample/public/dispatch.fcgi +0 -24
  81. data/examples/al-admin/vendor/locale_rails/sample/public/dispatch.rb +0 -10
  82. data/examples/al-admin/vendor/locale_rails/sample/public/favicon.ico +0 -0
  83. data/examples/al-admin/vendor/locale_rails/sample/public/images/rails.png +0 -0
  84. data/examples/al-admin/vendor/locale_rails/sample/public/javascripts/application.js +0 -2
  85. data/examples/al-admin/vendor/locale_rails/sample/public/javascripts/controls.js +0 -963
  86. data/examples/al-admin/vendor/locale_rails/sample/public/javascripts/dragdrop.js +0 -972
  87. data/examples/al-admin/vendor/locale_rails/sample/public/javascripts/effects.js +0 -1120
  88. data/examples/al-admin/vendor/locale_rails/sample/public/javascripts/prototype.js +0 -4221
  89. data/examples/al-admin/vendor/locale_rails/sample/public/robots.txt +0 -5
  90. data/examples/al-admin/vendor/locale_rails/sample/public/stylesheets/locale.css +0 -81
  91. data/examples/al-admin/vendor/locale_rails/sample/public/stylesheets/scaffold.css +0 -74
  92. data/examples/al-admin/vendor/locale_rails/sample/script/about +0 -4
  93. data/examples/al-admin/vendor/locale_rails/sample/script/console +0 -3
  94. data/examples/al-admin/vendor/locale_rails/sample/script/dbconsole +0 -3
  95. data/examples/al-admin/vendor/locale_rails/sample/script/destroy +0 -3
  96. data/examples/al-admin/vendor/locale_rails/sample/script/generate +0 -3
  97. data/examples/al-admin/vendor/locale_rails/sample/script/performance/benchmarker +0 -3
  98. data/examples/al-admin/vendor/locale_rails/sample/script/performance/profiler +0 -3
  99. data/examples/al-admin/vendor/locale_rails/sample/script/performance/request +0 -3
  100. data/examples/al-admin/vendor/locale_rails/sample/script/plugin +0 -3
  101. data/examples/al-admin/vendor/locale_rails/sample/script/process/inspector +0 -3
  102. data/examples/al-admin/vendor/locale_rails/sample/script/process/reaper +0 -3
  103. data/examples/al-admin/vendor/locale_rails/sample/script/process/spawner +0 -3
  104. data/examples/al-admin/vendor/locale_rails/sample/script/runner +0 -3
  105. data/examples/al-admin/vendor/locale_rails/sample/script/server +0 -3
  106. data/examples/al-admin/vendor/locale_rails/sample/test/performance/browsing_test.rb +0 -9
  107. data/examples/al-admin/vendor/locale_rails/sample/test/test_helper.rb +0 -38
  108. data/examples/al-admin/vendor/locale_rails/test/README +0 -243
  109. data/examples/al-admin/vendor/locale_rails/test/Rakefile +0 -10
  110. data/examples/al-admin/vendor/locale_rails/test/app/controllers/application_controller.rb +0 -10
  111. data/examples/al-admin/vendor/locale_rails/test/app/controllers/articles_controller.rb +0 -17
  112. data/examples/al-admin/vendor/locale_rails/test/app/helpers/application_helper.rb +0 -3
  113. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/index.html.erb +0 -1
  114. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/index_de.html.erb +0 -1
  115. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/index_fr_FR.html.erb +0 -1
  116. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/index_ja.html.erb +0 -1
  117. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/list.html.erb +0 -1
  118. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/show.html.erb +0 -0
  119. data/examples/al-admin/vendor/locale_rails/test/app/views/articles/show.js.rjs +0 -0
  120. data/examples/al-admin/vendor/locale_rails/test/config/boot.rb +0 -110
  121. data/examples/al-admin/vendor/locale_rails/test/config/environment.rb +0 -42
  122. data/examples/al-admin/vendor/locale_rails/test/config/environments/development.rb +0 -17
  123. data/examples/al-admin/vendor/locale_rails/test/config/environments/production.rb +0 -28
  124. data/examples/al-admin/vendor/locale_rails/test/config/environments/test.rb +0 -35
  125. data/examples/al-admin/vendor/locale_rails/test/config/initializers/backtrace_silencers.rb +0 -7
  126. data/examples/al-admin/vendor/locale_rails/test/config/initializers/inflections.rb +0 -10
  127. data/examples/al-admin/vendor/locale_rails/test/config/initializers/mime_types.rb +0 -5
  128. data/examples/al-admin/vendor/locale_rails/test/config/initializers/new_rails_defaults.rb +0 -19
  129. data/examples/al-admin/vendor/locale_rails/test/config/initializers/session_store.rb +0 -15
  130. data/examples/al-admin/vendor/locale_rails/test/config/locales/en.yml +0 -5
  131. data/examples/al-admin/vendor/locale_rails/test/config/routes.rb +0 -46
  132. data/examples/al-admin/vendor/locale_rails/test/db/schema.rb +0 -0
  133. data/examples/al-admin/vendor/locale_rails/test/public/404.html +0 -30
  134. data/examples/al-admin/vendor/locale_rails/test/public/422.html +0 -30
  135. data/examples/al-admin/vendor/locale_rails/test/public/500.html +0 -30
  136. data/examples/al-admin/vendor/locale_rails/test/public/favicon.ico +0 -0
  137. data/examples/al-admin/vendor/locale_rails/test/public/images/rails.png +0 -0
  138. data/examples/al-admin/vendor/locale_rails/test/public/index.html +0 -275
  139. data/examples/al-admin/vendor/locale_rails/test/public/javascripts/application.js +0 -2
  140. data/examples/al-admin/vendor/locale_rails/test/public/javascripts/controls.js +0 -963
  141. data/examples/al-admin/vendor/locale_rails/test/public/javascripts/dragdrop.js +0 -973
  142. data/examples/al-admin/vendor/locale_rails/test/public/javascripts/effects.js +0 -1128
  143. data/examples/al-admin/vendor/locale_rails/test/public/javascripts/prototype.js +0 -4320
  144. data/examples/al-admin/vendor/locale_rails/test/public/robots.txt +0 -5
  145. data/examples/al-admin/vendor/locale_rails/test/script/about +0 -4
  146. data/examples/al-admin/vendor/locale_rails/test/script/console +0 -3
  147. data/examples/al-admin/vendor/locale_rails/test/script/dbconsole +0 -3
  148. data/examples/al-admin/vendor/locale_rails/test/script/destroy +0 -3
  149. data/examples/al-admin/vendor/locale_rails/test/script/generate +0 -3
  150. data/examples/al-admin/vendor/locale_rails/test/script/performance/benchmarker +0 -3
  151. data/examples/al-admin/vendor/locale_rails/test/script/performance/profiler +0 -3
  152. data/examples/al-admin/vendor/locale_rails/test/script/plugin +0 -3
  153. data/examples/al-admin/vendor/locale_rails/test/script/runner +0 -3
  154. data/examples/al-admin/vendor/locale_rails/test/script/server +0 -3
  155. data/examples/al-admin/vendor/locale_rails/test/test/functional/articles_controller_test.rb +0 -161
  156. data/examples/al-admin/vendor/locale_rails/test/test/performance/browsing_test.rb +0 -9
  157. data/examples/al-admin/vendor/locale_rails/test/test/test_helper.rb +0 -38
  158. data/po/active-ldap.pot +0 -4010
  159. data/test-unit/COPYING +0 -56
  160. data/test-unit/GPL +0 -340
  161. data/test-unit/History.txt +0 -223
  162. data/test-unit/Manifest.txt +0 -87
  163. data/test-unit/PSFL +0 -271
  164. data/test-unit/README.txt +0 -60
  165. data/test-unit/Rakefile +0 -40
  166. data/test-unit/TODO +0 -5
  167. data/test-unit/bin/testrb +0 -5
  168. data/test-unit/images/color-diff.png +0 -0
  169. data/test-unit/lib/test/unit.rb +0 -328
  170. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  171. data/test-unit/lib/test/unit/assertions.rb +0 -1334
  172. data/test-unit/lib/test/unit/attribute.rb +0 -125
  173. data/test-unit/lib/test/unit/autorunner.rb +0 -360
  174. data/test-unit/lib/test/unit/collector.rb +0 -36
  175. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  176. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  177. data/test-unit/lib/test/unit/collector/load.rb +0 -144
  178. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  179. data/test-unit/lib/test/unit/color-scheme.rb +0 -106
  180. data/test-unit/lib/test/unit/color.rb +0 -96
  181. data/test-unit/lib/test/unit/diff.rb +0 -740
  182. data/test-unit/lib/test/unit/error.rb +0 -130
  183. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  184. data/test-unit/lib/test/unit/failure.rb +0 -136
  185. data/test-unit/lib/test/unit/fixture.rb +0 -176
  186. data/test-unit/lib/test/unit/notification.rb +0 -129
  187. data/test-unit/lib/test/unit/omission.rb +0 -191
  188. data/test-unit/lib/test/unit/pending.rb +0 -150
  189. data/test-unit/lib/test/unit/priority.rb +0 -180
  190. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  191. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  192. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  193. data/test-unit/lib/test/unit/testcase.rb +0 -478
  194. data/test-unit/lib/test/unit/testresult.rb +0 -89
  195. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  196. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  197. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -466
  198. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  199. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  200. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -28
  201. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  202. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  203. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
  204. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  205. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  206. data/test-unit/lib/test/unit/util/output.rb +0 -31
  207. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  208. data/test-unit/lib/test/unit/version.rb +0 -7
  209. data/test-unit/sample/adder.rb +0 -13
  210. data/test-unit/sample/subtracter.rb +0 -12
  211. data/test-unit/sample/test_adder.rb +0 -20
  212. data/test-unit/sample/test_subtracter.rb +0 -20
  213. data/test-unit/sample/test_user.rb +0 -23
  214. data/test-unit/test/collector/test-descendant.rb +0 -133
  215. data/test-unit/test/collector/test-load.rb +0 -442
  216. data/test-unit/test/collector/test_dir.rb +0 -406
  217. data/test-unit/test/collector/test_objectspace.rb +0 -100
  218. data/test-unit/test/run-test.rb +0 -15
  219. data/test-unit/test/test-attribute.rb +0 -86
  220. data/test-unit/test/test-color-scheme.rb +0 -69
  221. data/test-unit/test/test-color.rb +0 -47
  222. data/test-unit/test/test-diff.rb +0 -518
  223. data/test-unit/test/test-emacs-runner.rb +0 -60
  224. data/test-unit/test/test-fixture.rb +0 -287
  225. data/test-unit/test/test-notification.rb +0 -33
  226. data/test-unit/test/test-omission.rb +0 -81
  227. data/test-unit/test/test-pending.rb +0 -70
  228. data/test-unit/test/test-priority.rb +0 -119
  229. data/test-unit/test/test-testcase.rb +0 -544
  230. data/test-unit/test/test_assertions.rb +0 -1197
  231. data/test-unit/test/test_error.rb +0 -26
  232. data/test-unit/test/test_failure.rb +0 -33
  233. data/test-unit/test/test_testresult.rb +0 -113
  234. data/test-unit/test/test_testsuite.rb +0 -129
  235. data/test-unit/test/testunit-test-util.rb +0 -14
  236. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  237. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  238. data/test-unit/test/util/test-output.rb +0 -11
  239. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  240. data/test-unit/test/util/test_observable.rb +0 -102
  241. data/test-unit/test/util/test_procwrapper.rb +0 -36
@@ -1,5 +0,0 @@
1
- # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
2
- #
3
- # To ban all spiders from the entire site uncomment the next two lines:
4
- # User-Agent: *
5
- # Disallow: /
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
4
- require 'commands/about'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/console'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/dbconsole'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/destroy'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/generate'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../../config/boot'
3
- require 'commands/performance/benchmarker'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../../config/boot'
3
- require 'commands/performance/profiler'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/plugin'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/runner'
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require File.dirname(__FILE__) + '/../config/boot'
3
- require 'commands/server'
@@ -1,161 +0,0 @@
1
- require 'test_helper'
2
- require 'fileutils'
3
-
4
- class ArticlesControllerTest < ActionController::TestCase
5
-
6
- def setup
7
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR;ja;q=0.7,de;q=0.3"
8
- Locale.clear
9
- end
10
-
11
- test "localized template with accept_language" do
12
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en-US"
13
- get :index
14
- assert_equal "index.html.erb", @response.body.chop
15
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "ja-jp"
16
- get :index, :lang => "ja"
17
- assert_equal "index_ja.html.erb", @response.body.chop
18
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR"
19
- get :index
20
- assert_equal "index_fr_FR.html.erb", @response.body.chop
21
-
22
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr"
23
- get :index
24
- assert_equal "index.html.erb", @response.body.chop
25
- end
26
-
27
- test "localized template with accept_languages" do
28
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en,ja;q=0.7,de;q=0.3"
29
- get :index
30
- assert_equal "index.html.erb", @response.body.chop
31
-
32
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR,ja;q=0.7,de;q=0.3"
33
- get :index
34
- assert_equal "index_fr_FR.html.erb", @response.body.chop
35
-
36
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "ja;q=0.7,de;q=0.3"
37
- get :index
38
- assert_equal "index_ja.html.erb", @response.body.chop
39
- end
40
-
41
- test "localized template with query string" do
42
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en,ja;q=0.7,de;q=0.3"
43
- get :index, :lang => "ja"
44
- assert_equal "index_ja.html.erb", @response.body.chop
45
-
46
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR,ja;q=0.7,de;q=0.3"
47
- get :index, :lang => "ja"
48
- assert_equal "index_ja.html.erb", @response.body.chop
49
-
50
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "ja;q=0.7,de;q=0.3"
51
- get :index, :lang => "en"
52
- assert_equal "index.html.erb", @response.body.chop
53
- end
54
-
55
- test "localized template with accept_languages and default is de" do
56
- # index_de.html.erb is existed.
57
- Locale.default = "de"
58
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en,ja;q=0.7,de;q=0.3"
59
- get :index
60
- assert_equal "index_ja.html.erb", @response.body.chop
61
-
62
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR,ja;q=0.7,de;q=0.3"
63
- get :index
64
- assert_equal "index_fr_FR.html.erb", @response.body.chop
65
-
66
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "ja;q=0.7,de;q=0.3"
67
- get :index
68
- assert_equal "index_ja.html.erb", @response.body.chop
69
-
70
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "de;q=0.7,en;q=0.3"
71
- get :index
72
- assert_equal "index_de.html.erb", @response.body.chop
73
-
74
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "zh"
75
- get :index
76
- assert_equal "index_de.html.erb", @response.body.chop
77
- end
78
-
79
- test "localized template with accept_languages and default is zh" do
80
- # index_zh.html.erb is not existed.
81
- Locale.default = "zh"
82
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en,ja;q=0.7,de;q=0.3"
83
- get :index
84
- assert_equal "index_ja.html.erb", @response.body.chop
85
-
86
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "fr-FR,ja;q=0.7,de;q=0.3"
87
- get :index
88
- assert_equal "index_fr_FR.html.erb", @response.body.chop
89
-
90
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "ja;q=0.7,de;q=0.3"
91
- get :index
92
- assert_equal "index_ja.html.erb", @response.body.chop
93
-
94
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en;q=0.7;nl;q=0.3"
95
- get :index
96
- assert_equal "index.html.erb", @response.body.chop
97
-
98
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "zh"
99
- get :index
100
- assert_equal "index.html.erb", @response.body.chop
101
- end
102
-
103
- test "list.html.erb should be cached" do
104
- cache_path = RAILS_ROOT + "/tmp/cache/views"
105
- FileUtils.rm_rf cache_path
106
- @request.env["HTTP_ACCEPT_LANGUAGE"] = "en,ja;q=0.7,de;q=0.3"
107
- get :list
108
- assert_equal "list:en", @response.body.chop
109
-
110
- path = Dir.glob(cache_path + "/**/list_en.cache")[0]
111
- st = File.stat(path)
112
- last_modified_en = [st.ctime.to_s, st.mtime.to_s]
113
-
114
- get :list, :lang => "ja"
115
- assert_equal "list:ja", @response.body.chop
116
-
117
- path = Dir.glob(cache_path + "/**/list_ja.cache")[0]
118
- st = File.stat(path)
119
- last_modified_ja = [st.ctime.to_s, st.mtime.to_s]
120
-
121
- get :list
122
- st = File.stat(path)
123
-
124
- assert_equal last_modified_en, [st.ctime.to_s, st.mtime.to_s]
125
- assert_equal "list:en", @response.body.chop
126
-
127
- get :list, :lang => "ja"
128
- st = File.stat(path)
129
- assert_equal last_modified_ja, [st.ctime.to_s, st.mtime.to_s]
130
- assert_equal "list:ja", @response.body.chop
131
-
132
- # expire test
133
- assert_equal 2, Dir.glob(cache_path + "/**/*.cache").size
134
- get :expire_cache, :lang => "ja"
135
- assert_equal [], Dir.glob(cache_path + "/**/*.cache")
136
- end
137
-
138
- test "is robust against malformed parameters" do
139
- # default to "de" when parsing does not work
140
- Locale.default = "de"
141
-
142
- assert_nothing_raised do
143
- Locale.default = "de"
144
- get :index, :lang => ["en"]
145
- assert_equal "index_de.html.erb", @response.body.chop
146
-
147
- get :index, :lang => []
148
- assert_equal "index_de.html.erb", @response.body.chop
149
- end
150
- end
151
-
152
- test "find template with specific format" do
153
- xhr :get, :show
154
- assert_template 'show.html'
155
- end
156
-
157
- teardown do
158
- Locale.default = nil
159
- end
160
- end
161
-
@@ -1,9 +0,0 @@
1
- require 'test_helper'
2
- require 'performance_test_help'
3
-
4
- # Profiling results for each test method are written to tmp/performance.
5
- class BrowsingTest < ActionController::PerformanceTest
6
- def test_homepage
7
- get '/'
8
- end
9
- end
@@ -1,38 +0,0 @@
1
- ENV["RAILS_ENV"] = "test"
2
- require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
3
- require 'test_help'
4
-
5
- class ActiveSupport::TestCase
6
- # Transactional fixtures accelerate your tests by wrapping each test method
7
- # in a transaction that's rolled back on completion. This ensures that the
8
- # test database remains unchanged so your fixtures don't have to be reloaded
9
- # between every test method. Fewer database queries means faster tests.
10
- #
11
- # Read Mike Clark's excellent walkthrough at
12
- # http://clarkware.com/cgi/blosxom/2005/10/24#Rails10FastTesting
13
- #
14
- # Every Active Record database supports transactions except MyISAM tables
15
- # in MySQL. Turn off transactional fixtures in this case; however, if you
16
- # don't care one way or the other, switching from MyISAM to InnoDB tables
17
- # is recommended.
18
- #
19
- # The only drawback to using transactional fixtures is when you actually
20
- # need to test transactions. Since your test is bracketed by a transaction,
21
- # any transactions started in your code will be automatically rolled back.
22
- self.use_transactional_fixtures = true
23
-
24
- # Instantiated fixtures are slow, but give you @david where otherwise you
25
- # would need people(:david). If you don't want to migrate your existing
26
- # test cases which use the @david style and don't mind the speed hit (each
27
- # instantiated fixtures translates to a database query per test method),
28
- # then set this back to true.
29
- self.use_instantiated_fixtures = false
30
-
31
- # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
32
- #
33
- # Note: You'll currently still have to declare fixtures explicitly in integration tests
34
- # -- they do not yet inherit this setting
35
- fixtures :all
36
-
37
- # Add more helper methods to be used by all tests here...
38
- end
@@ -1,4010 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: Ruby/ActiveLdap 1.0.9\n"
10
- "POT-Creation-Date: 2009-07-09 22:48+0900\n"
11
- "PO-Revision-Date: 2007-08-12 18:02+0900\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
-
19
- #: -:-
20
- msgid "LDAP|Attribute|aRecord"
21
- msgstr ""
22
-
23
- #: -:-
24
- msgid "LDAP|Attribute|aliasedEntryName"
25
- msgstr ""
26
-
27
- #: -:-
28
- msgid "LDAP|Attribute|aliasedObjectName"
29
- msgstr ""
30
-
31
- #: -:-
32
- msgid "LDAP|Attribute|altServer"
33
- msgstr ""
34
-
35
- #: -:-
36
- msgid "LDAP|Attribute|associatedDomain"
37
- msgstr ""
38
-
39
- #: -:-
40
- msgid "LDAP|Attribute|associatedName"
41
- msgstr ""
42
-
43
- #: -:-
44
- msgid "LDAP|Attribute|attributeTypes"
45
- msgstr ""
46
-
47
- #: -:-
48
- msgid "LDAP|Attribute|audio"
49
- msgstr ""
50
-
51
- #: -:-
52
- msgid "LDAP|Attribute|authorityRevocationList"
53
- msgstr ""
54
-
55
- #: -:-
56
- msgid "LDAP|Attribute|bootFile"
57
- msgstr ""
58
-
59
- #: -:-
60
- msgid "LDAP|Attribute|bootParameter"
61
- msgstr ""
62
-
63
- #: -:-
64
- msgid "LDAP|Attribute|buildingName"
65
- msgstr ""
66
-
67
- #: -:-
68
- msgid "LDAP|Attribute|businessCategory"
69
- msgstr ""
70
-
71
- #: -:-
72
- msgid "LDAP|Attribute|c"
73
- msgstr ""
74
-
75
- #: -:-
76
- msgid "LDAP|Attribute|cACertificate"
77
- msgstr ""
78
-
79
- #: -:-
80
- msgid "LDAP|Attribute|cNAMERecord"
81
- msgstr ""
82
-
83
- #: -:-
84
- msgid "LDAP|Attribute|carLicense"
85
- msgstr ""
86
-
87
- #: -:-
88
- msgid "LDAP|Attribute|certificateRevocationList"
89
- msgstr ""
90
-
91
- #: -:-
92
- msgid "LDAP|Attribute|cn"
93
- msgstr ""
94
-
95
- #: -:-
96
- msgid "LDAP|Attribute|co"
97
- msgstr ""
98
-
99
- #: -:-
100
- msgid "LDAP|Attribute|commonName"
101
- msgstr ""
102
-
103
- #: -:-
104
- msgid "LDAP|Attribute|countryName"
105
- msgstr ""
106
-
107
- #: -:-
108
- msgid "LDAP|Attribute|createTimestamp"
109
- msgstr ""
110
-
111
- #: -:-
112
- msgid "LDAP|Attribute|creatorsName"
113
- msgstr ""
114
-
115
- #: -:-
116
- msgid "LDAP|Attribute|crossCertificatePair"
117
- msgstr ""
118
-
119
- #: -:-
120
- msgid "LDAP|Attribute|dITRedirect"
121
- msgstr ""
122
-
123
- #: -:-
124
- msgid "LDAP|Attribute|dSAQuality"
125
- msgstr ""
126
-
127
- #: -:-
128
- msgid "LDAP|Attribute|dc"
129
- msgstr ""
130
-
131
- #: -:-
132
- msgid "LDAP|Attribute|deltaRevocationList"
133
- msgstr ""
134
-
135
- #: -:-
136
- msgid "LDAP|Attribute|departmentNumber"
137
- msgstr ""
138
-
139
- #: -:-
140
- msgid "LDAP|Attribute|description"
141
- msgstr ""
142
-
143
- #: -:-
144
- msgid "LDAP|Attribute|destinationIndicator"
145
- msgstr ""
146
-
147
- #: -:-
148
- msgid "LDAP|Attribute|displayName"
149
- msgstr ""
150
-
151
- #: -:-
152
- msgid "LDAP|Attribute|distinguishedName"
153
- msgstr ""
154
-
155
- #: -:-
156
- msgid "LDAP|Attribute|dmdName"
157
- msgstr ""
158
-
159
- #: -:-
160
- msgid "LDAP|Attribute|dnQualifier"
161
- msgstr ""
162
-
163
- #: -:-
164
- msgid "LDAP|Attribute|documentAuthor"
165
- msgstr ""
166
-
167
- #: -:-
168
- msgid "LDAP|Attribute|documentIdentifier"
169
- msgstr ""
170
-
171
- #: -:-
172
- msgid "LDAP|Attribute|documentLocation"
173
- msgstr ""
174
-
175
- #: -:-
176
- msgid "LDAP|Attribute|documentPublisher"
177
- msgstr ""
178
-
179
- #: -:-
180
- msgid "LDAP|Attribute|documentTitle"
181
- msgstr ""
182
-
183
- #: -:-
184
- msgid "LDAP|Attribute|documentVersion"
185
- msgstr ""
186
-
187
- #: -:-
188
- msgid "LDAP|Attribute|domainComponent"
189
- msgstr ""
190
-
191
- #: -:-
192
- msgid "LDAP|Attribute|drink"
193
- msgstr ""
194
-
195
- #: -:-
196
- msgid "LDAP|Attribute|dynamicSubtrees"
197
- msgstr ""
198
-
199
- #: -:-
200
- msgid "LDAP|Attribute|email"
201
- msgstr ""
202
-
203
- #: -:-
204
- msgid "LDAP|Attribute|emailAddress"
205
- msgstr ""
206
-
207
- #: -:-
208
- msgid "LDAP|Attribute|employeeNumber"
209
- msgstr ""
210
-
211
- #: -:-
212
- msgid "LDAP|Attribute|employeeType"
213
- msgstr ""
214
-
215
- #: -:-
216
- msgid "LDAP|Attribute|enhancedSearchGuide"
217
- msgstr ""
218
-
219
- #: -:-
220
- msgid "LDAP|Attribute|entryDN"
221
- msgstr ""
222
-
223
- #: -:-
224
- msgid "LDAP|Attribute|entryTtl"
225
- msgstr ""
226
-
227
- #: -:-
228
- msgid "LDAP|Attribute|entryUUID"
229
- msgstr ""
230
-
231
- #: -:-
232
- msgid "LDAP|Attribute|facsimileTelephoneNumber"
233
- msgstr ""
234
-
235
- #: -:-
236
- msgid "LDAP|Attribute|favouriteDrink"
237
- msgstr ""
238
-
239
- #: -:-
240
- msgid "LDAP|Attribute|fax"
241
- msgstr ""
242
-
243
- #: -:-
244
- msgid "LDAP|Attribute|friendlyCountryName"
245
- msgstr ""
246
-
247
- #: -:-
248
- msgid "LDAP|Attribute|gecos"
249
- msgstr ""
250
-
251
- #: -:-
252
- msgid "LDAP|Attribute|generationQualifier"
253
- msgstr ""
254
-
255
- #: -:-
256
- msgid "LDAP|Attribute|gidNumber"
257
- msgstr ""
258
-
259
- #: -:-
260
- msgid "LDAP|Attribute|givenName"
261
- msgstr ""
262
-
263
- #: -:-
264
- msgid "LDAP|Attribute|gn"
265
- msgstr ""
266
-
267
- #: -:-
268
- msgid "LDAP|Attribute|hasSubordinates"
269
- msgstr ""
270
-
271
- #: -:-
272
- msgid "LDAP|Attribute|homeDirectory"
273
- msgstr ""
274
-
275
- #: -:-
276
- msgid "LDAP|Attribute|homePhone"
277
- msgstr ""
278
-
279
- #: -:-
280
- msgid "LDAP|Attribute|homePostalAddress"
281
- msgstr ""
282
-
283
- #: -:-
284
- msgid "LDAP|Attribute|homeTelephoneNumber"
285
- msgstr ""
286
-
287
- #: -:-
288
- msgid "LDAP|Attribute|host"
289
- msgstr ""
290
-
291
- #: -:-
292
- msgid "LDAP|Attribute|houseIdentifier"
293
- msgstr ""
294
-
295
- #: -:-
296
- msgid "LDAP|Attribute|info"
297
- msgstr ""
298
-
299
- #: -:-
300
- msgid "LDAP|Attribute|initials"
301
- msgstr ""
302
-
303
- #: -:-
304
- msgid "LDAP|Attribute|internationaliSDNNumber"
305
- msgstr ""
306
-
307
- #: -:-
308
- msgid "LDAP|Attribute|ipHostNumber"
309
- msgstr ""
310
-
311
- #: -:-
312
- msgid "LDAP|Attribute|ipNetmaskNumber"
313
- msgstr ""
314
-
315
- #: -:-
316
- msgid "LDAP|Attribute|ipNetworkNumber"
317
- msgstr ""
318
-
319
- #: -:-
320
- msgid "LDAP|Attribute|ipProtocolNumber"
321
- msgstr ""
322
-
323
- #: -:-
324
- msgid "LDAP|Attribute|ipServicePort"
325
- msgstr ""
326
-
327
- #: -:-
328
- msgid "LDAP|Attribute|ipServiceProtocol"
329
- msgstr ""
330
-
331
- #: -:-
332
- msgid "LDAP|Attribute|janetMailbox"
333
- msgstr ""
334
-
335
- #: -:-
336
- msgid "LDAP|Attribute|jpegPhoto"
337
- msgstr ""
338
-
339
- #: -:-
340
- msgid "LDAP|Attribute|knowledgeInformation"
341
- msgstr ""
342
-
343
- #: -:-
344
- msgid "LDAP|Attribute|l"
345
- msgstr ""
346
-
347
- #: -:-
348
- msgid "LDAP|Attribute|labeledURI"
349
- msgstr ""
350
-
351
- #: -:-
352
- msgid "LDAP|Attribute|ldapSyntaxes"
353
- msgstr ""
354
-
355
- #: -:-
356
- msgid "LDAP|Attribute|localityName"
357
- msgstr ""
358
-
359
- #: -:-
360
- msgid "LDAP|Attribute|loginShell"
361
- msgstr ""
362
-
363
- #: -:-
364
- msgid "LDAP|Attribute|mDRecord"
365
- msgstr ""
366
-
367
- #: -:-
368
- msgid "LDAP|Attribute|mXRecord"
369
- msgstr ""
370
-
371
- #: -:-
372
- msgid "LDAP|Attribute|macAddress"
373
- msgstr ""
374
-
375
- #: -:-
376
- msgid "LDAP|Attribute|mail"
377
- msgstr ""
378
-
379
- #: -:-
380
- msgid "LDAP|Attribute|mailPreferenceOption"
381
- msgstr ""
382
-
383
- #: -:-
384
- msgid "LDAP|Attribute|manager"
385
- msgstr ""
386
-
387
- #: -:-
388
- msgid "LDAP|Attribute|matchingRuleUse"
389
- msgstr ""
390
-
391
- #: -:-
392
- msgid "LDAP|Attribute|matchingRules"
393
- msgstr ""
394
-
395
- #: -:-
396
- msgid "LDAP|Attribute|member"
397
- msgstr ""
398
-
399
- #: -:-
400
- msgid "LDAP|Attribute|memberNisNetgroup"
401
- msgstr ""
402
-
403
- #: -:-
404
- msgid "LDAP|Attribute|memberUid"
405
- msgstr ""
406
-
407
- #: -:-
408
- msgid "LDAP|Attribute|mobile"
409
- msgstr ""
410
-
411
- #: -:-
412
- msgid "LDAP|Attribute|mobileTelephoneNumber"
413
- msgstr ""
414
-
415
- #: -:-
416
- msgid "LDAP|Attribute|modifiersName"
417
- msgstr ""
418
-
419
- #: -:-
420
- msgid "LDAP|Attribute|modifyTimestamp"
421
- msgstr ""
422
-
423
- #: -:-
424
- msgid "LDAP|Attribute|nSRecord"
425
- msgstr ""
426
-
427
- #: -:-
428
- msgid "LDAP|Attribute|name"
429
- msgstr ""
430
-
431
- #: -:-
432
- msgid "LDAP|Attribute|namingContexts"
433
- msgstr ""
434
-
435
- #: -:-
436
- msgid "LDAP|Attribute|nisMapEntry"
437
- msgstr ""
438
-
439
- #: -:-
440
- msgid "LDAP|Attribute|nisMapName"
441
- msgstr ""
442
-
443
- #: -:-
444
- msgid "LDAP|Attribute|nisNetgroupTriple"
445
- msgstr ""
446
-
447
- #: -:-
448
- msgid "LDAP|Attribute|o"
449
- msgstr ""
450
-
451
- #: -:-
452
- msgid "LDAP|Attribute|objectClass"
453
- msgstr ""
454
-
455
- #: -:-
456
- msgid "LDAP|Attribute|objectClasses"
457
- msgstr ""
458
-
459
- #: -:-
460
- msgid "LDAP|Attribute|olcAccess"
461
- msgstr ""
462
-
463
- #: -:-
464
- msgid "LDAP|Attribute|olcAddContentAcl"
465
- msgstr ""
466
-
467
- #: -:-
468
- msgid "LDAP|Attribute|olcAllows"
469
- msgstr ""
470
-
471
- #: -:-
472
- msgid "LDAP|Attribute|olcArgsFile"
473
- msgstr ""
474
-
475
- #: -:-
476
- msgid "LDAP|Attribute|olcAttributeOptions"
477
- msgstr ""
478
-
479
- #: -:-
480
- msgid "LDAP|Attribute|olcAttributeTypes"
481
- msgstr ""
482
-
483
- #: -:-
484
- msgid "LDAP|Attribute|olcAuthIDRewrite"
485
- msgstr ""
486
-
487
- #: -:-
488
- msgid "LDAP|Attribute|olcAuthzPolicy"
489
- msgstr ""
490
-
491
- #: -:-
492
- msgid "LDAP|Attribute|olcAuthzRegexp"
493
- msgstr ""
494
-
495
- #: -:-
496
- msgid "LDAP|Attribute|olcBackend"
497
- msgstr ""
498
-
499
- #: -:-
500
- msgid "LDAP|Attribute|olcConcurrency"
501
- msgstr ""
502
-
503
- #: -:-
504
- msgid "LDAP|Attribute|olcConfigDir"
505
- msgstr ""
506
-
507
- #: -:-
508
- msgid "LDAP|Attribute|olcConfigFile"
509
- msgstr ""
510
-
511
- #: -:-
512
- msgid "LDAP|Attribute|olcConnMaxPending"
513
- msgstr ""
514
-
515
- #: -:-
516
- msgid "LDAP|Attribute|olcConnMaxPendingAuth"
517
- msgstr ""
518
-
519
- #: -:-
520
- msgid "LDAP|Attribute|olcDatabase"
521
- msgstr ""
522
-
523
- #: -:-
524
- msgid "LDAP|Attribute|olcDbCacheFree"
525
- msgstr ""
526
-
527
- #: -:-
528
- msgid "LDAP|Attribute|olcDbCacheSize"
529
- msgstr ""
530
-
531
- #: -:-
532
- msgid "LDAP|Attribute|olcDbCheckpoint"
533
- msgstr ""
534
-
535
- #: -:-
536
- msgid "LDAP|Attribute|olcDbChecksum"
537
- msgstr ""
538
-
539
- #: -:-
540
- msgid "LDAP|Attribute|olcDbConfig"
541
- msgstr ""
542
-
543
- #: -:-
544
- msgid "LDAP|Attribute|olcDbCryptFile"
545
- msgstr ""
546
-
547
- #: -:-
548
- msgid "LDAP|Attribute|olcDbCryptKey"
549
- msgstr ""
550
-
551
- #: -:-
552
- msgid "LDAP|Attribute|olcDbDNcacheSize"
553
- msgstr ""
554
-
555
- #: -:-
556
- msgid "LDAP|Attribute|olcDbDirectory"
557
- msgstr ""
558
-
559
- #: -:-
560
- msgid "LDAP|Attribute|olcDbDirtyRead"
561
- msgstr ""
562
-
563
- #: -:-
564
- msgid "LDAP|Attribute|olcDbIDLcacheSize"
565
- msgstr ""
566
-
567
- #: -:-
568
- msgid "LDAP|Attribute|olcDbIndex"
569
- msgstr ""
570
-
571
- #: -:-
572
- msgid "LDAP|Attribute|olcDbLinearIndex"
573
- msgstr ""
574
-
575
- #: -:-
576
- msgid "LDAP|Attribute|olcDbLockDetect"
577
- msgstr ""
578
-
579
- #: -:-
580
- msgid "LDAP|Attribute|olcDbMode"
581
- msgstr ""
582
-
583
- #: -:-
584
- msgid "LDAP|Attribute|olcDbNoSync"
585
- msgstr ""
586
-
587
- #: -:-
588
- msgid "LDAP|Attribute|olcDbPageSize"
589
- msgstr ""
590
-
591
- #: -:-
592
- msgid "LDAP|Attribute|olcDbSearchStack"
593
- msgstr ""
594
-
595
- #: -:-
596
- msgid "LDAP|Attribute|olcDbShmKey"
597
- msgstr ""
598
-
599
- #: -:-
600
- msgid "LDAP|Attribute|olcDefaultSearchBase"
601
- msgstr ""
602
-
603
- #: -:-
604
- msgid "LDAP|Attribute|olcDisallows"
605
- msgstr ""
606
-
607
- #: -:-
608
- msgid "LDAP|Attribute|olcDitContentRules"
609
- msgstr ""
610
-
611
- #: -:-
612
- msgid "LDAP|Attribute|olcGentleHUP"
613
- msgstr ""
614
-
615
- #: -:-
616
- msgid "LDAP|Attribute|olcHidden"
617
- msgstr ""
618
-
619
- #: -:-
620
- msgid "LDAP|Attribute|olcIdleTimeout"
621
- msgstr ""
622
-
623
- #: -:-
624
- msgid "LDAP|Attribute|olcInclude"
625
- msgstr ""
626
-
627
- #: -:-
628
- msgid "LDAP|Attribute|olcIndexIntLen"
629
- msgstr ""
630
-
631
- #: -:-
632
- msgid "LDAP|Attribute|olcIndexSubstrAnyLen"
633
- msgstr ""
634
-
635
- #: -:-
636
- msgid "LDAP|Attribute|olcIndexSubstrAnyStep"
637
- msgstr ""
638
-
639
- #: -:-
640
- msgid "LDAP|Attribute|olcIndexSubstrIfMaxLen"
641
- msgstr ""
642
-
643
- #: -:-
644
- msgid "LDAP|Attribute|olcIndexSubstrIfMinLen"
645
- msgstr ""
646
-
647
- #: -:-
648
- msgid "LDAP|Attribute|olcLastMod"
649
- msgstr ""
650
-
651
- #: -:-
652
- msgid "LDAP|Attribute|olcLdapSyntaxes"
653
- msgstr ""
654
-
655
- #: -:-
656
- msgid "LDAP|Attribute|olcLimits"
657
- msgstr ""
658
-
659
- #: -:-
660
- msgid "LDAP|Attribute|olcLocalSSF"
661
- msgstr ""
662
-
663
- #: -:-
664
- msgid "LDAP|Attribute|olcLogFile"
665
- msgstr ""
666
-
667
- #: -:-
668
- msgid "LDAP|Attribute|olcLogLevel"
669
- msgstr ""
670
-
671
- #: -:-
672
- msgid "LDAP|Attribute|olcMaxDerefDepth"
673
- msgstr ""
674
-
675
- #: -:-
676
- msgid "LDAP|Attribute|olcMirrorMode"
677
- msgstr ""
678
-
679
- #: -:-
680
- msgid "LDAP|Attribute|olcModuleLoad"
681
- msgstr ""
682
-
683
- #: -:-
684
- msgid "LDAP|Attribute|olcModulePath"
685
- msgstr ""
686
-
687
- #: -:-
688
- msgid "LDAP|Attribute|olcMonitoring"
689
- msgstr ""
690
-
691
- #: -:-
692
- msgid "LDAP|Attribute|olcObjectClasses"
693
- msgstr ""
694
-
695
- #: -:-
696
- msgid "LDAP|Attribute|olcObjectIdentifier"
697
- msgstr ""
698
-
699
- #: -:-
700
- msgid "LDAP|Attribute|olcOverlay"
701
- msgstr ""
702
-
703
- #: -:-
704
- msgid "LDAP|Attribute|olcPasswordCryptSaltFormat"
705
- msgstr ""
706
-
707
- #: -:-
708
- msgid "LDAP|Attribute|olcPasswordHash"
709
- msgstr ""
710
-
711
- #: -:-
712
- msgid "LDAP|Attribute|olcPidFile"
713
- msgstr ""
714
-
715
- #: -:-
716
- msgid "LDAP|Attribute|olcPlugin"
717
- msgstr ""
718
-
719
- #: -:-
720
- msgid "LDAP|Attribute|olcPluginLogFile"
721
- msgstr ""
722
-
723
- #: -:-
724
- msgid "LDAP|Attribute|olcReadOnly"
725
- msgstr ""
726
-
727
- #: -:-
728
- msgid "LDAP|Attribute|olcReferral"
729
- msgstr ""
730
-
731
- #: -:-
732
- msgid "LDAP|Attribute|olcReplica"
733
- msgstr ""
734
-
735
- #: -:-
736
- msgid "LDAP|Attribute|olcReplicaArgsFile"
737
- msgstr ""
738
-
739
- #: -:-
740
- msgid "LDAP|Attribute|olcReplicaPidFile"
741
- msgstr ""
742
-
743
- #: -:-
744
- msgid "LDAP|Attribute|olcReplicationInterval"
745
- msgstr ""
746
-
747
- #: -:-
748
- msgid "LDAP|Attribute|olcReplogFile"
749
- msgstr ""
750
-
751
- #: -:-
752
- msgid "LDAP|Attribute|olcRequires"
753
- msgstr ""
754
-
755
- #: -:-
756
- msgid "LDAP|Attribute|olcRestrict"
757
- msgstr ""
758
-
759
- #: -:-
760
- msgid "LDAP|Attribute|olcReverseLookup"
761
- msgstr ""
762
-
763
- #: -:-
764
- msgid "LDAP|Attribute|olcRootDN"
765
- msgstr ""
766
-
767
- #: -:-
768
- msgid "LDAP|Attribute|olcRootDSE"
769
- msgstr ""
770
-
771
- #: -:-
772
- msgid "LDAP|Attribute|olcRootPW"
773
- msgstr ""
774
-
775
- #: -:-
776
- msgid "LDAP|Attribute|olcSaslHost"
777
- msgstr ""
778
-
779
- #: -:-
780
- msgid "LDAP|Attribute|olcSaslRealm"
781
- msgstr ""
782
-
783
- #: -:-
784
- msgid "LDAP|Attribute|olcSaslSecProps"
785
- msgstr ""
786
-
787
- #: -:-
788
- msgid "LDAP|Attribute|olcSchemaDN"
789
- msgstr ""
790
-
791
- #: -:-
792
- msgid "LDAP|Attribute|olcSecurity"
793
- msgstr ""
794
-
795
- #: -:-
796
- msgid "LDAP|Attribute|olcServerID"
797
- msgstr ""
798
-
799
- #: -:-
800
- msgid "LDAP|Attribute|olcSizeLimit"
801
- msgstr ""
802
-
803
- #: -:-
804
- msgid "LDAP|Attribute|olcSockbufMaxIncoming"
805
- msgstr ""
806
-
807
- #: -:-
808
- msgid "LDAP|Attribute|olcSockbufMaxIncomingAuth"
809
- msgstr ""
810
-
811
- #: -:-
812
- msgid "LDAP|Attribute|olcSortVals"
813
- msgstr ""
814
-
815
- #: -:-
816
- msgid "LDAP|Attribute|olcSubordinate"
817
- msgstr ""
818
-
819
- #: -:-
820
- msgid "LDAP|Attribute|olcSuffix"
821
- msgstr ""
822
-
823
- #: -:-
824
- msgid "LDAP|Attribute|olcSyncrepl"
825
- msgstr ""
826
-
827
- #: -:-
828
- msgid "LDAP|Attribute|olcTLSCACertificateFile"
829
- msgstr ""
830
-
831
- #: -:-
832
- msgid "LDAP|Attribute|olcTLSCACertificatePath"
833
- msgstr ""
834
-
835
- #: -:-
836
- msgid "LDAP|Attribute|olcTLSCRLCheck"
837
- msgstr ""
838
-
839
- #: -:-
840
- msgid "LDAP|Attribute|olcTLSCRLFile"
841
- msgstr ""
842
-
843
- #: -:-
844
- msgid "LDAP|Attribute|olcTLSCertificateFile"
845
- msgstr ""
846
-
847
- #: -:-
848
- msgid "LDAP|Attribute|olcTLSCertificateKeyFile"
849
- msgstr ""
850
-
851
- #: -:-
852
- msgid "LDAP|Attribute|olcTLSCipherSuite"
853
- msgstr ""
854
-
855
- #: -:-
856
- msgid "LDAP|Attribute|olcTLSDHParamFile"
857
- msgstr ""
858
-
859
- #: -:-
860
- msgid "LDAP|Attribute|olcTLSProtocolMin"
861
- msgstr ""
862
-
863
- #: -:-
864
- msgid "LDAP|Attribute|olcTLSRandFile"
865
- msgstr ""
866
-
867
- #: -:-
868
- msgid "LDAP|Attribute|olcTLSVerifyClient"
869
- msgstr ""
870
-
871
- #: -:-
872
- msgid "LDAP|Attribute|olcThreads"
873
- msgstr ""
874
-
875
- #: -:-
876
- msgid "LDAP|Attribute|olcTimeLimit"
877
- msgstr ""
878
-
879
- #: -:-
880
- msgid "LDAP|Attribute|olcToolThreads"
881
- msgstr ""
882
-
883
- #: -:-
884
- msgid "LDAP|Attribute|olcUpdateDN"
885
- msgstr ""
886
-
887
- #: -:-
888
- msgid "LDAP|Attribute|olcUpdateRef"
889
- msgstr ""
890
-
891
- #: -:-
892
- msgid "LDAP|Attribute|oncRpcNumber"
893
- msgstr ""
894
-
895
- #: -:-
896
- msgid "LDAP|Attribute|organizationName"
897
- msgstr ""
898
-
899
- #: -:-
900
- msgid "LDAP|Attribute|organizationalStatus"
901
- msgstr ""
902
-
903
- #: -:-
904
- msgid "LDAP|Attribute|organizationalUnitName"
905
- msgstr ""
906
-
907
- #: -:-
908
- msgid "LDAP|Attribute|otherMailbox"
909
- msgstr ""
910
-
911
- #: -:-
912
- msgid "LDAP|Attribute|ou"
913
- msgstr ""
914
-
915
- #: -:-
916
- msgid "LDAP|Attribute|owner"
917
- msgstr ""
918
-
919
- #: -:-
920
- msgid "LDAP|Attribute|pager"
921
- msgstr ""
922
-
923
- #: -:-
924
- msgid "LDAP|Attribute|pagerTelephoneNumber"
925
- msgstr ""
926
-
927
- #: -:-
928
- msgid "LDAP|Attribute|personalSignature"
929
- msgstr ""
930
-
931
- #: -:-
932
- msgid "LDAP|Attribute|personalTitle"
933
- msgstr ""
934
-
935
- #: -:-
936
- msgid "LDAP|Attribute|photo"
937
- msgstr ""
938
-
939
- #: -:-
940
- msgid "LDAP|Attribute|physicalDeliveryOfficeName"
941
- msgstr ""
942
-
943
- #: -:-
944
- msgid "LDAP|Attribute|pkcs9email"
945
- msgstr ""
946
-
947
- #: -:-
948
- msgid "LDAP|Attribute|postOfficeBox"
949
- msgstr ""
950
-
951
- #: -:-
952
- msgid "LDAP|Attribute|postalAddress"
953
- msgstr ""
954
-
955
- #: -:-
956
- msgid "LDAP|Attribute|postalCode"
957
- msgstr ""
958
-
959
- #: -:-
960
- msgid "LDAP|Attribute|preferredDeliveryMethod"
961
- msgstr ""
962
-
963
- #: -:-
964
- msgid "LDAP|Attribute|preferredLanguage"
965
- msgstr ""
966
-
967
- #: -:-
968
- msgid "LDAP|Attribute|presentationAddress"
969
- msgstr ""
970
-
971
- #: -:-
972
- msgid "LDAP|Attribute|protocolInformation"
973
- msgstr ""
974
-
975
- #: -:-
976
- msgid "LDAP|Attribute|pseudonym"
977
- msgstr ""
978
-
979
- #: -:-
980
- msgid "LDAP|Attribute|ref"
981
- msgstr ""
982
-
983
- #: -:-
984
- msgid "LDAP|Attribute|registeredAddress"
985
- msgstr ""
986
-
987
- #: -:-
988
- msgid "LDAP|Attribute|rfc822Mailbox"
989
- msgstr ""
990
-
991
- #: -:-
992
- msgid "LDAP|Attribute|roleOccupant"
993
- msgstr ""
994
-
995
- #: -:-
996
- msgid "LDAP|Attribute|roomNumber"
997
- msgstr ""
998
-
999
- #: -:-
1000
- msgid "LDAP|Attribute|sOARecord"
1001
- msgstr ""
1002
-
1003
- #: -:-
1004
- msgid "LDAP|Attribute|sambaAcctFlags"
1005
- msgstr ""
1006
-
1007
- #: -:-
1008
- msgid "LDAP|Attribute|sambaAlgorithmicRidBase"
1009
- msgstr ""
1010
-
1011
- #: -:-
1012
- msgid "LDAP|Attribute|sambaBadPasswordCount"
1013
- msgstr ""
1014
-
1015
- #: -:-
1016
- msgid "LDAP|Attribute|sambaBadPasswordTime"
1017
- msgstr ""
1018
-
1019
- #: -:-
1020
- msgid "LDAP|Attribute|sambaBoolOption"
1021
- msgstr ""
1022
-
1023
- #: -:-
1024
- msgid "LDAP|Attribute|sambaDomainName"
1025
- msgstr ""
1026
-
1027
- #: -:-
1028
- msgid "LDAP|Attribute|sambaForceLogoff"
1029
- msgstr ""
1030
-
1031
- #: -:-
1032
- msgid "LDAP|Attribute|sambaGroupType"
1033
- msgstr ""
1034
-
1035
- #: -:-
1036
- msgid "LDAP|Attribute|sambaHomeDrive"
1037
- msgstr ""
1038
-
1039
- #: -:-
1040
- msgid "LDAP|Attribute|sambaHomePath"
1041
- msgstr ""
1042
-
1043
- #: -:-
1044
- msgid "LDAP|Attribute|sambaIntegerOption"
1045
- msgstr ""
1046
-
1047
- #: -:-
1048
- msgid "LDAP|Attribute|sambaKickoffTime"
1049
- msgstr ""
1050
-
1051
- #: -:-
1052
- msgid "LDAP|Attribute|sambaLMPassword"
1053
- msgstr ""
1054
-
1055
- #: -:-
1056
- msgid "LDAP|Attribute|sambaLockoutDuration"
1057
- msgstr ""
1058
-
1059
- #: -:-
1060
- msgid "LDAP|Attribute|sambaLockoutObservationWindow"
1061
- msgstr ""
1062
-
1063
- #: -:-
1064
- msgid "LDAP|Attribute|sambaLockoutThreshold"
1065
- msgstr ""
1066
-
1067
- #: -:-
1068
- msgid "LDAP|Attribute|sambaLogoffTime"
1069
- msgstr ""
1070
-
1071
- #: -:-
1072
- msgid "LDAP|Attribute|sambaLogonHours"
1073
- msgstr ""
1074
-
1075
- #: -:-
1076
- msgid "LDAP|Attribute|sambaLogonScript"
1077
- msgstr ""
1078
-
1079
- #: -:-
1080
- msgid "LDAP|Attribute|sambaLogonTime"
1081
- msgstr ""
1082
-
1083
- #: -:-
1084
- msgid "LDAP|Attribute|sambaLogonToChgPwd"
1085
- msgstr ""
1086
-
1087
- #: -:-
1088
- msgid "LDAP|Attribute|sambaMaxPwdAge"
1089
- msgstr ""
1090
-
1091
- #: -:-
1092
- msgid "LDAP|Attribute|sambaMinPwdAge"
1093
- msgstr ""
1094
-
1095
- #: -:-
1096
- msgid "LDAP|Attribute|sambaMinPwdLength"
1097
- msgstr ""
1098
-
1099
- #: -:-
1100
- msgid "LDAP|Attribute|sambaMungedDial"
1101
- msgstr ""
1102
-
1103
- #: -:-
1104
- msgid "LDAP|Attribute|sambaNTPassword"
1105
- msgstr ""
1106
-
1107
- #: -:-
1108
- msgid "LDAP|Attribute|sambaNextGroupRid"
1109
- msgstr ""
1110
-
1111
- #: -:-
1112
- msgid "LDAP|Attribute|sambaNextRid"
1113
- msgstr ""
1114
-
1115
- #: -:-
1116
- msgid "LDAP|Attribute|sambaNextUserRid"
1117
- msgstr ""
1118
-
1119
- #: -:-
1120
- msgid "LDAP|Attribute|sambaOptionName"
1121
- msgstr ""
1122
-
1123
- #: -:-
1124
- msgid "LDAP|Attribute|sambaPasswordHistory"
1125
- msgstr ""
1126
-
1127
- #: -:-
1128
- msgid "LDAP|Attribute|sambaPrimaryGroupSID"
1129
- msgstr ""
1130
-
1131
- #: -:-
1132
- msgid "LDAP|Attribute|sambaProfilePath"
1133
- msgstr ""
1134
-
1135
- #: -:-
1136
- msgid "LDAP|Attribute|sambaPwdCanChange"
1137
- msgstr ""
1138
-
1139
- #: -:-
1140
- msgid "LDAP|Attribute|sambaPwdHistoryLength"
1141
- msgstr ""
1142
-
1143
- #: -:-
1144
- msgid "LDAP|Attribute|sambaPwdLastSet"
1145
- msgstr ""
1146
-
1147
- #: -:-
1148
- msgid "LDAP|Attribute|sambaPwdMustChange"
1149
- msgstr ""
1150
-
1151
- #: -:-
1152
- msgid "LDAP|Attribute|sambaRefuseMachinePwdChange"
1153
- msgstr ""
1154
-
1155
- #: -:-
1156
- msgid "LDAP|Attribute|sambaSID"
1157
- msgstr ""
1158
-
1159
- #: -:-
1160
- msgid "LDAP|Attribute|sambaSIDList"
1161
- msgstr ""
1162
-
1163
- #: -:-
1164
- msgid "LDAP|Attribute|sambaShareName"
1165
- msgstr ""
1166
-
1167
- #: -:-
1168
- msgid "LDAP|Attribute|sambaStringListOption"
1169
- msgstr ""
1170
-
1171
- #: -:-
1172
- msgid "LDAP|Attribute|sambaStringOption"
1173
- msgstr ""
1174
-
1175
- #: -:-
1176
- msgid "LDAP|Attribute|sambaTrustFlags"
1177
- msgstr ""
1178
-
1179
- #: -:-
1180
- msgid "LDAP|Attribute|sambaUserWorkstations"
1181
- msgstr ""
1182
-
1183
- #: -:-
1184
- msgid "LDAP|Attribute|searchGuide"
1185
- msgstr ""
1186
-
1187
- #: -:-
1188
- msgid "LDAP|Attribute|secretary"
1189
- msgstr ""
1190
-
1191
- #: -:-
1192
- msgid "LDAP|Attribute|seeAlso"
1193
- msgstr ""
1194
-
1195
- #: -:-
1196
- msgid "LDAP|Attribute|serialNumber"
1197
- msgstr ""
1198
-
1199
- #: -:-
1200
- msgid "LDAP|Attribute|shadowExpire"
1201
- msgstr ""
1202
-
1203
- #: -:-
1204
- msgid "LDAP|Attribute|shadowFlag"
1205
- msgstr ""
1206
-
1207
- #: -:-
1208
- msgid "LDAP|Attribute|shadowInactive"
1209
- msgstr ""
1210
-
1211
- #: -:-
1212
- msgid "LDAP|Attribute|shadowLastChange"
1213
- msgstr ""
1214
-
1215
- #: -:-
1216
- msgid "LDAP|Attribute|shadowMax"
1217
- msgstr ""
1218
-
1219
- #: -:-
1220
- msgid "LDAP|Attribute|shadowMin"
1221
- msgstr ""
1222
-
1223
- #: -:-
1224
- msgid "LDAP|Attribute|shadowWarning"
1225
- msgstr ""
1226
-
1227
- #: -:-
1228
- msgid "LDAP|Attribute|singleLevelQuality"
1229
- msgstr ""
1230
-
1231
- #: -:-
1232
- msgid "LDAP|Attribute|sn"
1233
- msgstr ""
1234
-
1235
- #: -:-
1236
- msgid "LDAP|Attribute|st"
1237
- msgstr ""
1238
-
1239
- #: -:-
1240
- msgid "LDAP|Attribute|stateOrProvinceName"
1241
- msgstr ""
1242
-
1243
- #: -:-
1244
- msgid "LDAP|Attribute|street"
1245
- msgstr ""
1246
-
1247
- #: -:-
1248
- msgid "LDAP|Attribute|streetAddress"
1249
- msgstr ""
1250
-
1251
- #: -:-
1252
- msgid "LDAP|Attribute|structuralObjectClass"
1253
- msgstr ""
1254
-
1255
- #: -:-
1256
- msgid "LDAP|Attribute|subschemaSubentry"
1257
- msgstr ""
1258
-
1259
- #: -:-
1260
- msgid "LDAP|Attribute|subtreeMaximumQuality"
1261
- msgstr ""
1262
-
1263
- #: -:-
1264
- msgid "LDAP|Attribute|subtreeMinimumQuality"
1265
- msgstr ""
1266
-
1267
- #: -:-
1268
- msgid "LDAP|Attribute|supportedAlgorithms"
1269
- msgstr ""
1270
-
1271
- #: -:-
1272
- msgid "LDAP|Attribute|supportedApplicationContext"
1273
- msgstr ""
1274
-
1275
- #: -:-
1276
- msgid "LDAP|Attribute|supportedControl"
1277
- msgstr ""
1278
-
1279
- #: -:-
1280
- msgid "LDAP|Attribute|supportedExtension"
1281
- msgstr ""
1282
-
1283
- #: -:-
1284
- msgid "LDAP|Attribute|supportedFeatures"
1285
- msgstr ""
1286
-
1287
- #: -:-
1288
- msgid "LDAP|Attribute|supportedLDAPVersion"
1289
- msgstr ""
1290
-
1291
- #: -:-
1292
- msgid "LDAP|Attribute|supportedSASLMechanisms"
1293
- msgstr ""
1294
-
1295
- #: -:-
1296
- msgid "LDAP|Attribute|surname"
1297
- msgstr ""
1298
-
1299
- #: -:-
1300
- msgid "LDAP|Attribute|telephoneNumber"
1301
- msgstr ""
1302
-
1303
- #: -:-
1304
- msgid "LDAP|Attribute|teletexTerminalIdentifier"
1305
- msgstr ""
1306
-
1307
- #: -:-
1308
- msgid "LDAP|Attribute|telexNumber"
1309
- msgstr ""
1310
-
1311
- #: -:-
1312
- msgid "LDAP|Attribute|textEncodedORAddress"
1313
- msgstr ""
1314
-
1315
- #: -:-
1316
- msgid "LDAP|Attribute|title"
1317
- msgstr ""
1318
-
1319
- #: -:-
1320
- msgid "LDAP|Attribute|uid"
1321
- msgstr ""
1322
-
1323
- #: -:-
1324
- msgid "LDAP|Attribute|uidNumber"
1325
- msgstr ""
1326
-
1327
- #: -:-
1328
- msgid "LDAP|Attribute|uniqueIdentifier"
1329
- msgstr ""
1330
-
1331
- #: -:-
1332
- msgid "LDAP|Attribute|uniqueMember"
1333
- msgstr ""
1334
-
1335
- #: -:-
1336
- msgid "LDAP|Attribute|userCertificate"
1337
- msgstr ""
1338
-
1339
- #: -:-
1340
- msgid "LDAP|Attribute|userClass"
1341
- msgstr ""
1342
-
1343
- #: -:-
1344
- msgid "LDAP|Attribute|userPKCS12"
1345
- msgstr ""
1346
-
1347
- #: -:-
1348
- msgid "LDAP|Attribute|userPassword"
1349
- msgstr ""
1350
-
1351
- #: -:-
1352
- msgid "LDAP|Attribute|userSMIMECertificate"
1353
- msgstr ""
1354
-
1355
- #: -:-
1356
- msgid "LDAP|Attribute|userid"
1357
- msgstr ""
1358
-
1359
- #: -:-
1360
- msgid "LDAP|Attribute|vendorName"
1361
- msgstr ""
1362
-
1363
- #: -:-
1364
- msgid "LDAP|Attribute|vendorVersion"
1365
- msgstr ""
1366
-
1367
- #: -:-
1368
- msgid "LDAP|Attribute|x121Address"
1369
- msgstr ""
1370
-
1371
- #: -:-
1372
- msgid "LDAP|Attribute|x500UniqueIdentifier"
1373
- msgstr ""
1374
-
1375
- #: -:-
1376
- msgid ""
1377
- "LDAP|Description|Attribute|aliasedObjectName|RFC4512: name of aliased object"
1378
- msgstr ""
1379
-
1380
- #: -:-
1381
- msgid "LDAP|Description|Attribute|altServer|RFC4512: alternative servers"
1382
- msgstr ""
1383
-
1384
- #: -:-
1385
- msgid ""
1386
- "LDAP|Description|Attribute|associatedDomain|RFC1274: domain associated with "
1387
- "object"
1388
- msgstr ""
1389
-
1390
- #: -:-
1391
- msgid ""
1392
- "LDAP|Description|Attribute|associatedName|RFC1274: DN of entry associated "
1393
- "with domain"
1394
- msgstr ""
1395
-
1396
- #: -:-
1397
- msgid "LDAP|Description|Attribute|attributeTypes|RFC4512: attribute types"
1398
- msgstr ""
1399
-
1400
- #: -:-
1401
- msgid "LDAP|Description|Attribute|audio|RFC1274: audio (u-law)"
1402
- msgstr ""
1403
-
1404
- #: -:-
1405
- msgid ""
1406
- "LDAP|Description|Attribute|authorityRevocationList|RFC2256: X.509 authority "
1407
- "revocation list, use ;binary"
1408
- msgstr ""
1409
-
1410
- #: -:-
1411
- msgid "LDAP|Description|Attribute|bootFile|Boot image name"
1412
- msgstr ""
1413
-
1414
- #: -:-
1415
- msgid "LDAP|Description|Attribute|bootParameter|rpc.bootparamd parameter"
1416
- msgstr ""
1417
-
1418
- #: -:-
1419
- msgid "LDAP|Description|Attribute|buildingName|RFC1274: name of building"
1420
- msgstr ""
1421
-
1422
- #: -:-
1423
- msgid "LDAP|Description|Attribute|businessCategory|RFC2256: business category"
1424
- msgstr ""
1425
-
1426
- #: -:-
1427
- msgid ""
1428
- "LDAP|Description|Attribute|cACertificate|RFC2256: X.509 CA certificate, use ;"
1429
- "binary"
1430
- msgstr ""
1431
-
1432
- #: -:-
1433
- msgid ""
1434
- "LDAP|Description|Attribute|carLicense|RFC2798: vehicle license or "
1435
- "registration plate"
1436
- msgstr ""
1437
-
1438
- #: -:-
1439
- msgid ""
1440
- "LDAP|Description|Attribute|certificateRevocationList|RFC2256: X.509 "
1441
- "certificate revocation list, use ;binary"
1442
- msgstr ""
1443
-
1444
- #: -:-
1445
- msgid ""
1446
- "LDAP|Description|Attribute|cn|RFC4519: common name(s) for which the entity "
1447
- "is known by"
1448
- msgstr ""
1449
-
1450
- #: -:-
1451
- msgid "LDAP|Description|Attribute|co|RFC1274: friendly country name"
1452
- msgstr ""
1453
-
1454
- #: -:-
1455
- msgid ""
1456
- "LDAP|Description|Attribute|createTimestamp|RFC4512: time which object was "
1457
- "created"
1458
- msgstr ""
1459
-
1460
- #: -:-
1461
- msgid "LDAP|Description|Attribute|creatorsName|RFC4512: name of creator"
1462
- msgstr ""
1463
-
1464
- #: -:-
1465
- msgid ""
1466
- "LDAP|Description|Attribute|crossCertificatePair|RFC2256: X.509 cross "
1467
- "certificate pair, use ;binary"
1468
- msgstr ""
1469
-
1470
- #: -:-
1471
- msgid "LDAP|Description|Attribute|c|RFC2256: ISO-3166 country 2-letter code"
1472
- msgstr ""
1473
-
1474
- #: -:-
1475
- msgid "LDAP|Description|Attribute|dITRedirect|RFC1274: DIT Redirect"
1476
- msgstr ""
1477
-
1478
- #: -:-
1479
- msgid "LDAP|Description|Attribute|dSAQuality|RFC1274: DSA Quality"
1480
- msgstr ""
1481
-
1482
- #: -:-
1483
- msgid "LDAP|Description|Attribute|dc|RFC1274/2247: domain component"
1484
- msgstr ""
1485
-
1486
- #: -:-
1487
- msgid ""
1488
- "LDAP|Description|Attribute|deltaRevocationList|RFC2256: delta revocation "
1489
- "list; use ;binary"
1490
- msgstr ""
1491
-
1492
- #: -:-
1493
- msgid ""
1494
- "LDAP|Description|Attribute|departmentNumber|RFC2798: identifies a department "
1495
- "within an organization"
1496
- msgstr ""
1497
-
1498
- #: -:-
1499
- msgid "LDAP|Description|Attribute|description|RFC4519: descriptive information"
1500
- msgstr ""
1501
-
1502
- #: -:-
1503
- msgid ""
1504
- "LDAP|Description|Attribute|destinationIndicator|RFC2256: destination "
1505
- "indicator"
1506
- msgstr ""
1507
-
1508
- #: -:-
1509
- msgid ""
1510
- "LDAP|Description|Attribute|displayName|RFC2798: preferred name to be used "
1511
- "when displaying entries"
1512
- msgstr ""
1513
-
1514
- #: -:-
1515
- msgid ""
1516
- "LDAP|Description|Attribute|distinguishedName|RFC4519: common supertype of DN "
1517
- "attributes"
1518
- msgstr ""
1519
-
1520
- #: -:-
1521
- msgid "LDAP|Description|Attribute|dmdName|RFC2256: name of DMD"
1522
- msgstr ""
1523
-
1524
- #: -:-
1525
- msgid "LDAP|Description|Attribute|dnQualifier|RFC2256: DN qualifier"
1526
- msgstr ""
1527
-
1528
- #: -:-
1529
- msgid ""
1530
- "LDAP|Description|Attribute|documentAuthor|RFC1274: DN of author of document"
1531
- msgstr ""
1532
-
1533
- #: -:-
1534
- msgid ""
1535
- "LDAP|Description|Attribute|documentIdentifier|RFC1274: unique identifier of "
1536
- "document"
1537
- msgstr ""
1538
-
1539
- #: -:-
1540
- msgid ""
1541
- "LDAP|Description|Attribute|documentLocation|RFC1274: location of document "
1542
- "original"
1543
- msgstr ""
1544
-
1545
- #: -:-
1546
- msgid ""
1547
- "LDAP|Description|Attribute|documentPublisher|RFC1274: publisher of document"
1548
- msgstr ""
1549
-
1550
- #: -:-
1551
- msgid "LDAP|Description|Attribute|documentTitle|RFC1274: title of document"
1552
- msgstr ""
1553
-
1554
- #: -:-
1555
- msgid "LDAP|Description|Attribute|documentVersion|RFC1274: version of document"
1556
- msgstr ""
1557
-
1558
- #: -:-
1559
- msgid "LDAP|Description|Attribute|drink|RFC1274: favorite drink"
1560
- msgstr ""
1561
-
1562
- #: -:-
1563
- msgid "LDAP|Description|Attribute|dynamicSubtrees|RFC2589: dynamic subtrees"
1564
- msgstr ""
1565
-
1566
- #: -:-
1567
- msgid ""
1568
- "LDAP|Description|Attribute|email|RFC3280: legacy attribute for email "
1569
- "addresses in DNs"
1570
- msgstr ""
1571
-
1572
- #: -:-
1573
- msgid ""
1574
- "LDAP|Description|Attribute|employeeNumber|RFC2798: numerically identifies an "
1575
- "employee within an organization"
1576
- msgstr ""
1577
-
1578
- #: -:-
1579
- msgid ""
1580
- "LDAP|Description|Attribute|employeeType|RFC2798: type of employment for a "
1581
- "person"
1582
- msgstr ""
1583
-
1584
- #: -:-
1585
- msgid ""
1586
- "LDAP|Description|Attribute|enhancedSearchGuide|RFC2256: enhanced search guide"
1587
- msgstr ""
1588
-
1589
- #: -:-
1590
- msgid "LDAP|Description|Attribute|entryDN|DN of the entry"
1591
- msgstr ""
1592
-
1593
- #: -:-
1594
- msgid "LDAP|Description|Attribute|entryTtl|RFC2589: entry time-to-live"
1595
- msgstr ""
1596
-
1597
- #: -:-
1598
- msgid "LDAP|Description|Attribute|entryUUID|UUID of the entry"
1599
- msgstr ""
1600
-
1601
- #: -:-
1602
- msgid ""
1603
- "LDAP|Description|Attribute|facsimileTelephoneNumber|RFC2256: Facsimile (Fax) "
1604
- "Telephone Number"
1605
- msgstr ""
1606
-
1607
- #: -:-
1608
- msgid "LDAP|Description|Attribute|gecos|The GECOS field; the common name"
1609
- msgstr ""
1610
-
1611
- #: -:-
1612
- msgid ""
1613
- "LDAP|Description|Attribute|generationQualifier|RFC2256: name qualifier "
1614
- "indicating a generation"
1615
- msgstr ""
1616
-
1617
- #: -:-
1618
- msgid ""
1619
- "LDAP|Description|Attribute|gidNumber|RFC2307: An integer uniquely "
1620
- "identifying a group in an administrative domain"
1621
- msgstr ""
1622
-
1623
- #: -:-
1624
- msgid ""
1625
- "LDAP|Description|Attribute|givenName|RFC2256: first name(s) for which the "
1626
- "entity is known by"
1627
- msgstr ""
1628
-
1629
- #: -:-
1630
- msgid "LDAP|Description|Attribute|hasSubordinates|X.501: entry has children"
1631
- msgstr ""
1632
-
1633
- #: -:-
1634
- msgid ""
1635
- "LDAP|Description|Attribute|homeDirectory|The absolute path to the home "
1636
- "directory"
1637
- msgstr ""
1638
-
1639
- #: -:-
1640
- msgid "LDAP|Description|Attribute|homePhone|RFC1274: home telephone number"
1641
- msgstr ""
1642
-
1643
- #: -:-
1644
- msgid ""
1645
- "LDAP|Description|Attribute|homePostalAddress|RFC1274: home postal address"
1646
- msgstr ""
1647
-
1648
- #: -:-
1649
- msgid "LDAP|Description|Attribute|host|RFC1274: host computer"
1650
- msgstr ""
1651
-
1652
- #: -:-
1653
- msgid "LDAP|Description|Attribute|houseIdentifier|RFC2256: house identifier"
1654
- msgstr ""
1655
-
1656
- #: -:-
1657
- msgid "LDAP|Description|Attribute|info|RFC1274: general information"
1658
- msgstr ""
1659
-
1660
- #: -:-
1661
- msgid ""
1662
- "LDAP|Description|Attribute|initials|RFC2256: initials of some or all of "
1663
- "names, but not the surname(s)."
1664
- msgstr ""
1665
-
1666
- #: -:-
1667
- msgid ""
1668
- "LDAP|Description|Attribute|internationaliSDNNumber|RFC2256: international "
1669
- "ISDN number"
1670
- msgstr ""
1671
-
1672
- #: -:-
1673
- msgid "LDAP|Description|Attribute|ipHostNumber|IP address"
1674
- msgstr ""
1675
-
1676
- #: -:-
1677
- msgid "LDAP|Description|Attribute|ipNetmaskNumber|IP netmask"
1678
- msgstr ""
1679
-
1680
- #: -:-
1681
- msgid "LDAP|Description|Attribute|ipNetworkNumber|IP network"
1682
- msgstr ""
1683
-
1684
- #: -:-
1685
- msgid "LDAP|Description|Attribute|janetMailbox|RFC1274: Janet mailbox"
1686
- msgstr ""
1687
-
1688
- #: -:-
1689
- msgid "LDAP|Description|Attribute|jpegPhoto|RFC2798: a JPEG image"
1690
- msgstr ""
1691
-
1692
- #: -:-
1693
- msgid ""
1694
- "LDAP|Description|Attribute|knowledgeInformation|RFC2256: knowledge "
1695
- "information"
1696
- msgstr ""
1697
-
1698
- #: -:-
1699
- msgid ""
1700
- "LDAP|Description|Attribute|labeledURI|RFC2079: Uniform Resource Identifier "
1701
- "with optional label"
1702
- msgstr ""
1703
-
1704
- #: -:-
1705
- msgid "LDAP|Description|Attribute|ldapSyntaxes|RFC4512: LDAP syntaxes"
1706
- msgstr ""
1707
-
1708
- #: -:-
1709
- msgid "LDAP|Description|Attribute|loginShell|The path to the login shell"
1710
- msgstr ""
1711
-
1712
- #: -:-
1713
- msgid ""
1714
- "LDAP|Description|Attribute|l|RFC2256: locality which this object resides in"
1715
- msgstr ""
1716
-
1717
- #: -:-
1718
- msgid "LDAP|Description|Attribute|macAddress|MAC address"
1719
- msgstr ""
1720
-
1721
- #: -:-
1722
- msgid ""
1723
- "LDAP|Description|Attribute|mailPreferenceOption|RFC1274: mail preference "
1724
- "option"
1725
- msgstr ""
1726
-
1727
- #: -:-
1728
- msgid "LDAP|Description|Attribute|mail|RFC1274: RFC822 Mailbox"
1729
- msgstr ""
1730
-
1731
- #: -:-
1732
- msgid "LDAP|Description|Attribute|manager|RFC1274: DN of manager"
1733
- msgstr ""
1734
-
1735
- #: -:-
1736
- msgid "LDAP|Description|Attribute|matchingRuleUse|RFC4512: matching rule uses"
1737
- msgstr ""
1738
-
1739
- #: -:-
1740
- msgid "LDAP|Description|Attribute|matchingRules|RFC4512: matching rules"
1741
- msgstr ""
1742
-
1743
- #: -:-
1744
- msgid "LDAP|Description|Attribute|member|RFC2256: member of a group"
1745
- msgstr ""
1746
-
1747
- #: -:-
1748
- msgid "LDAP|Description|Attribute|mobile|RFC1274: mobile telephone number"
1749
- msgstr ""
1750
-
1751
- #: -:-
1752
- msgid "LDAP|Description|Attribute|modifiersName|RFC4512: name of last modifier"
1753
- msgstr ""
1754
-
1755
- #: -:-
1756
- msgid ""
1757
- "LDAP|Description|Attribute|modifyTimestamp|RFC4512: time which object was "
1758
- "last modified"
1759
- msgstr ""
1760
-
1761
- #: -:-
1762
- msgid ""
1763
- "LDAP|Description|Attribute|name|RFC4519: common supertype of name attributes"
1764
- msgstr ""
1765
-
1766
- #: -:-
1767
- msgid "LDAP|Description|Attribute|namingContexts|RFC4512: naming contexts"
1768
- msgstr ""
1769
-
1770
- #: -:-
1771
- msgid "LDAP|Description|Attribute|nisNetgroupTriple|Netgroup triple"
1772
- msgstr ""
1773
-
1774
- #: -:-
1775
- msgid "LDAP|Description|Attribute|objectClasses|RFC4512: object classes"
1776
- msgstr ""
1777
-
1778
- #: -:-
1779
- msgid ""
1780
- "LDAP|Description|Attribute|objectClass|RFC4512: object classes of the entity"
1781
- msgstr ""
1782
-
1783
- #: -:-
1784
- msgid "LDAP|Description|Attribute|olcAccess|Access Control List"
1785
- msgstr ""
1786
-
1787
- #: -:-
1788
- msgid ""
1789
- "LDAP|Description|Attribute|olcAddContentAcl|Check ACLs against content of "
1790
- "Add ops"
1791
- msgstr ""
1792
-
1793
- #: -:-
1794
- msgid "LDAP|Description|Attribute|olcAllows|Allowed set of deprecated features"
1795
- msgstr ""
1796
-
1797
- #: -:-
1798
- msgid ""
1799
- "LDAP|Description|Attribute|olcArgsFile|File for slapd command line options"
1800
- msgstr ""
1801
-
1802
- #: -:-
1803
- msgid "LDAP|Description|Attribute|olcAttributeTypes|OpenLDAP attributeTypes"
1804
- msgstr ""
1805
-
1806
- #: -:-
1807
- msgid "LDAP|Description|Attribute|olcBackend|A type of backend"
1808
- msgstr ""
1809
-
1810
- #: -:-
1811
- msgid ""
1812
- "LDAP|Description|Attribute|olcConfigDir|Directory for slapd configuration "
1813
- "backend"
1814
- msgstr ""
1815
-
1816
- #: -:-
1817
- msgid ""
1818
- "LDAP|Description|Attribute|olcConfigFile|File for slapd configuration "
1819
- "directives"
1820
- msgstr ""
1821
-
1822
- #: -:-
1823
- msgid ""
1824
- "LDAP|Description|Attribute|olcDatabase|The backend type for a database "
1825
- "instance"
1826
- msgstr ""
1827
-
1828
- #: -:-
1829
- msgid ""
1830
- "LDAP|Description|Attribute|olcDbCacheFree|Number of extra entries to free "
1831
- "when max is reached"
1832
- msgstr ""
1833
-
1834
- #: -:-
1835
- msgid "LDAP|Description|Attribute|olcDbCacheSize|Entry cache size in entries"
1836
- msgstr ""
1837
-
1838
- #: -:-
1839
- msgid ""
1840
- "LDAP|Description|Attribute|olcDbCheckpoint|Database checkpoint interval in "
1841
- "kbytes and minutes"
1842
- msgstr ""
1843
-
1844
- #: -:-
1845
- msgid ""
1846
- "LDAP|Description|Attribute|olcDbChecksum|Enable database checksum validation"
1847
- msgstr ""
1848
-
1849
- #: -:-
1850
- msgid ""
1851
- "LDAP|Description|Attribute|olcDbConfig|BerkeleyDB DB_CONFIG configuration "
1852
- "directives"
1853
- msgstr ""
1854
-
1855
- #: -:-
1856
- msgid ""
1857
- "LDAP|Description|Attribute|olcDbCryptFile|Pathname of file containing the DB "
1858
- "encryption key"
1859
- msgstr ""
1860
-
1861
- #: -:-
1862
- msgid "LDAP|Description|Attribute|olcDbCryptKey|DB encryption key"
1863
- msgstr ""
1864
-
1865
- #: -:-
1866
- msgid "LDAP|Description|Attribute|olcDbDNcacheSize|DN cache size"
1867
- msgstr ""
1868
-
1869
- #: -:-
1870
- msgid ""
1871
- "LDAP|Description|Attribute|olcDbDirectory|Directory for database content"
1872
- msgstr ""
1873
-
1874
- #: -:-
1875
- msgid ""
1876
- "LDAP|Description|Attribute|olcDbDirtyRead|Allow reads of uncommitted data"
1877
- msgstr ""
1878
-
1879
- #: -:-
1880
- msgid "LDAP|Description|Attribute|olcDbIDLcacheSize|IDL cache size in IDLs"
1881
- msgstr ""
1882
-
1883
- #: -:-
1884
- msgid "LDAP|Description|Attribute|olcDbIndex|Attribute index parameters"
1885
- msgstr ""
1886
-
1887
- #: -:-
1888
- msgid ""
1889
- "LDAP|Description|Attribute|olcDbLinearIndex|Index attributes one at a time"
1890
- msgstr ""
1891
-
1892
- #: -:-
1893
- msgid "LDAP|Description|Attribute|olcDbLockDetect|Deadlock detection algorithm"
1894
- msgstr ""
1895
-
1896
- #: -:-
1897
- msgid "LDAP|Description|Attribute|olcDbMode|Unix permissions of database files"
1898
- msgstr ""
1899
-
1900
- #: -:-
1901
- msgid ""
1902
- "LDAP|Description|Attribute|olcDbNoSync|Disable synchronous database writes"
1903
- msgstr ""
1904
-
1905
- #: -:-
1906
- msgid ""
1907
- "LDAP|Description|Attribute|olcDbPageSize|Page size of specified DB, in Kbytes"
1908
- msgstr ""
1909
-
1910
- #: -:-
1911
- msgid ""
1912
- "LDAP|Description|Attribute|olcDbSearchStack|Depth of search stack in IDLs"
1913
- msgstr ""
1914
-
1915
- #: -:-
1916
- msgid "LDAP|Description|Attribute|olcDbShmKey|Key for shared memory region"
1917
- msgstr ""
1918
-
1919
- #: -:-
1920
- msgid ""
1921
- "LDAP|Description|Attribute|olcDitContentRules|OpenLDAP DIT content rules"
1922
- msgstr ""
1923
-
1924
- #: -:-
1925
- msgid "LDAP|Description|Attribute|olcLdapSyntaxes|OpenLDAP ldapSyntax"
1926
- msgstr ""
1927
-
1928
- #: -:-
1929
- msgid "LDAP|Description|Attribute|olcObjectClasses|OpenLDAP object classes"
1930
- msgstr ""
1931
-
1932
- #: -:-
1933
- msgid ""
1934
- "LDAP|Description|Attribute|olcSortVals|Attributes whose values will always "
1935
- "be sorted"
1936
- msgstr ""
1937
-
1938
- #: -:-
1939
- msgid ""
1940
- "LDAP|Description|Attribute|organizationalStatus|RFC1274: organizational "
1941
- "status"
1942
- msgstr ""
1943
-
1944
- #: -:-
1945
- msgid ""
1946
- "LDAP|Description|Attribute|ou|RFC2256: organizational unit this object "
1947
- "belongs to"
1948
- msgstr ""
1949
-
1950
- #: -:-
1951
- msgid "LDAP|Description|Attribute|owner|RFC2256: owner (of the object)"
1952
- msgstr ""
1953
-
1954
- #: -:-
1955
- msgid ""
1956
- "LDAP|Description|Attribute|o|RFC2256: organization this object belongs to"
1957
- msgstr ""
1958
-
1959
- #: -:-
1960
- msgid "LDAP|Description|Attribute|pager|RFC1274: pager telephone number"
1961
- msgstr ""
1962
-
1963
- #: -:-
1964
- msgid ""
1965
- "LDAP|Description|Attribute|personalSignature|RFC1274: Personal Signature (G3 "
1966
- "fax)"
1967
- msgstr ""
1968
-
1969
- #: -:-
1970
- msgid "LDAP|Description|Attribute|personalTitle|RFC1274: personal title"
1971
- msgstr ""
1972
-
1973
- #: -:-
1974
- msgid "LDAP|Description|Attribute|photo|RFC1274: photo (G3 fax)"
1975
- msgstr ""
1976
-
1977
- #: -:-
1978
- msgid ""
1979
- "LDAP|Description|Attribute|physicalDeliveryOfficeName|RFC2256: Physical "
1980
- "Delivery Office Name"
1981
- msgstr ""
1982
-
1983
- #: -:-
1984
- msgid "LDAP|Description|Attribute|postOfficeBox|RFC2256: Post Office Box"
1985
- msgstr ""
1986
-
1987
- #: -:-
1988
- msgid "LDAP|Description|Attribute|postalAddress|RFC2256: postal address"
1989
- msgstr ""
1990
-
1991
- #: -:-
1992
- msgid "LDAP|Description|Attribute|postalCode|RFC2256: postal code"
1993
- msgstr ""
1994
-
1995
- #: -:-
1996
- msgid ""
1997
- "LDAP|Description|Attribute|preferredDeliveryMethod|RFC2256: preferred "
1998
- "delivery method"
1999
- msgstr ""
2000
-
2001
- #: -:-
2002
- msgid ""
2003
- "LDAP|Description|Attribute|preferredLanguage|RFC2798: preferred written or "
2004
- "spoken language for a person"
2005
- msgstr ""
2006
-
2007
- #: -:-
2008
- msgid ""
2009
- "LDAP|Description|Attribute|presentationAddress|RFC2256: presentation address"
2010
- msgstr ""
2011
-
2012
- #: -:-
2013
- msgid ""
2014
- "LDAP|Description|Attribute|protocolInformation|RFC2256: protocol information"
2015
- msgstr ""
2016
-
2017
- #: -:-
2018
- msgid ""
2019
- "LDAP|Description|Attribute|pseudonym|X.520(4th): pseudonym for the object"
2020
- msgstr ""
2021
-
2022
- #: -:-
2023
- msgid "LDAP|Description|Attribute|ref|RFC3296: subordinate referral URL"
2024
- msgstr ""
2025
-
2026
- #: -:-
2027
- msgid ""
2028
- "LDAP|Description|Attribute|registeredAddress|RFC2256: registered postal "
2029
- "address"
2030
- msgstr ""
2031
-
2032
- #: -:-
2033
- msgid "LDAP|Description|Attribute|roleOccupant|RFC2256: occupant of role"
2034
- msgstr ""
2035
-
2036
- #: -:-
2037
- msgid "LDAP|Description|Attribute|roomNumber|RFC1274: room number"
2038
- msgstr ""
2039
-
2040
- #: -:-
2041
- msgid "LDAP|Description|Attribute|sambaAcctFlags|Account Flags"
2042
- msgstr ""
2043
-
2044
- #: -:-
2045
- msgid ""
2046
- "LDAP|Description|Attribute|sambaAlgorithmicRidBase|Base at which the samba "
2047
- "RID generation algorithm should operate"
2048
- msgstr ""
2049
-
2050
- #: -:-
2051
- msgid ""
2052
- "LDAP|Description|Attribute|sambaBadPasswordCount|Bad password attempt count"
2053
- msgstr ""
2054
-
2055
- #: -:-
2056
- msgid ""
2057
- "LDAP|Description|Attribute|sambaBadPasswordTime|Time of the last bad "
2058
- "password attempt"
2059
- msgstr ""
2060
-
2061
- #: -:-
2062
- msgid "LDAP|Description|Attribute|sambaBoolOption|A boolean option"
2063
- msgstr ""
2064
-
2065
- #: -:-
2066
- msgid ""
2067
- "LDAP|Description|Attribute|sambaDomainName|Windows NT domain to which the "
2068
- "user belongs"
2069
- msgstr ""
2070
-
2071
- #: -:-
2072
- msgid ""
2073
- "LDAP|Description|Attribute|sambaForceLogoff|Disconnect Users outside logon "
2074
- "hours (default: -1 => off, 0 => on)"
2075
- msgstr ""
2076
-
2077
- #: -:-
2078
- msgid "LDAP|Description|Attribute|sambaGroupType|NT Group Type"
2079
- msgstr ""
2080
-
2081
- #: -:-
2082
- msgid ""
2083
- "LDAP|Description|Attribute|sambaHomeDrive|Driver letter of home directory "
2084
- "mapping"
2085
- msgstr ""
2086
-
2087
- #: -:-
2088
- msgid "LDAP|Description|Attribute|sambaHomePath|Home directory UNC path"
2089
- msgstr ""
2090
-
2091
- #: -:-
2092
- msgid "LDAP|Description|Attribute|sambaIntegerOption|An integer option"
2093
- msgstr ""
2094
-
2095
- #: -:-
2096
- msgid ""
2097
- "LDAP|Description|Attribute|sambaKickoffTime|Timestamp of when the user will "
2098
- "be logged off automatically"
2099
- msgstr ""
2100
-
2101
- #: -:-
2102
- msgid "LDAP|Description|Attribute|sambaLMPassword|LanManager Password"
2103
- msgstr ""
2104
-
2105
- #: -:-
2106
- msgid ""
2107
- "LDAP|Description|Attribute|sambaLockoutDuration|Lockout duration in minutes "
2108
- "(default: 30, -1 => forever)"
2109
- msgstr ""
2110
-
2111
- #: -:-
2112
- msgid ""
2113
- "LDAP|Description|Attribute|sambaLockoutObservationWindow|Reset time after "
2114
- "lockout in minutes (default: 30)"
2115
- msgstr ""
2116
-
2117
- #: -:-
2118
- msgid ""
2119
- "LDAP|Description|Attribute|sambaLockoutThreshold|Lockout users after bad "
2120
- "logon attempts (default: 0 => off)"
2121
- msgstr ""
2122
-
2123
- #: -:-
2124
- msgid "LDAP|Description|Attribute|sambaLogoffTime|Timestamp of last logoff"
2125
- msgstr ""
2126
-
2127
- #: -:-
2128
- msgid "LDAP|Description|Attribute|sambaLogonHours|Logon Hours"
2129
- msgstr ""
2130
-
2131
- #: -:-
2132
- msgid "LDAP|Description|Attribute|sambaLogonScript|Logon script path"
2133
- msgstr ""
2134
-
2135
- #: -:-
2136
- msgid "LDAP|Description|Attribute|sambaLogonTime|Timestamp of last logon"
2137
- msgstr ""
2138
-
2139
- #: -:-
2140
- msgid ""
2141
- "LDAP|Description|Attribute|sambaLogonToChgPwd|Force Users to logon for "
2142
- "password change (default: 0 => off, 2 => on)"
2143
- msgstr ""
2144
-
2145
- #: -:-
2146
- msgid ""
2147
- "LDAP|Description|Attribute|sambaMaxPwdAge|Maximum password age, in seconds "
2148
- "(default: -1 => never expire passwords)"
2149
- msgstr ""
2150
-
2151
- #: -:-
2152
- msgid ""
2153
- "LDAP|Description|Attribute|sambaMinPwdAge|Minimum password age, in seconds "
2154
- "(default: 0 => allow immediate password change)"
2155
- msgstr ""
2156
-
2157
- #: -:-
2158
- msgid ""
2159
- "LDAP|Description|Attribute|sambaMinPwdLength|Minimal password length "
2160
- "(default: 5)"
2161
- msgstr ""
2162
-
2163
- #: -:-
2164
- msgid ""
2165
- "LDAP|Description|Attribute|sambaMungedDial|Base64 encoded user parameter "
2166
- "string"
2167
- msgstr ""
2168
-
2169
- #: -:-
2170
- msgid ""
2171
- "LDAP|Description|Attribute|sambaNTPassword|MD4 hash of the unicode password"
2172
- msgstr ""
2173
-
2174
- #: -:-
2175
- msgid ""
2176
- "LDAP|Description|Attribute|sambaNextGroupRid|Next NT rid to give out for "
2177
- "groups"
2178
- msgstr ""
2179
-
2180
- #: -:-
2181
- msgid ""
2182
- "LDAP|Description|Attribute|sambaNextRid|Next NT rid to give out for anything"
2183
- msgstr ""
2184
-
2185
- #: -:-
2186
- msgid ""
2187
- "LDAP|Description|Attribute|sambaNextUserRid|Next NT rid to give our for users"
2188
- msgstr ""
2189
-
2190
- #: -:-
2191
- msgid "LDAP|Description|Attribute|sambaOptionName|Option Name"
2192
- msgstr ""
2193
-
2194
- #: -:-
2195
- msgid ""
2196
- "LDAP|Description|Attribute|sambaPasswordHistory|Concatenated MD4 hashes of "
2197
- "the unicode passwords used on this account"
2198
- msgstr ""
2199
-
2200
- #: -:-
2201
- msgid ""
2202
- "LDAP|Description|Attribute|sambaPrimaryGroupSID|Primary Group Security ID"
2203
- msgstr ""
2204
-
2205
- #: -:-
2206
- msgid "LDAP|Description|Attribute|sambaProfilePath|Roaming profile path"
2207
- msgstr ""
2208
-
2209
- #: -:-
2210
- msgid ""
2211
- "LDAP|Description|Attribute|sambaPwdCanChange|Timestamp of when the user is "
2212
- "allowed to update the password"
2213
- msgstr ""
2214
-
2215
- #: -:-
2216
- msgid ""
2217
- "LDAP|Description|Attribute|sambaPwdHistoryLength|Length of Password History "
2218
- "Entries (default: 0 => off)"
2219
- msgstr ""
2220
-
2221
- #: -:-
2222
- msgid ""
2223
- "LDAP|Description|Attribute|sambaPwdLastSet|Timestamp of the last password "
2224
- "update"
2225
- msgstr ""
2226
-
2227
- #: -:-
2228
- msgid ""
2229
- "LDAP|Description|Attribute|sambaPwdMustChange|Timestamp of when the password "
2230
- "will expire"
2231
- msgstr ""
2232
-
2233
- #: -:-
2234
- msgid ""
2235
- "LDAP|Description|Attribute|sambaRefuseMachinePwdChange|Allow Machine "
2236
- "Password changes (default: 0 => off)"
2237
- msgstr ""
2238
-
2239
- #: -:-
2240
- msgid "LDAP|Description|Attribute|sambaSIDList|Security ID List"
2241
- msgstr ""
2242
-
2243
- #: -:-
2244
- msgid "LDAP|Description|Attribute|sambaSID|Security ID"
2245
- msgstr ""
2246
-
2247
- #: -:-
2248
- msgid "LDAP|Description|Attribute|sambaShareName|Share Name"
2249
- msgstr ""
2250
-
2251
- #: -:-
2252
- msgid "LDAP|Description|Attribute|sambaStringListOption|A string list option"
2253
- msgstr ""
2254
-
2255
- #: -:-
2256
- msgid "LDAP|Description|Attribute|sambaStringOption|A string option"
2257
- msgstr ""
2258
-
2259
- #: -:-
2260
- msgid "LDAP|Description|Attribute|sambaTrustFlags|Trust Password Flags"
2261
- msgstr ""
2262
-
2263
- #: -:-
2264
- msgid ""
2265
- "LDAP|Description|Attribute|sambaUserWorkstations|List of user workstations "
2266
- "the user is allowed to logon to"
2267
- msgstr ""
2268
-
2269
- #: -:-
2270
- msgid ""
2271
- "LDAP|Description|Attribute|searchGuide|RFC2256: search guide, deprecated by "
2272
- "enhancedSearchGuide"
2273
- msgstr ""
2274
-
2275
- #: -:-
2276
- msgid "LDAP|Description|Attribute|secretary|RFC1274: DN of secretary"
2277
- msgstr ""
2278
-
2279
- #: -:-
2280
- msgid "LDAP|Description|Attribute|seeAlso|RFC4519: DN of related object"
2281
- msgstr ""
2282
-
2283
- #: -:-
2284
- msgid ""
2285
- "LDAP|Description|Attribute|serialNumber|RFC2256: serial number of the entity"
2286
- msgstr ""
2287
-
2288
- #: -:-
2289
- msgid ""
2290
- "LDAP|Description|Attribute|singleLevelQuality|RFC1274: Single Level Quality"
2291
- msgstr ""
2292
-
2293
- #: -:-
2294
- msgid ""
2295
- "LDAP|Description|Attribute|sn|RFC2256: last (family) name(s) for which the "
2296
- "entity is known by"
2297
- msgstr ""
2298
-
2299
- #: -:-
2300
- msgid ""
2301
- "LDAP|Description|Attribute|street|RFC2256: street address of this object"
2302
- msgstr ""
2303
-
2304
- #: -:-
2305
- msgid ""
2306
- "LDAP|Description|Attribute|structuralObjectClass|RFC4512: structural object "
2307
- "class of entry"
2308
- msgstr ""
2309
-
2310
- #: -:-
2311
- msgid ""
2312
- "LDAP|Description|Attribute|st|RFC2256: state or province which this object "
2313
- "resides in"
2314
- msgstr ""
2315
-
2316
- #: -:-
2317
- msgid ""
2318
- "LDAP|Description|Attribute|subschemaSubentry|RFC4512: name of controlling "
2319
- "subschema entry"
2320
- msgstr ""
2321
-
2322
- #: -:-
2323
- msgid ""
2324
- "LDAP|Description|Attribute|subtreeMaximumQuality|RFC1274: Subtree Maximun "
2325
- "Quality"
2326
- msgstr ""
2327
-
2328
- #: -:-
2329
- msgid ""
2330
- "LDAP|Description|Attribute|subtreeMinimumQuality|RFC1274: Subtree Mininum "
2331
- "Quality"
2332
- msgstr ""
2333
-
2334
- #: -:-
2335
- msgid ""
2336
- "LDAP|Description|Attribute|supportedAlgorithms|RFC2256: supported algorithms"
2337
- msgstr ""
2338
-
2339
- #: -:-
2340
- msgid ""
2341
- "LDAP|Description|Attribute|supportedApplicationContext|RFC2256: supported "
2342
- "application context"
2343
- msgstr ""
2344
-
2345
- #: -:-
2346
- msgid "LDAP|Description|Attribute|supportedControl|RFC4512: supported controls"
2347
- msgstr ""
2348
-
2349
- #: -:-
2350
- msgid ""
2351
- "LDAP|Description|Attribute|supportedExtension|RFC4512: supported extended "
2352
- "operations"
2353
- msgstr ""
2354
-
2355
- #: -:-
2356
- msgid ""
2357
- "LDAP|Description|Attribute|supportedFeatures|RFC4512: features supported by "
2358
- "the server"
2359
- msgstr ""
2360
-
2361
- #: -:-
2362
- msgid ""
2363
- "LDAP|Description|Attribute|supportedLDAPVersion|RFC4512: supported LDAP "
2364
- "versions"
2365
- msgstr ""
2366
-
2367
- #: -:-
2368
- msgid ""
2369
- "LDAP|Description|Attribute|supportedSASLMechanisms|RFC4512: supported SASL "
2370
- "mechanisms"
2371
- msgstr ""
2372
-
2373
- #: -:-
2374
- msgid "LDAP|Description|Attribute|telephoneNumber|RFC2256: Telephone Number"
2375
- msgstr ""
2376
-
2377
- #: -:-
2378
- msgid ""
2379
- "LDAP|Description|Attribute|teletexTerminalIdentifier|RFC2256: Teletex "
2380
- "Terminal Identifier"
2381
- msgstr ""
2382
-
2383
- #: -:-
2384
- msgid "LDAP|Description|Attribute|telexNumber|RFC2256: Telex Number"
2385
- msgstr ""
2386
-
2387
- #: -:-
2388
- msgid ""
2389
- "LDAP|Description|Attribute|title|RFC2256: title associated with the entity"
2390
- msgstr ""
2391
-
2392
- #: -:-
2393
- msgid ""
2394
- "LDAP|Description|Attribute|uidNumber|RFC2307: An integer uniquely "
2395
- "identifying a user in an administrative domain"
2396
- msgstr ""
2397
-
2398
- #: -:-
2399
- msgid "LDAP|Description|Attribute|uid|RFC4519: user identifier"
2400
- msgstr ""
2401
-
2402
- #: -:-
2403
- msgid "LDAP|Description|Attribute|uniqueIdentifier|RFC1274: unique identifer"
2404
- msgstr ""
2405
-
2406
- #: -:-
2407
- msgid ""
2408
- "LDAP|Description|Attribute|uniqueMember|RFC2256: unique member of a group"
2409
- msgstr ""
2410
-
2411
- #: -:-
2412
- msgid ""
2413
- "LDAP|Description|Attribute|userCertificate|RFC2256: X.509 user certificate, "
2414
- "use ;binary"
2415
- msgstr ""
2416
-
2417
- #: -:-
2418
- msgid "LDAP|Description|Attribute|userClass|RFC1274: category of user"
2419
- msgstr ""
2420
-
2421
- #: -:-
2422
- msgid ""
2423
- "LDAP|Description|Attribute|userPKCS12|RFC2798: personal identity "
2424
- "information, a PKCS #12 PFX"
2425
- msgstr ""
2426
-
2427
- #: -:-
2428
- msgid "LDAP|Description|Attribute|userPassword|RFC4519/2307: password of user"
2429
- msgstr ""
2430
-
2431
- #: -:-
2432
- msgid ""
2433
- "LDAP|Description|Attribute|userSMIMECertificate|RFC2798: PKCS#7 SignedData "
2434
- "used to support S/MIME"
2435
- msgstr ""
2436
-
2437
- #: -:-
2438
- msgid ""
2439
- "LDAP|Description|Attribute|vendorName|RFC3045: name of implementation vendor"
2440
- msgstr ""
2441
-
2442
- #: -:-
2443
- msgid ""
2444
- "LDAP|Description|Attribute|vendorVersion|RFC3045: version of implementation"
2445
- msgstr ""
2446
-
2447
- #: -:-
2448
- msgid "LDAP|Description|Attribute|x121Address|RFC2256: X.121 Address"
2449
- msgstr ""
2450
-
2451
- #: -:-
2452
- msgid ""
2453
- "LDAP|Description|Attribute|x500UniqueIdentifier|RFC2256: X.500 unique "
2454
- "identifier"
2455
- msgstr ""
2456
-
2457
- #: -:-
2458
- msgid ""
2459
- "LDAP|Description|ObjectClass|OpenLDAPdisplayableObject|OpenLDAP Displayable "
2460
- "Object"
2461
- msgstr ""
2462
-
2463
- #: -:-
2464
- msgid "LDAP|Description|ObjectClass|OpenLDAPorg|OpenLDAP Organizational Object"
2465
- msgstr ""
2466
-
2467
- #: -:-
2468
- msgid ""
2469
- "LDAP|Description|ObjectClass|OpenLDAPou|OpenLDAP Organizational Unit Object"
2470
- msgstr ""
2471
-
2472
- #: -:-
2473
- msgid "LDAP|Description|ObjectClass|OpenLDAPperson|OpenLDAP Person"
2474
- msgstr ""
2475
-
2476
- #: -:-
2477
- msgid "LDAP|Description|ObjectClass|OpenLDAProotDSE|OpenLDAP Root DSE object"
2478
- msgstr ""
2479
-
2480
- #: -:-
2481
- msgid "LDAP|Description|ObjectClass|alias|RFC4512: an alias"
2482
- msgstr ""
2483
-
2484
- #: -:-
2485
- msgid ""
2486
- "LDAP|Description|ObjectClass|applicationEntity|RFC2256: an application entity"
2487
- msgstr ""
2488
-
2489
- #: -:-
2490
- msgid ""
2491
- "LDAP|Description|ObjectClass|applicationProcess|RFC2256: an application "
2492
- "process"
2493
- msgstr ""
2494
-
2495
- #: -:-
2496
- msgid ""
2497
- "LDAP|Description|ObjectClass|bootableDevice|A device with boot parameters"
2498
- msgstr ""
2499
-
2500
- #: -:-
2501
- msgid ""
2502
- "LDAP|Description|ObjectClass|certificationAuthority|RFC2256: a certificate "
2503
- "authority"
2504
- msgstr ""
2505
-
2506
- #: -:-
2507
- msgid "LDAP|Description|ObjectClass|country|RFC2256: a country"
2508
- msgstr ""
2509
-
2510
- #: -:-
2511
- msgid ""
2512
- "LDAP|Description|ObjectClass|dSA|RFC2256: a directory system agent (a server)"
2513
- msgstr ""
2514
-
2515
- #: -:-
2516
- msgid "LDAP|Description|ObjectClass|dcObject|RFC2247: domain component object"
2517
- msgstr ""
2518
-
2519
- #: -:-
2520
- msgid "LDAP|Description|ObjectClass|deltaCRL|RFC2587: PKI user"
2521
- msgstr ""
2522
-
2523
- #: -:-
2524
- msgid "LDAP|Description|ObjectClass|device|RFC2256: a device"
2525
- msgstr ""
2526
-
2527
- #: -:-
2528
- msgid ""
2529
- "LDAP|Description|ObjectClass|domainRelatedObject|RFC1274: an object related "
2530
- "to an domain"
2531
- msgstr ""
2532
-
2533
- #: -:-
2534
- msgid "LDAP|Description|ObjectClass|dynamicObject|RFC2589: Dynamic Object"
2535
- msgstr ""
2536
-
2537
- #: -:-
2538
- msgid ""
2539
- "LDAP|Description|ObjectClass|extensibleObject|RFC4512: extensible object"
2540
- msgstr ""
2541
-
2542
- #: -:-
2543
- msgid ""
2544
- "LDAP|Description|ObjectClass|groupOfNames|RFC2256: a group of names (DNs)"
2545
- msgstr ""
2546
-
2547
- #: -:-
2548
- msgid ""
2549
- "LDAP|Description|ObjectClass|groupOfUniqueNames|RFC2256: a group of unique "
2550
- "names (DN and Unique Identifier)"
2551
- msgstr ""
2552
-
2553
- #: -:-
2554
- msgid "LDAP|Description|ObjectClass|ieee802Device|A device with a MAC address"
2555
- msgstr ""
2556
-
2557
- #: -:-
2558
- msgid ""
2559
- "LDAP|Description|ObjectClass|inetOrgPerson|RFC2798: Internet Organizational "
2560
- "Person"
2561
- msgstr ""
2562
-
2563
- #: -:-
2564
- msgid "LDAP|Description|ObjectClass|ipHost|Abstraction of a host, an IP device"
2565
- msgstr ""
2566
-
2567
- #: -:-
2568
- msgid "LDAP|Description|ObjectClass|ipNetwork|Abstraction of an IP network"
2569
- msgstr ""
2570
-
2571
- #: -:-
2572
- msgid "LDAP|Description|ObjectClass|ipProtocol|Abstraction of an IP protocol"
2573
- msgstr ""
2574
-
2575
- #: -:-
2576
- msgid ""
2577
- "LDAP|Description|ObjectClass|ipService|Abstraction an Internet Protocol "
2578
- "service"
2579
- msgstr ""
2580
-
2581
- #: -:-
2582
- msgid ""
2583
- "LDAP|Description|ObjectClass|labeledURIObject|RFC2079: object that contains "
2584
- "the URI attribute type"
2585
- msgstr ""
2586
-
2587
- #: -:-
2588
- msgid "LDAP|Description|ObjectClass|locality|RFC2256: a locality"
2589
- msgstr ""
2590
-
2591
- #: -:-
2592
- msgid "LDAP|Description|ObjectClass|nisMap|A generic abstraction of a NIS map"
2593
- msgstr ""
2594
-
2595
- #: -:-
2596
- msgid "LDAP|Description|ObjectClass|nisNetgroup|Abstraction of a netgroup"
2597
- msgstr ""
2598
-
2599
- #: -:-
2600
- msgid "LDAP|Description|ObjectClass|nisObject|An entry in a NIS map"
2601
- msgstr ""
2602
-
2603
- #: -:-
2604
- msgid ""
2605
- "LDAP|Description|ObjectClass|olcBackendConfig|OpenLDAP Backend-specific "
2606
- "options"
2607
- msgstr ""
2608
-
2609
- #: -:-
2610
- msgid "LDAP|Description|ObjectClass|olcBdbConfig|BDB backend configuration"
2611
- msgstr ""
2612
-
2613
- #: -:-
2614
- msgid "LDAP|Description|ObjectClass|olcConfig|OpenLDAP configuration object"
2615
- msgstr ""
2616
-
2617
- #: -:-
2618
- msgid ""
2619
- "LDAP|Description|ObjectClass|olcDatabaseConfig|OpenLDAP Database-specific "
2620
- "options"
2621
- msgstr ""
2622
-
2623
- #: -:-
2624
- msgid ""
2625
- "LDAP|Description|ObjectClass|olcFrontendConfig|OpenLDAP frontend "
2626
- "configuration"
2627
- msgstr ""
2628
-
2629
- #: -:-
2630
- msgid ""
2631
- "LDAP|Description|ObjectClass|olcGlobal|OpenLDAP Global configuration options"
2632
- msgstr ""
2633
-
2634
- #: -:-
2635
- msgid ""
2636
- "LDAP|Description|ObjectClass|olcIncludeFile|OpenLDAP configuration include "
2637
- "file"
2638
- msgstr ""
2639
-
2640
- #: -:-
2641
- msgid "LDAP|Description|ObjectClass|olcLdifConfig|LDIF backend configuration"
2642
- msgstr ""
2643
-
2644
- #: -:-
2645
- msgid "LDAP|Description|ObjectClass|olcModuleList|OpenLDAP dynamic module info"
2646
- msgstr ""
2647
-
2648
- #: -:-
2649
- msgid ""
2650
- "LDAP|Description|ObjectClass|olcOverlayConfig|OpenLDAP Overlay-specific "
2651
- "options"
2652
- msgstr ""
2653
-
2654
- #: -:-
2655
- msgid "LDAP|Description|ObjectClass|olcSchemaConfig|OpenLDAP schema object"
2656
- msgstr ""
2657
-
2658
- #: -:-
2659
- msgid "LDAP|Description|ObjectClass|oncRpc|Abstraction of an ONC/RPC binding"
2660
- msgstr ""
2661
-
2662
- #: -:-
2663
- msgid ""
2664
- "LDAP|Description|ObjectClass|organizationalPerson|RFC2256: an organizational "
2665
- "person"
2666
- msgstr ""
2667
-
2668
- #: -:-
2669
- msgid ""
2670
- "LDAP|Description|ObjectClass|organizationalRole|RFC2256: an organizational "
2671
- "role"
2672
- msgstr ""
2673
-
2674
- #: -:-
2675
- msgid ""
2676
- "LDAP|Description|ObjectClass|organizationalUnit|RFC2256: an organizational "
2677
- "unit"
2678
- msgstr ""
2679
-
2680
- #: -:-
2681
- msgid "LDAP|Description|ObjectClass|organization|RFC2256: an organization"
2682
- msgstr ""
2683
-
2684
- #: -:-
2685
- msgid "LDAP|Description|ObjectClass|person|RFC2256: a person"
2686
- msgstr ""
2687
-
2688
- #: -:-
2689
- msgid "LDAP|Description|ObjectClass|pkiCA|RFC2587: PKI certificate authority"
2690
- msgstr ""
2691
-
2692
- #: -:-
2693
- msgid "LDAP|Description|ObjectClass|pkiUser|RFC2587: a PKI user"
2694
- msgstr ""
2695
-
2696
- #: -:-
2697
- msgid ""
2698
- "LDAP|Description|ObjectClass|posixAccount|Abstraction of an account with "
2699
- "POSIX attributes"
2700
- msgstr ""
2701
-
2702
- #: -:-
2703
- msgid ""
2704
- "LDAP|Description|ObjectClass|posixGroup|Abstraction of a group of accounts"
2705
- msgstr ""
2706
-
2707
- #: -:-
2708
- msgid ""
2709
- "LDAP|Description|ObjectClass|referral|namedref: named subordinate referral"
2710
- msgstr ""
2711
-
2712
- #: -:-
2713
- msgid ""
2714
- "LDAP|Description|ObjectClass|residentialPerson|RFC2256: an residential person"
2715
- msgstr ""
2716
-
2717
- #: -:-
2718
- msgid ""
2719
- "LDAP|Description|ObjectClass|sambaConfigOption|Samba Configuration Option"
2720
- msgstr ""
2721
-
2722
- #: -:-
2723
- msgid "LDAP|Description|ObjectClass|sambaConfig|Samba Configuration Section"
2724
- msgstr ""
2725
-
2726
- #: -:-
2727
- msgid "LDAP|Description|ObjectClass|sambaDomain|Samba Domain Information"
2728
- msgstr ""
2729
-
2730
- #: -:-
2731
- msgid "LDAP|Description|ObjectClass|sambaGroupMapping|Samba Group Mapping"
2732
- msgstr ""
2733
-
2734
- #: -:-
2735
- msgid ""
2736
- "LDAP|Description|ObjectClass|sambaIdmapEntry|Mapping from a SID to an ID"
2737
- msgstr ""
2738
-
2739
- #: -:-
2740
- msgid ""
2741
- "LDAP|Description|ObjectClass|sambaSamAccount|Samba 3.0 Auxilary SAM Account"
2742
- msgstr ""
2743
-
2744
- #: -:-
2745
- msgid "LDAP|Description|ObjectClass|sambaShare|Samba Share Section"
2746
- msgstr ""
2747
-
2748
- #: -:-
2749
- msgid "LDAP|Description|ObjectClass|sambaSidEntry|Structural Class for a SID"
2750
- msgstr ""
2751
-
2752
- #: -:-
2753
- msgid "LDAP|Description|ObjectClass|sambaTrustPassword|Samba Trust Password"
2754
- msgstr ""
2755
-
2756
- #: -:-
2757
- msgid ""
2758
- "LDAP|Description|ObjectClass|sambaUnixIdPool|Pool for allocating UNIX uids/"
2759
- "gids"
2760
- msgstr ""
2761
-
2762
- #: -:-
2763
- msgid ""
2764
- "LDAP|Description|ObjectClass|shadowAccount|Additional attributes for shadow "
2765
- "passwords"
2766
- msgstr ""
2767
-
2768
- #: -:-
2769
- msgid ""
2770
- "LDAP|Description|ObjectClass|simpleSecurityObject|RFC1274: simple security "
2771
- "object"
2772
- msgstr ""
2773
-
2774
- #: -:-
2775
- msgid ""
2776
- "LDAP|Description|ObjectClass|strongAuthenticationUser|RFC2256: a strong "
2777
- "authentication user"
2778
- msgstr ""
2779
-
2780
- #: -:-
2781
- msgid "LDAP|Description|ObjectClass|subentry|RFC3672: subentry"
2782
- msgstr ""
2783
-
2784
- #: -:-
2785
- msgid ""
2786
- "LDAP|Description|ObjectClass|subschema|RFC4512: controlling subschema (sub)"
2787
- "entry"
2788
- msgstr ""
2789
-
2790
- #: -:-
2791
- msgid "LDAP|Description|ObjectClass|top|top of the superclass chain"
2792
- msgstr ""
2793
-
2794
- #: -:-
2795
- msgid "LDAP|Description|ObjectClass|uidObject|RFC2377: uid object"
2796
- msgstr ""
2797
-
2798
- #: -:-
2799
- msgid ""
2800
- "LDAP|Description|ObjectClass|userSecurityInformation|RFC2256: a user "
2801
- "security information"
2802
- msgstr ""
2803
-
2804
- #: -:-
2805
- msgid "LDAP|Description|Syntax|1.2.36.79672281.1.5.0|RDN"
2806
- msgstr ""
2807
-
2808
- #: -:-
2809
- msgid "LDAP|Description|Syntax|1.3.6.1.1.1.0.0|RFC2307 NIS Netgroup Triple"
2810
- msgstr ""
2811
-
2812
- #: -:-
2813
- msgid "LDAP|Description|Syntax|1.3.6.1.1.1.0.1|RFC2307 Boot Parameter"
2814
- msgstr ""
2815
-
2816
- #: -:-
2817
- msgid "LDAP|Description|Syntax|1.3.6.1.1.16.1|UUID"
2818
- msgstr ""
2819
-
2820
- #: -:-
2821
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.10|Certificate Pair"
2822
- msgstr ""
2823
-
2824
- #: -:-
2825
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.11|Country String"
2826
- msgstr ""
2827
-
2828
- #: -:-
2829
- msgid ""
2830
- "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.12|Distinguished Name"
2831
- msgstr ""
2832
-
2833
- #: -:-
2834
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.14|Delivery Method"
2835
- msgstr ""
2836
-
2837
- #: -:-
2838
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.15|Directory String"
2839
- msgstr ""
2840
-
2841
- #: -:-
2842
- msgid ""
2843
- "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.22|Facsimile Telephone "
2844
- "Number"
2845
- msgstr ""
2846
-
2847
- #: -:-
2848
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.24|Generalized Time"
2849
- msgstr ""
2850
-
2851
- #: -:-
2852
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.26|IA5 String"
2853
- msgstr ""
2854
-
2855
- #: -:-
2856
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.27|Integer"
2857
- msgstr ""
2858
-
2859
- #: -:-
2860
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.28|JPEG"
2861
- msgstr ""
2862
-
2863
- #: -:-
2864
- msgid ""
2865
- "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.34|Name And Optional UID"
2866
- msgstr ""
2867
-
2868
- #: -:-
2869
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.36|Numeric String"
2870
- msgstr ""
2871
-
2872
- #: -:-
2873
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.38|OID"
2874
- msgstr ""
2875
-
2876
- #: -:-
2877
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.39|Other Mailbox"
2878
- msgstr ""
2879
-
2880
- #: -:-
2881
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.40|Octet String"
2882
- msgstr ""
2883
-
2884
- #: -:-
2885
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.41|Postal Address"
2886
- msgstr ""
2887
-
2888
- #: -:-
2889
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.44|Printable String"
2890
- msgstr ""
2891
-
2892
- #: -:-
2893
- msgid ""
2894
- "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.45|SubtreeSpecification"
2895
- msgstr ""
2896
-
2897
- #: -:-
2898
- msgid ""
2899
- "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.49|Supported Algorithm"
2900
- msgstr ""
2901
-
2902
- #: -:-
2903
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.4|Audio"
2904
- msgstr ""
2905
-
2906
- #: -:-
2907
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.50|Telephone Number"
2908
- msgstr ""
2909
-
2910
- #: -:-
2911
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.52|Telex Number"
2912
- msgstr ""
2913
-
2914
- #: -:-
2915
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.5|Binary"
2916
- msgstr ""
2917
-
2918
- #: -:-
2919
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.6|Bit String"
2920
- msgstr ""
2921
-
2922
- #: -:-
2923
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.7|Boolean"
2924
- msgstr ""
2925
-
2926
- #: -:-
2927
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.8|Certificate"
2928
- msgstr ""
2929
-
2930
- #: -:-
2931
- msgid "LDAP|Description|Syntax|1.3.6.1.4.1.1466.115.121.1.9|Certificate List"
2932
- msgstr ""
2933
-
2934
- #: -:-
2935
- msgid ""
2936
- "LDAP|Description|Syntax|1.3.6.1.4.1.4203.666.11.10.2.1|X.509 "
2937
- "AttributeCertificate"
2938
- msgstr ""
2939
-
2940
- #: -:-
2941
- msgid "LDAP|ObjectClass|LDAProotDSE"
2942
- msgstr ""
2943
-
2944
- #: -:-
2945
- msgid "LDAP|ObjectClass|OpenLDAPdisplayableObject"
2946
- msgstr ""
2947
-
2948
- #: -:-
2949
- msgid "LDAP|ObjectClass|OpenLDAPorg"
2950
- msgstr ""
2951
-
2952
- #: -:-
2953
- msgid "LDAP|ObjectClass|OpenLDAPou"
2954
- msgstr ""
2955
-
2956
- #: -:-
2957
- msgid "LDAP|ObjectClass|OpenLDAPperson"
2958
- msgstr ""
2959
-
2960
- #: -:-
2961
- msgid "LDAP|ObjectClass|OpenLDAProotDSE"
2962
- msgstr ""
2963
-
2964
- #: -:-
2965
- msgid "LDAP|ObjectClass|RFC822localPart"
2966
- msgstr ""
2967
-
2968
- #: -:-
2969
- msgid "LDAP|ObjectClass|account"
2970
- msgstr ""
2971
-
2972
- #: -:-
2973
- msgid "LDAP|ObjectClass|alias"
2974
- msgstr ""
2975
-
2976
- #: -:-
2977
- msgid "LDAP|ObjectClass|applicationEntity"
2978
- msgstr ""
2979
-
2980
- #: -:-
2981
- msgid "LDAP|ObjectClass|applicationProcess"
2982
- msgstr ""
2983
-
2984
- #: -:-
2985
- msgid "LDAP|ObjectClass|bootableDevice"
2986
- msgstr ""
2987
-
2988
- #: -:-
2989
- msgid "LDAP|ObjectClass|cRLDistributionPoint"
2990
- msgstr ""
2991
-
2992
- #: -:-
2993
- msgid "LDAP|ObjectClass|certificationAuthority"
2994
- msgstr ""
2995
-
2996
- #: -:-
2997
- msgid "LDAP|ObjectClass|certificationAuthority-V2"
2998
- msgstr ""
2999
-
3000
- #: -:-
3001
- msgid "LDAP|ObjectClass|country"
3002
- msgstr ""
3003
-
3004
- #: -:-
3005
- msgid "LDAP|ObjectClass|dNSDomain"
3006
- msgstr ""
3007
-
3008
- #: -:-
3009
- msgid "LDAP|ObjectClass|dSA"
3010
- msgstr ""
3011
-
3012
- #: -:-
3013
- msgid "LDAP|ObjectClass|dcObject"
3014
- msgstr ""
3015
-
3016
- #: -:-
3017
- msgid "LDAP|ObjectClass|deltaCRL"
3018
- msgstr ""
3019
-
3020
- #: -:-
3021
- msgid "LDAP|ObjectClass|device"
3022
- msgstr ""
3023
-
3024
- #: -:-
3025
- msgid "LDAP|ObjectClass|dmd"
3026
- msgstr ""
3027
-
3028
- #: -:-
3029
- msgid "LDAP|ObjectClass|document"
3030
- msgstr ""
3031
-
3032
- #: -:-
3033
- msgid "LDAP|ObjectClass|documentSeries"
3034
- msgstr ""
3035
-
3036
- #: -:-
3037
- msgid "LDAP|ObjectClass|domain"
3038
- msgstr ""
3039
-
3040
- #: -:-
3041
- msgid "LDAP|ObjectClass|domainRelatedObject"
3042
- msgstr ""
3043
-
3044
- #: -:-
3045
- msgid "LDAP|ObjectClass|dynamicObject"
3046
- msgstr ""
3047
-
3048
- #: -:-
3049
- msgid "LDAP|ObjectClass|extensibleObject"
3050
- msgstr ""
3051
-
3052
- #: -:-
3053
- msgid "LDAP|ObjectClass|friendlyCountry"
3054
- msgstr ""
3055
-
3056
- #: -:-
3057
- msgid "LDAP|ObjectClass|groupOfNames"
3058
- msgstr ""
3059
-
3060
- #: -:-
3061
- msgid "LDAP|ObjectClass|groupOfUniqueNames"
3062
- msgstr ""
3063
-
3064
- #: -:-
3065
- msgid "LDAP|ObjectClass|ieee802Device"
3066
- msgstr ""
3067
-
3068
- #: -:-
3069
- msgid "LDAP|ObjectClass|inetOrgPerson"
3070
- msgstr ""
3071
-
3072
- #: -:-
3073
- msgid "LDAP|ObjectClass|ipHost"
3074
- msgstr ""
3075
-
3076
- #: -:-
3077
- msgid "LDAP|ObjectClass|ipNetwork"
3078
- msgstr ""
3079
-
3080
- #: -:-
3081
- msgid "LDAP|ObjectClass|ipProtocol"
3082
- msgstr ""
3083
-
3084
- #: -:-
3085
- msgid "LDAP|ObjectClass|ipService"
3086
- msgstr ""
3087
-
3088
- #: -:-
3089
- msgid "LDAP|ObjectClass|labeledURIObject"
3090
- msgstr ""
3091
-
3092
- #: -:-
3093
- msgid "LDAP|ObjectClass|locality"
3094
- msgstr ""
3095
-
3096
- #: -:-
3097
- msgid "LDAP|ObjectClass|newPilotPerson"
3098
- msgstr ""
3099
-
3100
- #: -:-
3101
- msgid "LDAP|ObjectClass|nisMap"
3102
- msgstr ""
3103
-
3104
- #: -:-
3105
- msgid "LDAP|ObjectClass|nisNetgroup"
3106
- msgstr ""
3107
-
3108
- #: -:-
3109
- msgid "LDAP|ObjectClass|nisObject"
3110
- msgstr ""
3111
-
3112
- #: -:-
3113
- msgid "LDAP|ObjectClass|olcBackendConfig"
3114
- msgstr ""
3115
-
3116
- #: -:-
3117
- msgid "LDAP|ObjectClass|olcBdbConfig"
3118
- msgstr ""
3119
-
3120
- #: -:-
3121
- msgid "LDAP|ObjectClass|olcConfig"
3122
- msgstr ""
3123
-
3124
- #: -:-
3125
- msgid "LDAP|ObjectClass|olcDatabaseConfig"
3126
- msgstr ""
3127
-
3128
- #: -:-
3129
- msgid "LDAP|ObjectClass|olcFrontendConfig"
3130
- msgstr ""
3131
-
3132
- #: -:-
3133
- msgid "LDAP|ObjectClass|olcGlobal"
3134
- msgstr ""
3135
-
3136
- #: -:-
3137
- msgid "LDAP|ObjectClass|olcIncludeFile"
3138
- msgstr ""
3139
-
3140
- #: -:-
3141
- msgid "LDAP|ObjectClass|olcLdifConfig"
3142
- msgstr ""
3143
-
3144
- #: -:-
3145
- msgid "LDAP|ObjectClass|olcModuleList"
3146
- msgstr ""
3147
-
3148
- #: -:-
3149
- msgid "LDAP|ObjectClass|olcOverlayConfig"
3150
- msgstr ""
3151
-
3152
- #: -:-
3153
- msgid "LDAP|ObjectClass|olcSchemaConfig"
3154
- msgstr ""
3155
-
3156
- #: -:-
3157
- msgid "LDAP|ObjectClass|oncRpc"
3158
- msgstr ""
3159
-
3160
- #: -:-
3161
- msgid "LDAP|ObjectClass|organization"
3162
- msgstr ""
3163
-
3164
- #: -:-
3165
- msgid "LDAP|ObjectClass|organizationalPerson"
3166
- msgstr ""
3167
-
3168
- #: -:-
3169
- msgid "LDAP|ObjectClass|organizationalRole"
3170
- msgstr ""
3171
-
3172
- #: -:-
3173
- msgid "LDAP|ObjectClass|organizationalUnit"
3174
- msgstr ""
3175
-
3176
- #: -:-
3177
- msgid "LDAP|ObjectClass|person"
3178
- msgstr ""
3179
-
3180
- #: -:-
3181
- msgid "LDAP|ObjectClass|pilotDSA"
3182
- msgstr ""
3183
-
3184
- #: -:-
3185
- msgid "LDAP|ObjectClass|pilotOrganization"
3186
- msgstr ""
3187
-
3188
- #: -:-
3189
- msgid "LDAP|ObjectClass|pilotPerson"
3190
- msgstr ""
3191
-
3192
- #: -:-
3193
- msgid "LDAP|ObjectClass|pkiCA"
3194
- msgstr ""
3195
-
3196
- #: -:-
3197
- msgid "LDAP|ObjectClass|pkiUser"
3198
- msgstr ""
3199
-
3200
- #: -:-
3201
- msgid "LDAP|ObjectClass|posixAccount"
3202
- msgstr ""
3203
-
3204
- #: -:-
3205
- msgid "LDAP|ObjectClass|posixGroup"
3206
- msgstr ""
3207
-
3208
- #: -:-
3209
- msgid "LDAP|ObjectClass|qualityLabelledData"
3210
- msgstr ""
3211
-
3212
- #: -:-
3213
- msgid "LDAP|ObjectClass|referral"
3214
- msgstr ""
3215
-
3216
- #: -:-
3217
- msgid "LDAP|ObjectClass|residentialPerson"
3218
- msgstr ""
3219
-
3220
- #: -:-
3221
- msgid "LDAP|ObjectClass|room"
3222
- msgstr ""
3223
-
3224
- #: -:-
3225
- msgid "LDAP|ObjectClass|sambaConfig"
3226
- msgstr ""
3227
-
3228
- #: -:-
3229
- msgid "LDAP|ObjectClass|sambaConfigOption"
3230
- msgstr ""
3231
-
3232
- #: -:-
3233
- msgid "LDAP|ObjectClass|sambaDomain"
3234
- msgstr ""
3235
-
3236
- #: -:-
3237
- msgid "LDAP|ObjectClass|sambaGroupMapping"
3238
- msgstr ""
3239
-
3240
- #: -:-
3241
- msgid "LDAP|ObjectClass|sambaIdmapEntry"
3242
- msgstr ""
3243
-
3244
- #: -:-
3245
- msgid "LDAP|ObjectClass|sambaSamAccount"
3246
- msgstr ""
3247
-
3248
- #: -:-
3249
- msgid "LDAP|ObjectClass|sambaShare"
3250
- msgstr ""
3251
-
3252
- #: -:-
3253
- msgid "LDAP|ObjectClass|sambaSidEntry"
3254
- msgstr ""
3255
-
3256
- #: -:-
3257
- msgid "LDAP|ObjectClass|sambaTrustPassword"
3258
- msgstr ""
3259
-
3260
- #: -:-
3261
- msgid "LDAP|ObjectClass|sambaUnixIdPool"
3262
- msgstr ""
3263
-
3264
- #: -:-
3265
- msgid "LDAP|ObjectClass|shadowAccount"
3266
- msgstr ""
3267
-
3268
- #: -:-
3269
- msgid "LDAP|ObjectClass|simpleSecurityObject"
3270
- msgstr ""
3271
-
3272
- #: -:-
3273
- msgid "LDAP|ObjectClass|strongAuthenticationUser"
3274
- msgstr ""
3275
-
3276
- #: -:-
3277
- msgid "LDAP|ObjectClass|subentry"
3278
- msgstr ""
3279
-
3280
- #: -:-
3281
- msgid "LDAP|ObjectClass|subschema"
3282
- msgstr ""
3283
-
3284
- #: -:-
3285
- msgid "LDAP|ObjectClass|top"
3286
- msgstr ""
3287
-
3288
- #: -:-
3289
- msgid "LDAP|ObjectClass|uidObject"
3290
- msgstr ""
3291
-
3292
- #: -:-
3293
- msgid "LDAP|ObjectClass|userSecurityInformation"
3294
- msgstr ""
3295
-
3296
- #: -:-
3297
- msgid "LDAP|Syntax|1.2.36.79672281.1.5.0"
3298
- msgstr ""
3299
-
3300
- #: -:-
3301
- msgid "LDAP|Syntax|1.3.6.1.1.1.0.0"
3302
- msgstr ""
3303
-
3304
- #: -:-
3305
- msgid "LDAP|Syntax|1.3.6.1.1.1.0.1"
3306
- msgstr ""
3307
-
3308
- #: -:-
3309
- msgid "LDAP|Syntax|1.3.6.1.1.16.1"
3310
- msgstr ""
3311
-
3312
- #: -:-
3313
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.10"
3314
- msgstr ""
3315
-
3316
- #: -:-
3317
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.11"
3318
- msgstr ""
3319
-
3320
- #: -:-
3321
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.12"
3322
- msgstr ""
3323
-
3324
- #: -:-
3325
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.14"
3326
- msgstr ""
3327
-
3328
- #: -:-
3329
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.15"
3330
- msgstr ""
3331
-
3332
- #: -:-
3333
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.22"
3334
- msgstr ""
3335
-
3336
- #: -:-
3337
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.24"
3338
- msgstr ""
3339
-
3340
- #: -:-
3341
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.26"
3342
- msgstr ""
3343
-
3344
- #: -:-
3345
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.27"
3346
- msgstr ""
3347
-
3348
- #: -:-
3349
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.28"
3350
- msgstr ""
3351
-
3352
- #: -:-
3353
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.34"
3354
- msgstr ""
3355
-
3356
- #: -:-
3357
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.36"
3358
- msgstr ""
3359
-
3360
- #: -:-
3361
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.38"
3362
- msgstr ""
3363
-
3364
- #: -:-
3365
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.39"
3366
- msgstr ""
3367
-
3368
- #: -:-
3369
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.4"
3370
- msgstr ""
3371
-
3372
- #: -:-
3373
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.40"
3374
- msgstr ""
3375
-
3376
- #: -:-
3377
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.41"
3378
- msgstr ""
3379
-
3380
- #: -:-
3381
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.44"
3382
- msgstr ""
3383
-
3384
- #: -:-
3385
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.45"
3386
- msgstr ""
3387
-
3388
- #: -:-
3389
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.49"
3390
- msgstr ""
3391
-
3392
- #: -:-
3393
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.5"
3394
- msgstr ""
3395
-
3396
- #: -:-
3397
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.50"
3398
- msgstr ""
3399
-
3400
- #: -:-
3401
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.52"
3402
- msgstr ""
3403
-
3404
- #: -:-
3405
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.6"
3406
- msgstr ""
3407
-
3408
- #: -:-
3409
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.7"
3410
- msgstr ""
3411
-
3412
- #: -:-
3413
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.8"
3414
- msgstr ""
3415
-
3416
- #: -:-
3417
- msgid "LDAP|Syntax|1.3.6.1.4.1.1466.115.121.1.9"
3418
- msgstr ""
3419
-
3420
- #: -:-
3421
- msgid "LDAP|Syntax|1.3.6.1.4.1.4203.666.11.10.2.1"
3422
- msgstr ""
3423
-
3424
- #: lib/active_ldap/object_class.rb:53
3425
- msgid "Value in objectClass array is not a String: %s"
3426
- msgstr ""
3427
-
3428
- #: lib/active_ldap/object_class.rb:67
3429
- msgid "unknown objectClass in LDAP server: %s"
3430
- msgstr ""
3431
-
3432
- #: lib/active_ldap/object_class.rb:85
3433
- msgid "Can't remove required objectClass: %s"
3434
- msgstr ""
3435
-
3436
- #: lib/active_ldap/adapter/jndi.rb:105 lib/active_ldap/adapter/ldap.rb:197
3437
- #: lib/active_ldap/adapter/net_ldap.rb:155
3438
- msgid "%s is not one of the available connect methods: %s"
3439
- msgstr ""
3440
-
3441
- #: lib/active_ldap/adapter/jndi.rb:118 lib/active_ldap/adapter/ldap.rb:210
3442
- #: lib/active_ldap/adapter/net_ldap.rb:168
3443
- msgid "%s is not one of the available LDAP scope: %s"
3444
- msgstr ""
3445
-
3446
- #: lib/active_ldap/adapter/jndi.rb:176 lib/active_ldap/adapter/ldap.rb:274
3447
- #: lib/active_ldap/adapter/net_ldap.rb:290
3448
- msgid "unknown type: %s"
3449
- msgstr ""
3450
-
3451
- #: lib/active_ldap/adapter/ldap.rb:108
3452
- msgid "No matches: filter: %s: attributes: %s"
3453
- msgstr ""
3454
-
3455
- #: lib/active_ldap/adapter/net_ldap.rb:211
3456
- msgid "unsupported qops: %s"
3457
- msgstr ""
3458
-
3459
- #: lib/active_ldap/adapter/base.rb:84
3460
- msgid "Bound to %s by SASL as %s"
3461
- msgstr ""
3462
-
3463
- #: lib/active_ldap/adapter/base.rb:86
3464
- msgid "Bound to %s by simple as %s"
3465
- msgstr ""
3466
-
3467
- #: lib/active_ldap/adapter/base.rb:88
3468
- msgid "Bound to %s as anonymous"
3469
- msgstr ""
3470
-
3471
- #: lib/active_ldap/adapter/base.rb:91
3472
- msgid "All authentication methods for %s exhausted."
3473
- msgstr ""
3474
-
3475
- #: lib/active_ldap/adapter/base.rb:171
3476
- msgid "Ignore error %s(%s): filter %s: attributes: %s"
3477
- msgstr ""
3478
-
3479
- #: lib/active_ldap/adapter/base.rb:187 lib/active_ldap/adapter/base.rb:206
3480
- #: lib/active_ldap/adapter/base.rb:208 lib/active_ldap/adapter/base.rb:210
3481
- #: lib/active_ldap/adapter/base.rb:212 lib/active_ldap/adapter/base.rb:222
3482
- #: lib/active_ldap/adapter/base.rb:228
3483
- msgid "%s: %s"
3484
- msgstr ""
3485
-
3486
- #: lib/active_ldap/adapter/base.rb:192 lib/active_ldap/adapter/base.rb:202
3487
- msgid "No such entry: %s"
3488
- msgstr ""
3489
-
3490
- #: lib/active_ldap/adapter/base.rb:293
3491
- msgid "password_block not nil or Proc object. Ignoring."
3492
- msgstr ""
3493
-
3494
- #: lib/active_ldap/adapter/base.rb:314
3495
- msgid "Requested action timed out."
3496
- msgstr ""
3497
-
3498
- #: lib/active_ldap/adapter/base.rb:355
3499
- msgid "Skip simple bind with empty password."
3500
- msgstr ""
3501
-
3502
- #: lib/active_ldap/adapter/base.rb:359
3503
- msgid "Can't use empty password for simple bind."
3504
- msgstr ""
3505
-
3506
- #: lib/active_ldap/adapter/base.rb:551
3507
- msgid "invalid logical operator: %s: available operators: %s"
3508
- msgstr ""
3509
-
3510
- #: lib/active_ldap/adapter/base.rb:566
3511
- msgid "Attempting to reconnect"
3512
- msgstr ""
3513
-
3514
- #: lib/active_ldap/adapter/base.rb:579
3515
- msgid ""
3516
- "Reconnect to server failed: %s\n"
3517
- "Reconnect to server failed backtrace:\n"
3518
- "%s"
3519
- msgstr ""
3520
-
3521
- #: lib/active_ldap/adapter/base.rb:589
3522
- msgid "Giving up trying to reconnect to LDAP server."
3523
- msgstr ""
3524
-
3525
- #: lib/active_ldap/acts/tree.rb:66
3526
- msgid "parent must be an entry or parent DN: %s"
3527
- msgstr ""
3528
-
3529
- #: lib/active_ldap/operations.rb:49
3530
- msgid ":ldap_scope search option is deprecated. Use :scope instead."
3531
- msgstr ""
3532
-
3533
- #: lib/active_ldap/operations.rb:258
3534
- msgid "Invalid order: %s"
3535
- msgstr ""
3536
-
3537
- #: lib/active_ldap/operations.rb:294
3538
- msgid "Couldn't find %s without a DN"
3539
- msgstr ""
3540
-
3541
- #: lib/active_ldap/operations.rb:316
3542
- msgid "Couldn't find %s: DN: %s: filter: %s"
3543
- msgstr ""
3544
-
3545
- #: lib/active_ldap/operations.rb:319
3546
- msgid "Couldn't find %s: DN: %s"
3547
- msgstr ""
3548
-
3549
- #: lib/active_ldap/operations.rb:346
3550
- msgid "Couldn't find all %s: DNs (%s): filter: %s"
3551
- msgstr ""
3552
-
3553
- #: lib/active_ldap/operations.rb:349
3554
- msgid "Couldn't find all %s: DNs (%s)"
3555
- msgstr ""
3556
-
3557
- #: lib/active_ldap/associations.rb:68
3558
- msgid ""
3559
- ":foreign_key belongs_to(:many) option is deprecated since 1.1.0. Use :"
3560
- "primary_key instead."
3561
- msgstr ""
3562
-
3563
- #: lib/active_ldap/associations.rb:135
3564
- msgid ""
3565
- ":primary_key and :foreign_key has_many options are inverted their mean since "
3566
- "1.1.0. Please invert them."
3567
- msgstr ""
3568
-
3569
- #: lib/active_ldap/ldif.rb:396
3570
- msgid "version spec is missing"
3571
- msgstr ""
3572
-
3573
- #: lib/active_ldap/ldif.rb:400
3574
- msgid "version number is missing"
3575
- msgstr ""
3576
-
3577
- #: lib/active_ldap/ldif.rb:404
3578
- msgid "unsupported version: %d"
3579
- msgstr ""
3580
-
3581
- #: lib/active_ldap/ldif.rb:408
3582
- msgid "separator is missing"
3583
- msgstr ""
3584
-
3585
- #: lib/active_ldap/ldif.rb:412
3586
- msgid "'dn:' is missing"
3587
- msgstr ""
3588
-
3589
- #: lib/active_ldap/ldif.rb:416
3590
- msgid "DN is missing"
3591
- msgstr ""
3592
-
3593
- #: lib/active_ldap/ldif.rb:420
3594
- msgid "DN is invalid: %s: %s"
3595
- msgstr ""
3596
-
3597
- #: lib/active_ldap/ldif.rb:424
3598
- msgid "DN has an invalid character: %s"
3599
- msgstr ""
3600
-
3601
- #: lib/active_ldap/ldif.rb:428 lib/active_ldap/distinguished_name.rb:144
3602
- msgid "attribute type is missing"
3603
- msgstr ""
3604
-
3605
- #: lib/active_ldap/ldif.rb:432
3606
- msgid "option is missing"
3607
- msgstr ""
3608
-
3609
- #: lib/active_ldap/ldif.rb:436
3610
- msgid "':' is missing"
3611
- msgstr ""
3612
-
3613
- #: lib/active_ldap/ldif.rb:440
3614
- msgid "URI is invalid: %s: %s"
3615
- msgstr ""
3616
-
3617
- #: lib/active_ldap/ldif.rb:444
3618
- msgid "'-' is missing"
3619
- msgstr ""
3620
-
3621
- #: lib/active_ldap/ldif.rb:448
3622
- msgid "unknown change type: %s"
3623
- msgstr ""
3624
-
3625
- #: lib/active_ldap/ldif.rb:452
3626
- msgid "change type is missing"
3627
- msgstr ""
3628
-
3629
- #: lib/active_ldap/ldif.rb:456
3630
- msgid "control type is missing"
3631
- msgstr ""
3632
-
3633
- #: lib/active_ldap/ldif.rb:460
3634
- msgid "criticality is missing"
3635
- msgstr ""
3636
-
3637
- #: lib/active_ldap/ldif.rb:464
3638
- msgid "change type value is missing"
3639
- msgstr ""
3640
-
3641
- #: lib/active_ldap/ldif.rb:468
3642
- msgid "attribute spec is missing"
3643
- msgstr ""
3644
-
3645
- #: lib/active_ldap/ldif.rb:472
3646
- msgid "'newrdn:' is missing"
3647
- msgstr ""
3648
-
3649
- #: lib/active_ldap/ldif.rb:476
3650
- msgid "new RDN value is missing"
3651
- msgstr ""
3652
-
3653
- #: lib/active_ldap/ldif.rb:480
3654
- msgid "'deleteoldrdn:' is missing"
3655
- msgstr ""
3656
-
3657
- #: lib/active_ldap/ldif.rb:484
3658
- msgid "delete old RDN value is missing"
3659
- msgstr ""
3660
-
3661
- #: lib/active_ldap/ldif.rb:488
3662
- msgid "new superior value is missing"
3663
- msgstr ""
3664
-
3665
- #: lib/active_ldap/ldif.rb:492
3666
- msgid "unknown modify type: %s"
3667
- msgstr ""
3668
-
3669
- #: lib/active_ldap/ldif.rb:765
3670
- msgid "invalid criticality value: %s"
3671
- msgstr ""
3672
-
3673
- #: lib/active_ldap/ldif.rb:808
3674
- msgid "invalid deleteoldrdn value: %s"
3675
- msgstr ""
3676
-
3677
- #: lib/active_ldap/distinguished_name.rb:136
3678
- msgid "name component is missing"
3679
- msgstr ""
3680
-
3681
- #: lib/active_ldap/distinguished_name.rb:140
3682
- msgid "relative distinguished name (RDN) is missing"
3683
- msgstr ""
3684
-
3685
- #: lib/active_ldap/distinguished_name.rb:148
3686
- msgid "attribute value is missing"
3687
- msgstr ""
3688
-
3689
- #: lib/active_ldap/distinguished_name.rb:152
3690
- msgid "found unmatched quotation"
3691
- msgstr ""
3692
-
3693
- #: lib/active_ldap/distinguished_name.rb:188
3694
- msgid "%s isn't sub DN of %s"
3695
- msgstr ""
3696
-
3697
- #: lib/active_ldap/validations.rb:85
3698
- msgid "%{fn} is duplicated: %s"
3699
- msgstr ""
3700
-
3701
- #: lib/active_ldap/validations.rb:96
3702
- msgid "%{fn} is invalid: %s"
3703
- msgstr ""
3704
-
3705
- #: lib/active_ldap/validations.rb:100
3706
- msgid "%{fn} isn't set: %s"
3707
- msgstr ""
3708
-
3709
- #: lib/active_ldap/validations.rb:122
3710
- msgid "%{fn} has excluded value: %s"
3711
- msgid_plural "%{fn} has excluded values: %s"
3712
- msgstr[0] ""
3713
- msgstr[1] ""
3714
-
3715
- #: lib/active_ldap/validations.rb:152
3716
- msgid "%{fn} is required attribute by objectClass '%s'"
3717
- msgstr ""
3718
-
3719
- #: lib/active_ldap/validations.rb:154
3720
- msgid "%{fn} is required attribute by objectClass '%s': aliases: %s"
3721
- msgstr ""
3722
-
3723
- #: lib/active_ldap/validations.rb:181
3724
- msgid "%{fn}(%s) has invalid format: %s: required syntax: %s: %s"
3725
- msgstr ""
3726
-
3727
- #: lib/active_ldap/validations.rb:183
3728
- msgid "%{fn} has invalid format: %s: required syntax: %s: %s"
3729
- msgstr ""
3730
-
3731
- #: lib/active_ldap/command.rb:16
3732
- msgid "Common options:"
3733
- msgstr ""
3734
-
3735
- #: lib/active_ldap/command.rb:19
3736
- msgid "Specify configuration file written as YAML"
3737
- msgstr ""
3738
-
3739
- #: lib/active_ldap/command.rb:26
3740
- msgid "Show this message"
3741
- msgstr ""
3742
-
3743
- #: lib/active_ldap/command.rb:31
3744
- msgid "Show version"
3745
- msgstr ""
3746
-
3747
- #: lib/active_ldap/base.rb:53
3748
- msgid ""
3749
- "ActiveLdap::ConnectionNotEstablished has been deprecated since 1.1.0. Please "
3750
- "use ActiveLdap::ConnectionNotSetup instead."
3751
- msgstr ""
3752
-
3753
- #: lib/active_ldap/base.rb:131
3754
- msgid "invalid distinguished name (DN) to parse: %s"
3755
- msgstr ""
3756
-
3757
- #: lib/active_ldap/base.rb:141
3758
- msgid "%s is invalid distinguished name (DN): %s"
3759
- msgstr ""
3760
-
3761
- #: lib/active_ldap/base.rb:143
3762
- msgid "%s is invalid distinguished name (DN)"
3763
- msgstr ""
3764
-
3765
- #: lib/active_ldap/base.rb:161
3766
- msgid "invalid LDIF: %s:"
3767
- msgstr ""
3768
-
3769
- #: lib/active_ldap/base.rb:163
3770
- msgid "invalid LDIF:"
3771
- msgstr ""
3772
-
3773
- #: lib/active_ldap/base.rb:241
3774
- msgid "LDAP configuration specifies nonexistent %s adapter"
3775
- msgstr ""
3776
-
3777
- #: lib/active_ldap/base.rb:249
3778
- msgid "%s is unknown attribute"
3779
- msgstr ""
3780
-
3781
- #: lib/active_ldap/base.rb:374
3782
- msgid ""
3783
- "ActiveLdap::Base.establish_connection has been deprecated since 1.1.0. "
3784
- "Please use ActiveLdap::Base.setup_connection instead."
3785
- msgstr ""
3786
-
3787
- #: lib/active_ldap/base.rb:455
3788
- msgid "scope '%s' must be a Symbol"
3789
- msgstr ""
3790
-
3791
- #: lib/active_ldap/base.rb:500
3792
- msgid "%s doesn't belong in a hierarchy descending from ActiveLdap"
3793
- msgstr ""
3794
-
3795
- #: lib/active_ldap/base.rb:655
3796
- msgid ""
3797
- "'%s' must be either nil, DN value as ActiveLdap::DN, String or Array or "
3798
- "attributes as Hash"
3799
- msgstr ""
3800
-
3801
- #: lib/active_ldap/base.rb:770
3802
- msgid "Failed to delete LDAP entry: %s"
3803
- msgstr ""
3804
-
3805
- #: lib/active_ldap/base.rb:789
3806
- msgid "entry %s can't be saved"
3807
- msgstr ""
3808
-
3809
- #: lib/active_ldap/base.rb:808 lib/active_ldap/base.rb:819
3810
- msgid "wrong number of arguments (%d for 1)"
3811
- msgstr ""
3812
-
3813
- #: lib/active_ldap/base.rb:940
3814
- msgid "Can't find DN '%s' to reload"
3815
- msgstr ""
3816
-
3817
- #: lib/active_ldap/base.rb:1337
3818
- msgid "%s's DN attribute (%s) isn't set"
3819
- msgstr ""
3820
-
3821
- #: lib/active_ldap/attributes.rb:76
3822
- msgid "The first argument, name, must not be nil. Please report this as a bug!"
3823
- msgstr ""
3824
-
3825
- #: lib/active_ldap/schema.rb:52
3826
- msgid "Unknown schema group: %s"
3827
- msgstr ""
3828
-
3829
- #: lib/active_ldap/schema.rb:547
3830
- msgid "Attribute %s can only have a single value: %s"
3831
- msgstr ""
3832
-
3833
- #: lib/active_ldap/schema.rb:566
3834
- msgid "Attribute %s: Hash must have one key-value pair only: %s"
3835
- msgstr ""
3836
-
3837
- #: lib/active_ldap/connection.rb:98
3838
- msgid ":ldap_scope connection option is deprecated. Use :scope instead."
3839
- msgstr ""
3840
-
3841
- #: lib/active_ldap/connection.rb:156
3842
- msgid ""
3843
- "ActiveLdap::Connection.establish_connection has been deprecated since 1.1.0. "
3844
- "Please use ActiveLdap::Connection.setup_connection instead."
3845
- msgstr ""
3846
-
3847
- #: lib/active_ldap/connection.rb:229
3848
- msgid "since 1.1.0. "
3849
- msgstr ""
3850
-
3851
- #: lib/active_ldap/user_password.rb:10
3852
- msgid "Invalid hashed password: %s"
3853
- msgstr ""
3854
-
3855
- #: lib/active_ldap/user_password.rb:16
3856
- msgid "Unknown Hash type: %s"
3857
- msgstr ""
3858
-
3859
- #: lib/active_ldap/user_password.rb:23
3860
- msgid "Can't extract salt from hashed password: %s"
3861
- msgstr ""
3862
-
3863
- #: lib/active_ldap/user_password.rb:51 lib/active_ldap/user_password.rb:68
3864
- msgid "salt size must be == 4: %s"
3865
- msgstr ""
3866
-
3867
- #: lib/active_ldap/schema/syntaxes.rb:63
3868
- msgid "%s doesn't have the first \"'\""
3869
- msgstr ""
3870
-
3871
- #: lib/active_ldap/schema/syntaxes.rb:67
3872
- msgid "%s doesn't have the last \"'B\""
3873
- msgstr ""
3874
-
3875
- #: lib/active_ldap/schema/syntaxes.rb:71
3876
- msgid "%s has invalid character '%s'"
3877
- msgstr ""
3878
-
3879
- #: lib/active_ldap/schema/syntaxes.rb:108
3880
- msgid "%s should be TRUE or FALSE"
3881
- msgstr ""
3882
-
3883
- #: lib/active_ldap/schema/syntaxes.rb:121
3884
- msgid "%s should be just 2 printable characters"
3885
- msgstr ""
3886
-
3887
- #: lib/active_ldap/schema/syntaxes.rb:162
3888
- #: lib/active_ldap/schema/syntaxes.rb:381
3889
- msgid "%s has invalid UTF-8 character"
3890
- msgstr ""
3891
-
3892
- #: lib/active_ldap/schema/syntaxes.rb:237
3893
- msgid "%s has missing components: %s"
3894
- msgstr ""
3895
-
3896
- #: lib/active_ldap/schema/syntaxes.rb:240
3897
- msgid "%s is invalid time format"
3898
- msgstr ""
3899
-
3900
- #: lib/active_ldap/schema/syntaxes.rb:270
3901
- msgid "%s is invalid integer format"
3902
- msgstr ""
3903
-
3904
- #: lib/active_ldap/schema/syntaxes.rb:282
3905
- msgid "invalid JPEG format"
3906
- msgstr ""
3907
-
3908
- #: lib/active_ldap/schema/syntaxes.rb:323
3909
- msgid "%s is invalid numeric format"
3910
- msgstr ""
3911
-
3912
- #: lib/active_ldap/schema/syntaxes.rb:338
3913
- msgid "%s is invalid OID format: %s"
3914
- msgstr ""
3915
-
3916
- #: lib/active_ldap/schema/syntaxes.rb:340
3917
- msgid "%s is invalid OID format"
3918
- msgstr ""
3919
-
3920
- #: lib/active_ldap/schema/syntaxes.rb:353
3921
- msgid "%s has no mailbox type"
3922
- msgstr ""
3923
-
3924
- #: lib/active_ldap/schema/syntaxes.rb:357
3925
- msgid "%s has unprintable character in mailbox type: '%s'"
3926
- msgstr ""
3927
-
3928
- #: lib/active_ldap/schema/syntaxes.rb:362
3929
- msgid "%s has no mailbox"
3930
- msgstr ""
3931
-
3932
- #: lib/active_ldap/schema/syntaxes.rb:375
3933
- #: lib/active_ldap/schema/syntaxes.rb:394
3934
- msgid "empty string"
3935
- msgstr ""
3936
-
3937
- #: lib/active_ldap/schema/syntaxes.rb:398
3938
- msgid "%s has unprintable character: '%s'"
3939
- msgstr ""
3940
-
3941
- #: lib/active_ldap/get_text/parser.rb:94
3942
- msgid "Ignored '%{file}'. Solve dependencies first."
3943
- msgstr ""
3944
-
3945
- #: lib/active_ldap/configuration.rb:70
3946
- msgid "%s connection is not configured"
3947
- msgstr ""
3948
-
3949
- #: lib/active_ldap/configuration.rb:110
3950
- msgid ":ldap_scope configuration option is deprecated. Use :scope instead."
3951
- msgstr ""
3952
-
3953
- #: lib/active_ldap/configuration.rb:131
3954
- msgid "invalid URI: %s"
3955
- msgstr ""
3956
-
3957
- #: lib/active_ldap/configuration.rb:134
3958
- msgid "not a LDAP URI: %s"
3959
- msgstr ""
3960
-
3961
- #: rails/init.rb:7
3962
- msgid "You need ActiveLdap %s or later"
3963
- msgstr ""
3964
-
3965
- #: rails/init.rb:19
3966
- msgid "You should run 'script/generator scaffold_active_ldap' to make %s."
3967
- msgstr ""
3968
-
3969
- #: benchmark/bench-al.rb:14
3970
- msgid "Specify prefix for benchmarking"
3971
- msgstr ""
3972
-
3973
- #: benchmark/bench-al.rb:15
3974
- msgid "(default: %s)"
3975
- msgstr ""
3976
-
3977
- #: benchmark/bench-al.rb:219
3978
- msgid "Populating..."
3979
- msgstr ""
3980
-
3981
- #: benchmark/bench-al.rb:276
3982
- msgid "Entries processed by Ruby/ActiveLdap + LDAP: %d"
3983
- msgstr ""
3984
-
3985
- #: benchmark/bench-al.rb:277
3986
- msgid "Entries processed by Ruby/ActiveLdap + Net::LDAP: %d"
3987
- msgstr ""
3988
-
3989
- #: benchmark/bench-al.rb:279
3990
- msgid ""
3991
- "Entries processed by Ruby/ActiveLdap + LDAP: (without object creation): %d"
3992
- msgstr ""
3993
-
3994
- #: benchmark/bench-al.rb:282
3995
- msgid ""
3996
- "Entries processed by Ruby/ActiveLdap + Net::LDAP: (without object creation): "
3997
- "%d"
3998
- msgstr ""
3999
-
4000
- #: benchmark/bench-al.rb:285
4001
- msgid "Entries processed by Ruby/LDAP: %d"
4002
- msgstr ""
4003
-
4004
- #: benchmark/bench-al.rb:286
4005
- msgid "Entries processed by Net::LDAP: %d"
4006
- msgstr ""
4007
-
4008
- #: benchmark/bench-al.rb:290
4009
- msgid "Cleaning..."
4010
- msgstr ""