card 1.101.3 → 1.101.4
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.
- checksums.yaml +4 -4
 - data/VERSION +1 -1
 - data/config/initializers/02_patches/active_record.rb +1 -1
 - data/config/locales/en.yml +155 -378
 - data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +1 -1
 - data/lib/card.rb +15 -2
 - data/lib/card/auth.rb +5 -2
 - data/lib/card/auth/current.rb +39 -100
 - data/lib/card/auth/proxy.rb +36 -16
 - data/lib/card/auth/token.rb +6 -0
 - data/lib/card/cache/all.rb +83 -0
 - data/lib/card/cache/card_class.rb +41 -0
 - data/lib/card/cache/persistent.rb +3 -34
 - data/lib/card/cache/persistent_class.rb +28 -0
 - data/lib/card/codename.rb +1 -1
 - data/lib/card/content.rb +16 -2
 - data/lib/card/content/all.rb +59 -0
 - data/lib/card/director/act_direction.rb +4 -0
 - data/lib/card/director/all.rb +61 -0
 - data/lib/card/director/card_class.rb +18 -0
 - data/lib/card/director/phases.rb +0 -1
 - data/lib/card/dirty.rb +13 -3
 - data/lib/card/env/success.rb +14 -14
 - data/lib/card/env/success/target.rb +9 -11
 - data/lib/card/error.rb +1 -1
 - data/lib/card/fetch/all.rb +32 -0
 - data/lib/card/fetch/card_class.rb +147 -0
 - data/lib/card/format.rb +1 -1
 - data/lib/card/format/error.rb +3 -3
 - data/lib/card/format/nest.rb +1 -1
 - data/lib/card/format/nest/fetch.rb +1 -1
 - data/lib/card/lexicon.rb +2 -2
 - data/lib/card/name/all.rb +8 -0
 - data/lib/card/name/all/descendants.rb +6 -3
 - data/lib/card/name/card_class.rb +26 -0
 - data/lib/card/reference/all.rb +131 -0
 - data/lib/card/rule/all.rb +75 -0
 - data/lib/card/set/event/all.rb +95 -0
 - data/lib/card/set/event/skip_and_trigger.rb +89 -0
 - data/lib/card/set/pattern/all.rb +63 -0
 - data/lib/card/subcards/all.rb +103 -0
 - data/lib/cardio/migration/import.rb +1 -1
 - data/lib/cardio/utils.rb +5 -3
 - data/mod/admin/set/self/admin_info.rb +3 -5
 - data/mod/admin/set/self/trash.rb +2 -2
 - data/mod/core/set/all/autoname.rb +17 -0
 - data/mod/core/set/all/codename.rb +2 -2
 - data/mod/core/set/all/content.rb +52 -97
 - data/mod/core/set/all/name_events.rb +69 -58
 - data/mod/core/set/all/reference_events.rb +67 -0
 - data/mod/core/set/all/states.rb +2 -2
 - data/mod/core/set/all/subcards.rb +0 -100
 - data/mod/core/set/all/trash.rb +11 -13
 - data/mod/core/set/all/type.rb +7 -9
 - data/mod/core/set/all/utils.rb +3 -0
 - data/mod/core/set/type/cardtype.rb +3 -3
 - data/mod/core/set_pattern/06_rule.rb +1 -1
 - data/mod/core/spec/set/all/{rules2_spec.rb → clean_me_spec.rb} +0 -0
 - data/mod/core/spec/set/all/name_events_spec.rb +204 -0
 - metadata +30 -37
 - data/lib/card/mod_inflector.rb +0 -16
 - data/lib/card/name/all/class_methods.rb +0 -28
 - data/mod/core/set/all/actify.rb +0 -68
 - data/mod/core/set/all/cache.rb +0 -109
 - data/mod/core/set/all/event_conditions.rb +0 -172
 - data/mod/core/set/all/fetch.rb +0 -122
 - data/mod/core/set/all/fetch_helper.rb +0 -35
 - data/mod/core/set/all/i18n.rb +0 -9
 - data/mod/core/set/all/pattern.rb +0 -54
 - data/mod/core/set/all/references.rb +0 -191
 - data/mod/core/set/all/rename.rb +0 -33
 - data/mod/core/set/all/rules.rb +0 -81
 - data/mod/core/spec/set/all/actify_spec.rb +0 -58
 - data/mod/core/spec/set/all/content_spec.rb +0 -15
 - data/mod/core/spec/set/all/event_conditions_spec.rb +0 -217
 - data/mod/core/spec/set/all/fetch_helper_spec.rb +0 -65
 - data/mod/core/spec/set/all/fetch_spec.rb +0 -338
 - data/mod/core/spec/set/all/i18n_spec.rb +0 -17
 - data/mod/core/spec/set/all/pattern_spec.rb +0 -101
 - data/mod/core/spec/set/all/permissions/reader_rules_spec.rb +0 -166
 - data/mod/core/spec/set/all/references_spec.rb +0 -62
 - data/mod/core/spec/set/all/rename_spec.rb +0 -189
 - data/mod/core/spec/set/all/rules_spec.rb +0 -100
 - data/mod/core/spec/set/all/subcards_spec.rb +0 -102
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a6dd18af985f887f9ee6235c4da09625f700fbd33db1d62ca8ce2e50e4a745c7
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 5e20663bf4a06a6c11b20b6311a8be0b7e09e3bac6197608d160c0415e22802a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3e76c614cf17af63b8588d1ea249846f4b856924994a1c8ebd35b6515985c7642aff654746a5270fcd69c41c27214b7b65d211032597d7b50dfee9df131f87da
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 413c7d66e9a44e8db643b4f61222b43bd882f6d9c69e2e2ab1c67c3a0ee143d7c430298bbe82e73b4f9b2aa99bfaa708dc546eb24a1d91f920fc22f47b76f461
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.11. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.11.4
         
     | 
    
        data/config/locales/en.yml
    CHANGED
    
    | 
         @@ -30,381 +30,158 @@ en: 
     | 
