en.bootstrap.yml - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (HTM) git clone git://jay.scot/warvox
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       en.bootstrap.yml (579B)
       ---
            1 # Sample localization file for English. Add more files in this directory for other locales.
            2 # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
            3 
            4 en:
            5   breadcrumbs:
            6     application:
            7       root: "Index"
            8     pages:
            9       pages: "Pages"
           10   helpers:
           11     actions: "Actions"
           12     links:
           13       back: "Back"
           14       cancel: "Cancel"
           15       confirm: "Are you sure?"
           16       destroy: "Delete"
           17       new: "New"
           18       edit: "Edit"
           19     titles:
           20       edit: "Edit %{model}"
           21       save: "Save %{model}"
           22       new: "New %{model}"
           23       delete: "Delete %{model}"