|
| 
       30 
30 
     | 
    
         
             
                  card_date_seconds: '%B %e, %Y %H:%M:%S'
         
     | 
| 
       31 
31 
     | 
    
         
             
                  card_date_only: '%B %e, %Y'
         
     | 
| 
       32 
32 
     | 
    
         | 
| 
       33 
     | 
    
         
            -
               
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
             
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
             
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
             
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
             
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
             
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
             
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
             
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
       60 
     | 
    
         
            -
               
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
             
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
             
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
       87 
     | 
    
         
            -
             
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
             
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
             
     | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
       113 
     | 
    
         
            -
             
     | 
| 
       114 
     | 
    
         
            -
             
     | 
| 
       115 
     | 
    
         
            -
             
     | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
       117 
     | 
    
         
            -
             
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
             
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
             
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
             
     | 
| 
       124 
     | 
    
         
            -
             
     | 
| 
       125 
     | 
    
         
            -
             
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
             
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
             
     | 
| 
       165 
     | 
    
         
            -
             
     | 
| 
       166 
     | 
    
         
            -
             
     | 
| 
       167 
     | 
    
         
            -
               
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
             
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
       173 
     | 
    
         
            -
             
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
       176 
     | 
    
         
            -
             
     | 
| 
       177 
     | 
    
         
            -
             
     | 
| 
       178 
     | 
    
         
            -
             
     | 
| 
       179 
     | 
    
         
            -
             
     | 
| 
       180 
     | 
    
         
            -
             
     | 
| 
       181 
     | 
    
         
            -
               
     | 
| 
       182 
     | 
    
         
            -
             
     | 
| 
       183 
     | 
    
         
            -
             
     | 
| 
       184 
     | 
    
         
            -
               
     | 
| 
       185 
     | 
    
         
            -
             
     | 
| 
       186 
     | 
    
         
            -
             
     | 
| 
       187 
     | 
    
         
            -
             
     | 
| 
       188 
     | 
    
         
            -
                emails_send: send emails about changes to %{cardlabel}
         
     | 
| 
       189 
     | 
    
         
            -
                emails_stop: stop sending emails about changes to %{cardlabel}
         
     | 
| 
       190 
     | 
    
         
            -
                follow: follow
         
     | 
| 
       191 
     | 
    
         
            -
                follow_if_created: follow if I created
         
     | 
| 
       192 
     | 
    
         
            -
                follow_if_edited: follow if I edited
         
     | 
| 
       193 
     | 
    
         
            -
                follow_included: follow cards included by %{cardname}
         
     | 
| 
       194 
     | 
    
         
            -
                followed_card: followed card
         
     | 
| 
       195 
     | 
    
         
            -
                follower: follower
         
     | 
| 
       196 
     | 
    
         
            -
                following: Following
         
     | 
| 
       197 
     | 
    
         
            -
                following_created: Following content you created
         
     | 
| 
       198 
     | 
    
         
            -
                following_edited: Following content you edited
         
     | 
| 
       199 
     | 
    
         
            -
                heading_get_notified: Get notified about changes
         
     | 
| 
       200 
     | 
    
         
            -
                ignore: ignore
         
     | 
| 
       201 
     | 
    
         
            -
                ignoring: Ignoring
         
     | 
| 
       202 
     | 
    
         
            -
                more_options: more options
         
     | 
| 
       203 
     | 
    
         
            -
                new: new
         
     | 
| 
       204 
     | 
    
         
            -
                no_preference: No following preference
         
     | 
| 
       205 
     | 
    
         
            -
                please_sign_in: Please %{sign_in}
         
     | 
| 
       206 
     | 
    
         
            -
                problems_card: Problems with %{cardname}
         
     | 
| 
       207 
     | 
    
         
            -
                sign_in: sign in
         
     | 
| 
       208 
     | 
    
         
            -
                submit: Submit
         
     | 
| 
       209 
     | 
    
         
            -
                submit_update: Submit and update all users
         
     | 
| 
       210 
     | 
    
         
            -
                thing_created: "%{label} I created"
         
     | 
| 
       211 
     | 
    
         
            -
                thing_edited: "%{label} I edited"
         
     | 
| 
       212 
     | 
    
         
            -
                unfollow: unfollow
         
     | 
| 
       213 
     | 
    
         
            -
                update_changes: "\nThis update included the following changes:%{changes}"
         
     | 
| 
       214 
     | 
    
         
            -
                updating: Updating
         
     | 
| 
       215 
     | 
    
         
            -
             
     | 
| 
       216 
     | 
    
         
            -
              card-mod-format:
         
     | 
| 
       217 
     | 
    
         
            -
                account: account
         
     | 
| 
       218 
     | 
    
         
            -
                action_verb_added: added
         
     | 
| 
       219 
     | 
    
         
            -
                action_verb_deleted: deleted
         
     | 
| 
       220 
     | 
    
         
            -
                action_verb_edited: edited
         
     | 
| 
       221 
     | 
    
         
            -
                add_card: Add %{cardname}
         
     | 
| 
       222 
     | 
    
         
            -
                add_thing: Add %{title}
         
     | 
| 
       223 
     | 
    
         
            -
                also_changes: "%{actor_link} has also been making changes."
         
     | 
| 
       224 
     | 
    
         
            -
                bad_address: "404: Bad Address"
         
     | 
| 
       225 
     | 
    
         
            -
                close: Close
         
     | 
| 
       226 
     | 
    
         
            -
                comment_style_group: STYLE GROUP
         
     | 
| 
       227 
     | 
    
         
            -
                configure_card: Configure %{cardname}
         
     | 
| 
       228 
     | 
    
         
            -
                conflict: Conflict!
         
     | 
| 
       229 
     | 
    
         
            -
                conflict_instruction: Please examine below, resolve above, and re-submit.
         
     | 
| 
       230 
     | 
    
         
            -
                content_in_file: Content is stored in file and can't be edited.
         
     | 
| 
       231 
     | 
    
         
            -
                denial: Permission Denied
         
     | 
| 
       232 
     | 
    
         
            -
                denied_task: to %{denied_task} this
         
     | 
| 
       233 
     | 
    
         
            -
                discuss: discuss
         
     | 
| 
       234 
     | 
    
         
            -
                edit: edit
         
     | 
| 
       235 
     | 
    
         
            -
                error_message: Error message (visible to admin only)
         
     | 
| 
       236 
     | 
    
         
            -
                error_rendering: "Error rendering: %{cardname} (%{view} view)"
         
     | 
| 
       237 
     | 
    
         
            -
                exception_not_set_path: "not a set path: %{path}"
         
     | 
| 
       238 
     | 
    
         
            -
                invalid_json: invalid json
         
     | 
| 
       239 
     | 
    
         
            -
                label_select: Select
         
     | 
| 
       240 
     | 
    
         
            -
                need_permission_task: "You need permission %{task}."
         
     | 
| 
       241 
     | 
    
         
            -
                no: "no"
         
     | 
| 
       242 
     | 
    
         
            -
                not_found: Not Found
         
     | 
| 
       243 
     | 
    
         
            -
                not_found_card: Could not find %{cardname}
         
     | 
| 
       244 
     | 
    
         
            -
                not_found_named: Could not find %{cardname}.
         
     | 
| 
       245 
     | 
    
         
            -
                not_found_no_name: the card requested
         
     | 
| 
       246 
     | 
    
         
            -
                not_numeric: "'%{content}' is not numeric"
         
     | 
| 
       247 
     | 
    
         
            -
                or: "or"
         
     | 
| 
       248 
     | 
    
         
            -
                page: page
         
     | 
| 
       249 
     | 
    
         
            -
                please: Please
         
     | 
| 
       250 
     | 
    
         
            -
                problems_name: Problems with %{cardname}
         
     | 
| 
       251 
     | 
    
         
            -
                read_only: We are currently in read-only mode.  Please try again later.
         
     | 
| 
       252 
     | 
    
         
            -
                rules: rules
         
     | 
| 
       253 
     | 
    
         
            -
                se_hitch: 'Wagn Hitch :('
         
     | 
| 
       254 
     | 
    
         
            -
                se_sorry: Server Error. Yuck, sorry about that.
         
     | 
| 
       255 
     | 
    
         
            -
                se_ticket: <a href="%{ticket_link}">Add a support ticket</a> to tell us more and follow the fix.
         
     | 
| 
       256 
     | 
    
         
            -
                search_opt_names_ptr: option names for pointer
         
     | 
| 
       257 
     | 
    
         
            -
                server_error: "\nWagn Hitch!  Server Error. Yuck, sorry about that.\nTo tell us more and follow the fix,\nadd a support ticket at %{ticket_link}\n"
         
     | 
| 
       258 
     | 
    
         
            -
                sign_in: sign in
         
     | 
| 
       259 
     | 
    
         
            -
                sign_up: sign up
         
     | 
| 
       260 
     | 
    
         
            -
                sorry: Sorry!
         
     | 
| 
       261 
     | 
    
         
            -
                to_do_that: to do that
         
     | 
| 
       262 
     | 
    
         
            -
                toggle_no: "no"
         
     | 
| 
       263 
     | 
    
         
            -
                toggle_yes: "yes"
         
     | 
| 
       264 
     | 
    
         
            -
                too_deep: Man, you're too deep.  (Too many levels of nests at a time)
         
     | 
| 
       265 
     | 
    
         
            -
                too_slow: Timed out! %{showname} took too long to load.
         
     | 
| 
       266 
     | 
    
         
            -
                unsupported_view: view (%{view}) not supported for %{cardname}
         
     | 
| 
       267 
     | 
    
         
            -
                updated_how_when_who: "%{action_verb} %{elapsed_time_in_words} ago by %{who}"
         
     | 
| 
       268 
     | 
    
         
            -
                yes: "yes"
         
     | 
| 
       269 
     | 
    
         
            -
             
     | 
| 
       270 
     | 
    
         
            -
              card-mod-layout:
         
     | 
| 
       271 
     | 
    
         
            -
                available_layouts: "Available Layouts: %{available_layouts}"
         
     | 
| 
       272 
     | 
    
         
            -
                built_in: "Built-in Layouts: %{built_in_layouts}"
         
     | 
| 
       273 
     | 
    
         
            -
                unknown_layout: "Unknown layout: %{name}"
         
     | 
| 
       274 
     | 
    
         
            -
             
     | 
| 
       275 
     | 
    
         
            -
              card-mod-edit:
         
     | 
| 
       276 
     | 
    
         
            -
                account: account
         
     | 
| 
       277 
     | 
    
         
            -
                activity: activity
         
     | 
| 
       278 
     | 
    
         
            -
                all: all
         
     | 
| 
       279 
     | 
    
         
            -
                autosaved_draft: autosaved draft
         
     | 
| 
       280 
     | 
    
         
            -
                by_group: by group
         
     | 
| 
       281 
     | 
    
         
            -
                by_name: by name
         
     | 
| 
       282 
     | 
    
         
            -
                cancel: cancel
         
     | 
| 
       283 
     | 
    
         
            -
                card_delete_confirm: Are you sure you want to delete %{cardname}?
         
     | 
| 
       284 
     | 
    
         
            -
                card_deleted: "%{cardname} deleted"
         
     | 
| 
       285 
     | 
    
         
            -
                children: children
         
     | 
| 
       286 
     | 
    
         
            -
                common: common
         
     | 
| 
       287 
     | 
    
         
            -
                content: content
         
     | 
| 
       288 
     | 
    
         
            -
                created: created
         
     | 
| 
       289 
     | 
    
         
            -
                delete: delete
         
     | 
| 
       290 
     | 
    
         
            -
                details: details
         
     | 
| 
       291 
     | 
    
         
            -
                discuss: discuss
         
     | 
| 
       292 
     | 
    
         
            -
                edit: edit
         
     | 
| 
       293 
     | 
    
         
            -
                edited: edited
         
     | 
| 
       294 
     | 
    
         
            -
                editors: editors
         
     | 
| 
       295 
     | 
    
         
            -
                engage: engage
         
     | 
| 
       296 
     | 
    
         
            -
                follow: follow
         
     | 
| 
       297 
     | 
    
         
            -
                history: history
         
     | 
| 
       298 
     | 
    
         
            -
                mates: mates
         
     | 
| 
       299 
     | 
    
         
            -
                name: name
         
     | 
| 
       300 
     | 
    
         
            -
                nests: nests
         
     | 
| 
       301 
     | 
    
         
            -
                pin_pin: pin
         
     | 
| 
       302 
     | 
    
         
            -
                pin_unpin: unpin
         
     | 
| 
       303 
     | 
    
         
            -
                recent: recent
         
     | 
| 
       304 
     | 
    
         
            -
                references_in: references in
         
     | 
| 
       305 
     | 
    
         
            -
                references_out: references out
         
     | 
| 
       306 
     | 
    
         
            -
                refresh: refresh
         
     | 
| 
       307 
     | 
    
         
            -
                roles: roles
         
     | 
| 
       308 
     | 
    
         
            -
                rules: rules
         
     | 
| 
       309 
     | 
    
         
            -
                structure: structure
         
     | 
| 
       310 
     | 
    
         
            -
                type: type
         
     | 
| 
       311 
     | 
    
         
            -
             
     | 
| 
       312 
     | 
    
         
            -
              card-mod-carrierwave:
         
     | 
| 
       313 
     | 
    
         
            -
                add_item: Add %{attachment_name}...
         
     | 
| 
       314 
     | 
    
         
            -
                codename_needed_for_storage: codename needed for storage type coded
         
     | 
| 
       315 
     | 
    
         
            -
                delete: Delete
         
     | 
| 
       316 
     | 
    
         
            -
                download: Download %{title}
         
     | 
| 
       317 
     | 
    
         
            -
                error_invalid_storage_type: "%{type} is not a valid file storage option"
         
     | 
| 
       318 
     | 
    
         
            -
                file_error: File Error
         
     | 
| 
       319 
     | 
    
         
            -
                is_missing: is missing
         
     | 
| 
       320 
     | 
    
         
            -
                mod_argument_needed_to_save: mod argument needed to save card as coded
         
     | 
| 
       321 
     | 
    
         
            -
                moving_files_is_not_supported: moving files from cloud elsewhere is not supported
         
     | 
| 
       322 
     | 
    
         
            -
                replace_item: Replace %{attachment_name}...
         
     | 
| 
       323 
     | 
    
         
            -
                unknown_storage_type: unknown storage type %{new_storage_type}
         
     | 
| 
       324 
     | 
    
         
            -
                url_is_missing: url is missing
         
     | 
| 
       325 
     | 
    
         
            -
             
     | 
| 
       326 
     | 
    
         
            -
              card-mod-bootstrap:
         
     | 
| 
       327 
     | 
    
         
            -
                cannot_source_theme: can't find source for theme %{theme_name}
         
     | 
| 
       328 
     | 
    
         
            -
                not_valid_theme: not a valid theme %{theme_name}
         
     | 
| 
       329 
     | 
    
         
            -
             
     | 
| 
       330 
     | 
    
         
            -
              card-mod-history:
         
     | 
| 
       331 
     | 
    
         
            -
                added: Added
         
     | 
| 
       332 
     | 
    
         
            -
                current: Current
         
     | 
| 
       333 
     | 
    
         
            -
                deleted: Deleted
         
     | 
| 
       334 
     | 
    
         
            -
                error_not_latest_revision: changes not based on latest revision
         
     | 
| 
       335 
     | 
    
         
            -
                hide_changes: Hide changes
         
     | 
| 
       336 
     | 
    
         
            -
                save_as_current: Save as current
         
     | 
| 
       337 
     | 
    
         
            -
                show_changes: Show changes
         
     | 
| 
       338 
     | 
    
         
            -
                time_ago: "%{elapsed__time_in_words} ago"
         
     | 
| 
       339 
     | 
    
         
            -
             
     | 
| 
       340 
     | 
    
         
            -
              card-mod-account:
         
     | 
| 
       341 
     | 
    
         
            -
                action_verify_email: "%{action} verification email"
         
     | 
| 
       342 
     | 
    
         
            -
                approve_without: Approve without verification
         
     | 
| 
       343 
     | 
    
         
            -
                cache_db_compare: Cache/DB Comparison
         
     | 
| 
       344 
     | 
    
         
            -
                cache_value: Cache Val
         
     | 
| 
       345 
     | 
    
         
            -
                cached_card: Cached Card Inspect
         
     | 
| 
       346 
     | 
    
         
            -
                check_email: Check your email for a link to reset your password
         
     | 
| 
       347 
     | 
    
         
            -
                check_email_reset: Please check your email for a new password reset link.
         
     | 
| 
       348 
     | 
    
         
            -
                db_card: Database Card Inspect
         
     | 
| 
       349 
     | 
    
         
            -
                db_value: Database Val
         
     | 
| 
       350 
     | 
    
         
            -
                deny_delete: Deny and delete
         
     | 
| 
       351 
     | 
    
         
            -
                deny_email_restricted: viewing email is restricted to administrators and account holders
         
     | 
| 
       352 
     | 
    
         
            -
                deny_not_change_own_account: change the status of your own account
         
     | 
| 
       353 
     | 
    
         
            -
                email_missing: email can't be blank
         
     | 
| 
       354 
     | 
    
         
            -
                email_off: "WARNING: E-Mail-Versand ist deaktiviert. Ändere die Einstellung in %{path} um bei neuen Registrierungen Benachrichtigungen zu senden."
         
     | 
| 
       355 
     | 
    
         
            -
                encrypted: encrypted
         
     | 
| 
       356 
     | 
    
         
            -
                error_blank: can't be blank
         
     | 
| 
       357 
     | 
    
         
            -
                error_incorrect_token: token mismatch
         
     | 
| 
       358 
     | 
    
         
            -
                error_invalid_address: must be valid address
         
     | 
| 
       359 
     | 
    
         
            -
                error_not_active: Sorry, that account is not active.
         
     | 
| 
       360 
     | 
    
         
            -
                error_not_recognized: not recognized
         
     | 
| 
       361 
     | 
    
         
            -
                error_not_unique: must be unique
         
     | 
| 
       362 
     | 
    
         
            -
                error_token_expired: expired token
         
     | 
| 
       363 
     | 
    
         
            -
                error_token_not_found: no token found
         
     | 
| 
       364 
     | 
    
         
            -
                error_unknown_email: Unrecognized email.
         
     | 
| 
       365 
     | 
    
         
            -
                error_wrong_password: Wrong password
         
     | 
| 
       366 
     | 
    
         
            -
                errors_message: Sorry, %{item}. %{message}
         
     | 
| 
       367 
     | 
    
         
            -
                exception_bad_expiration: illegal expiration value (eg '%{example}')
         
     | 
| 
       368 
     | 
    
         
            -
                field: Field
         
     | 
| 
       369 
     | 
    
         
            -
                field_manip_abort: no field manipulation mid-activation
         
     | 
| 
       370 
     | 
    
         
            -
                first_last_help: usually first and last name
         
     | 
| 
       371 
     | 
    
         
            -
                forgot_password: Forgot Password
         
     | 
| 
       372 
     | 
    
         
            -
                get_started: Um loszulegen, erstelle einen Account.
         
     | 
| 
       373 
     | 
    
         
            -
                help_first_last: üblicherweise Vor- und Nachname
         
     | 
| 
       374 
     | 
    
         
            -
                illegal_approval_abort: illegal approval
         
     | 
| 
       375 
     | 
    
         
            -
                invite: Invite
         
     | 
| 
       376 
     | 
    
         
            -
                missing_account: "ERROR: signup card missing account"
         
     | 
| 
       377 
     | 
    
         
            -
                no_account_abort: no account associated with %{name}
         
     | 
| 
       378 
     | 
    
         
            -
                or_sign_up: '...or sign up!'
         
     | 
| 
       379 
     | 
    
         
            -
                password_length: must be at least 4 characters
         
     | 
| 
       380 
     | 
    
         
            -
                password_missing: password can't be blank
         
     | 
| 
       381 
     | 
    
         
            -
                private_data: Private data
         
     | 
| 
       382 
     | 
    
         
            -
                resend: Resend
         
     | 
| 
       383 
     | 
    
         
            -
                reset_my_password: Reset my password
         
     | 
| 
       384 
     | 
    
         
            -
                reset_password: RESET PASSWORD
         
     | 
| 
       385 
     | 
    
         
            -
                search_email_duplicate: email duplicate? (%{content})
         
     | 
| 
       386 
     | 
    
         
            -
                send: Send
         
     | 
| 
       387 
     | 
    
         
            -
                send_invite: Send Invitation
         
     | 
| 
       388 
     | 
    
         
            -
                set_up: Set up
         
     | 
| 
       389 
     | 
    
         
            -
                setting_up: Setting up
         
     | 
| 
       390 
     | 
    
         
            -
                sign_in: Sign in
         
     | 
| 
       391 
     | 
    
         
            -
                sign_in_title: Sign In
         
     | 
| 
       392 
     | 
    
         
            -
                sign_out: Sign out
         
     | 
| 
       393 
     | 
    
         
            -
                sign_up: Sign up
         
     | 
| 
       394 
     | 
    
         
            -
                signed_up_on: "%{name} signed up on %{date}"
         
     | 
| 
       395 
     | 
    
         
            -
                sorry_email_reset: Sorry, %{error_msg}. Please check your email for a new password reset link.
         
     | 
| 
       396 
     | 
    
         
            -
                verification: A verification email has been sent
         
     | 
| 
       397 
     | 
    
         
            -
                verification_to: A verification email has been sent to %{email}
         
     | 
| 
       398 
     | 
    
         
            -
                was_signed_up_on: "%{name} was signed up on %{date}"
         
     | 
| 
       399 
     | 
    
         
            -
                welcome: Welcome, Decker!
         
     | 
| 
       400 
     | 
    
         
            -
             
     | 
| 
       401 
     | 
    
         
            -
              card-mod-rules:
         
     | 
| 
       402 
     | 
    
         
            -
                # CONFIRMED
         
     | 
| 
       403 
     | 
    
         
            -
                config: Config
         
     | 
| 
       404 
     | 
    
         
            -
                event: Events
         
     | 
| 
       405 
     | 
    
         
            -
                other: Other
         
     | 
| 
       406 
     | 
    
         
            -
                permission: Permissions
         
     | 
| 
       407 
     | 
    
         
            -
                pointer: Pointer
         
     | 
| 
       408 
     | 
    
         
            -
                templating: Templating
         
     | 
| 
       409 
     | 
    
         
            -
                webpage: Webpage
         
     | 
| 
       410 
     | 
    
         
            -
                editing: Editing
         
     | 
| 
      
 33 
     | 
    
         
            +
              lib_error_rendering: "Error rendering: %{cardname} (%{view} view)"
         
     | 
| 
      
 34 
     | 
    
         
            +
              lib_exception_for_card: "for card %{cardname}: %{message}"
         
     | 
| 
      
 35 
     | 
    
         
            +
              lib_exception_init_without_card: format initialized without card
         
     | 
| 
      
 36 
     | 
    
         
            +
              lib_exception_not_implemented: "%{func} not implemented"
         
     | 
| 
      
 37 
     | 
    
         
            +
              lib_exception_unknown_codename: "unknown codename: %{codename}"
         
     | 
| 
      
 38 
     | 
    
         
            +
              lib_no_cardname: unknown card
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
              core_cannot_change_content: cannot change content while changing name
         
     | 
| 
      
 41 
     | 
    
         
            +
              core_cannot_change_type: cannot change type while changing name
         
     | 
| 
      
 42 
     | 
    
         
            +
              core_cards_exist: Sorry, this card must remain a Cardtype so long as there are %{cardname} cards.
         
     | 
| 
      
 43 
     | 
    
         
            +
              core_error_banned_characters: "may not contain any of the following characters: %{banned}"
         
     | 
| 
      
 44 
     | 
    
         
            +
              core_error_blank_key: cannot be blank
         
     | 
| 
      
 45 
     | 
    
         
            +
              core_error_blank_name: can't be blank
         
     | 
| 
      
 46 
     | 
    
         
            +
              core_error_cant_alter: can't alter this type; %{name} cards still exist
         
     | 
| 
      
 47 
     | 
    
         
            +
              core_error_cant_change_errors: "of %{name} can't be changed; errors creating new %{type_id}: %{error_messages}"
         
     | 
| 
      
 48 
     | 
    
         
            +
              core_error_code_in_use: codename %{codename} already in use
         
     | 
| 
      
 49 
     | 
    
         
            +
              core_error_hard_templated: can't be changed because %{name} is hard templated to %{type_name}
         
     | 
| 
      
 50 
     | 
    
         
            +
              core_error_indestructible: "%{name} is an indestructible rule"
         
     | 
| 
      
 51 
     | 
    
         
            +
              core_error_invalid_character_in_cardtype: "may not contain any of the following characters: %{banned}"
         
     | 
| 
      
 52 
     | 
    
         
            +
              core_error_name_exists: must be unique; '%{name}' already exists.
         
     | 
| 
      
 53 
     | 
    
         
            +
              core_error_name_tag: "%{name} in use as a tag"
         
     | 
| 
      
 54 
     | 
    
         
            +
              core_error_no_such_type: No such type
         
     | 
| 
      
 55 
     | 
    
         
            +
              core_error_system_card: "%{name} is is a system card. (%{codename})"
         
     | 
| 
      
 56 
     | 
    
         
            +
              core_error_too_long: is too long (255 character maximum; length is %{length})
         
     | 
| 
      
 57 
     | 
    
         
            +
              core_error_user_edits: "Edits have been made with %{name}'s user account.\nDeleting this card would mess up our history."
         
     | 
| 
      
 58 
     | 
    
         
            +
              core_error_wrong_key: wrong key '%{key}' for name %{name}
         
     | 
| 
      
 59 
     | 
    
         
            +
              core_exception_almost_deleted: Narrowly averted deleting current file
         
     | 
| 
      
 60 
     | 
    
         
            +
              core_is_incomplete: is incomplete
         
     | 
| 
      
 61 
     | 
    
         
            +
              core_only_admins_codename: only admins can set codename
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
              # core_label_set_all_cards: All cards
         
     | 
| 
      
 64 
     | 
    
         
            +
              # core_label_set_plus_cards: All "+" cards
         
     | 
| 
      
 65 
     | 
    
         
            +
              # core_label_set_right_cards: All "+%{name}" cards
         
     | 
| 
      
 66 
     | 
    
         
            +
              # core_label_set_rstar_cards: All "+*" cards
         
     | 
| 
      
 67 
     | 
    
         
            +
              # core_label_set_self_card: The card "%{name}"
         
     | 
| 
      
 68 
     | 
    
         
            +
              # core_label_set_star_cards: All "*" cards
         
     | 
| 
      
 69 
     | 
    
         
            +
              # core_label_set_type_cards: All "%{name}" cards
         
     | 
| 
      
 70 
     | 
    
         
            +
              # core_label_set_typeplusright_cards: All "+%{right}" cards on "%{type}" cards
         
     | 
| 
      
 71 
     | 
    
         
            +
              # core_label_setfollow_all_cards: everything
         
     | 
| 
      
 72 
     | 
    
         
            +
              # core_label_setfollow_plus_cards: all "+" cards
         
     | 
| 
      
 73 
     | 
    
         
            +
              # core_label_setfollow_right_cards: all "+%{name}s"
         
     | 
| 
      
 74 
     | 
    
         
            +
              # core_label_setfollow_rstar_cards: all "+*" cards
         
     | 
| 
      
 75 
     | 
    
         
            +
              # core_label_setfollow_star_cards: all "*" cards
         
     | 
| 
      
 76 
     | 
    
         
            +
              # core_label_setfollow_type_cards: all "%{name}s"
         
     | 
| 
      
 77 
     | 
    
         
            +
              # core_label_setfollow_typeplusright_cards: all "+%{right}" on "%{type}s"
         
     | 
| 
      
 78 
     | 
    
         
            +
             
     | 
| 
      
 79 
     | 
    
         
            +
              admin_warn: ADMINISTRATOR WARNING
         
     | 
| 
      
 80 
     | 
    
         
            +
              admin_email_off: Email delivery is turned off. Change settings in %{path} to send sign up notifications.
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
              account_check_email: Check your email for a link to reset your password
         
     | 
| 
      
 83 
     | 
    
         
            +
              account_deny_email_restricted: viewing email is restricted to administrators and account holders
         
     | 
| 
      
 84 
     | 
    
         
            +
              account_deny_not_change_own_account: change the status of your own account
         
     | 
| 
      
 85 
     | 
    
         
            +
              account_email_missing: email can't be blank
         
     | 
| 
      
 86 
     | 
    
         
            +
              account_encrypted: encrypted
         
     | 
| 
      
 87 
     | 
    
         
            +
              account_error_blank: can't be blank
         
     | 
| 
      
 88 
     | 
    
         
            +
              account_error_invalid_address: must be valid address
         
     | 
| 
      
 89 
     | 
    
         
            +
              account_error_not_active: Sorry, that account is not active.
         
     | 
| 
      
 90 
     | 
    
         
            +
              account_error_not_recognized: not recognized
         
     | 
| 
      
 91 
     | 
    
         
            +
              account_error_not_unique: must be unique
         
     | 
| 
      
 92 
     | 
    
         
            +
              account_error_token_expired: expired token
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
              account_error_unknown_email: Unrecognized email.
         
     | 
| 
      
 95 
     | 
    
         
            +
              account_error_wrong_password: Wrong password
         
     | 
| 
      
 96 
     | 
    
         
            +
              account_exception_bad_expiration: illegal expiration value (eg '%{example}')
         
     | 
| 
      
 97 
     | 
    
         
            +
              account_forgot_password: Forgot Password
         
     | 
| 
      
 98 
     | 
    
         
            +
              account_invite: Invite
         
     | 
| 
      
 99 
     | 
    
         
            +
              account_missing_account: "ERROR: signup card missing account"
         
     | 
| 
      
 100 
     | 
    
         
            +
              account_or_sign_up: '...or sign up!'
         
     | 
| 
      
 101 
     | 
    
         
            +
              account_password_length: must be at least 4 characters
         
     | 
| 
      
 102 
     | 
    
         
            +
              account_password_missing: password can't be blank
         
     | 
| 
      
 103 
     | 
    
         
            +
              account_private_data: Private data
         
     | 
| 
      
 104 
     | 
    
         
            +
              account_reset_my_password: Reset my password
         
     | 
| 
      
 105 
     | 
    
         
            +
              account_reset_password: RESET PASSWORD
         
     | 
| 
      
 106 
     | 
    
         
            +
              account_search_email_duplicate: email duplicate? (%{content})
         
     | 
| 
      
 107 
     | 
    
         
            +
              account_sign_in: Sign in
         
     | 
| 
      
 108 
     | 
    
         
            +
              account_sign_in_title: Sign In
         
     | 
| 
      
 109 
     | 
    
         
            +
              account_sign_out: Sign out
         
     | 
| 
      
 110 
     | 
    
         
            +
              account_sign_up: Sign up
         
     | 
| 
      
 111 
     | 
    
         
            +
              account_sorry_email_reset: Sorry, %{error_msg}. Please check your email for a new password reset link.
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
              api_key_not_found: no API key found
         
     | 
| 
      
 114 
     | 
    
         
            +
              api_key_incorrect: API key mismatch
         
     | 
| 
      
 115 
     | 
    
         
            +
              api_key_invalid: "Invalid API Key; must contain 20+ alphanumeric characters only"
         
     | 
| 
      
 116 
     | 
    
         
            +
              api_key_label: "API Key"
         
     | 
| 
      
 117 
     | 
    
         
            +
              api_key_generate: "Generate API Key"
         
     | 
| 
      
 118 
     | 
    
         
            +
              api_key_regenerate: "Regenerate API Key"
         
     | 
| 
      
 119 
     | 
    
         
            +
              api_key_generating: "Generating API Key"
         
     | 
| 
      
 120 
     | 
    
         
            +
              api_key_taken: "API Key taken"
         
     | 
| 
      
 121 
     | 
    
         
            +
              api_key_get_jwt_token: "get a JWT token"
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
              bootstrap_cannot_source_theme: can't find source for theme %{theme_name}
         
     | 
| 
      
 124 
     | 
    
         
            +
              bootstrap_not_valid_theme: not a valid theme %{theme_name}
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
      
 126 
     | 
    
         
            +
              carrierwave_add_item: Add %{attachment_name}...
         
     | 
| 
      
 127 
     | 
    
         
            +
              carrierwave_codename_needed_for_storage: codename needed for storage type coded
         
     | 
| 
      
 128 
     | 
    
         
            +
              carrierwave_delete: Delete
         
     | 
| 
      
 129 
     | 
    
         
            +
              carrierwave_download: Download %{title}
         
     | 
| 
      
 130 
     | 
    
         
            +
              carrierwave_error_invalid_storage_type: "%{type} is not a valid file storage option"
         
     | 
| 
      
 131 
     | 
    
         
            +
              carrierwave_file_error: File Error
         
     | 
| 
      
 132 
     | 
    
         
            +
              carrierwave_is_missing: is missing
         
     | 
| 
      
 133 
     | 
    
         
            +
              carrierwave_mod_argument_needed_to_save: mod argument needed to save card as coded
         
     | 
| 
      
 134 
     | 
    
         
            +
              carrierwave_moving_files_is_not_supported: moving files from cloud elsewhere is not supported
         
     | 
| 
      
 135 
     | 
    
         
            +
              carrierwave_replace_item: Replace %{attachment_name}...
         
     | 
| 
      
 136 
     | 
    
         
            +
              carrierwave_unknown_storage_type: unknown storage type %{new_storage_type}
         
     | 
| 
      
 137 
     | 
    
         
            +
              carrierwave_url_is_missing: url is missing
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
              format_add_card: Add %{cardname}
         
     | 
| 
      
 140 
     | 
    
         
            +
              format_bad_address: "404: Bad Address"
         
     | 
| 
      
 141 
     | 
    
         
            +
              format_close: Close
         
     | 
| 
      
 142 
     | 
    
         
            +
              format_configure_card: Configure %{cardname}
         
     | 
| 
      
 143 
     | 
    
         
            +
              format_denial: Permission Denied
         
     | 
| 
      
 144 
     | 
    
         
            +
              format_denied_task: to %{denied_task} this
         
     | 
| 
      
 145 
     | 
    
         
            +
              format_invalid_json: invalid json
         
     | 
| 
      
 146 
     | 
    
         
            +
              format_need_permission_task: "You need permission %{task}."
         
     | 
| 
      
 147 
     | 
    
         
            +
              format_not_found_named: Could not find %{cardname}.
         
     | 
| 
      
 148 
     | 
    
         
            +
              format_not_found_no_name: the card requested
         
     | 
| 
      
 149 
     | 
    
         
            +
              format_not_numeric: "'%{content}' is not numeric"
         
     | 
| 
      
 150 
     | 
    
         
            +
              format_or: "or"
         
     | 
| 
      
 151 
     | 
    
         
            +
              format_please: Please
         
     | 
| 
      
 152 
     | 
    
         
            +
              format_problems_name: Problems with %{cardname}
         
     | 
| 
      
 153 
     | 
    
         
            +
              format_read_only: We are currently in read-only mode.  Please try again later.
         
     | 
| 
      
 154 
     | 
    
         
            +
              format_server_error: "\nWagn Hitch!  Server Error. Yuck, sorry about that.\nTo tell us more and follow the fix,\nadd a support ticket at %{ticket_link}\n"
         
     | 
| 
      
 155 
     | 
    
         
            +
              format_sorry: Sorry!
         
     | 
| 
      
 156 
     | 
    
         
            +
              format_to_do_that: to do that
         
     | 
| 
      
 157 
     | 
    
         
            +
              format_toggle_no: "no"
         
     | 
| 
      
 158 
     | 
    
         
            +
              format_toggle_yes: "yes"
         
     | 
| 
      
 159 
     | 
    
         
            +
              format_too_deep: Man, you're too deep.  (Too many levels of nests at a time)
         
     | 
| 
      
 160 
     | 
    
         
            +
              format_unsupported_view: view (%{view}) not supported for %{cardname}
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
      
 162 
     | 
    
         
            +
              history_error_not_latest_revision: changes not based on latest revision
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
              layout_available_layouts: "Available Layouts: %{available_layouts}"
         
     | 
| 
      
 165 
     | 
    
         
            +
              layout_unknown_layout: "Unknown layout: %{name}"
         
     | 
| 
      
 166 
     | 
    
         
            +
             
     | 
| 
      
 167 
     | 
    
         
            +
              legacy_toc: Table of Contents
         
     | 
| 
      
 168 
     | 
    
         
            +
             
     | 
| 
      
 169 
     | 
    
         
            +
              permission_error_no_action_rule: No %{action} rule for %{name}
         
     | 
| 
      
 170 
     | 
    
         
            +
             
     | 
| 
      
 171 
     | 
    
         
            +
              recaptcha_captcha_keys: You are configured to use %{captcha_link}, but for that to work you need new %{recaptcha_link}.
         
     | 
| 
      
 172 
     | 
    
         
            +
              recaptcha_captcha_temp: Your captcha is currently working with temporary settings. This is fine for a local installation, but you will need new %{recaptcha_link} if you want to make this site public.
         
     | 
| 
      
 173 
     | 
    
         
            +
              recaptcha_howto_add: Add your keys to %{recaptcha_settings}
         
     | 
| 
      
 174 
     | 
    
         
            +
              recaptcha_howto_add_keys: "How to add new recaptcha keys:"
         
     | 
| 
      
 175 
     | 
    
         
            +
              recaptcha_howto_go: Go to %{captcha_card}
         
     | 
| 
      
 176 
     | 
    
         
            +
              recaptcha_howto_register: Register your domain at %{recaptcha_link}
         
     | 
| 
      
 177 
     | 
    
         
            +
              recaptcha_howto_turn_off: 'How to turn captcha off:'
         
     | 
| 
      
 178 
     | 
    
         
            +
              recaptcha_howto_update: Update all *captcha rules to "no".
         
     | 
| 
      
 179 
     | 
    
         
            +
             
     | 
| 
      
 180 
     | 
    
         
            +
              rules_config: Config
         
     | 
| 
      
 181 
     | 
    
         
            +
              rules_event: Events
         
     | 
| 
      
 182 
     | 
    
         
            +
              rules_other: Other
         
     | 
| 
      
 183 
     | 
    
         
            +
              rules_permission: Permissions
         
     | 
| 
      
 184 
     | 
    
         
            +
              rules_pointer: Pointer
         
     | 
| 
      
 185 
     | 
    
         
            +
              rules_templating: Templating
         
     | 
| 
      
 186 
     | 
    
         
            +
              rules_webpage: Webpage
         
     | 
| 
      
 187 
     | 
    
         
            +
              rules_editing: Editing
         
     |