• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • lang
  • en
  • common.php
  • Dan Brown's avatar
    Extracted text from book & chapter views · 57dc53ce
    57dc53ce
    Dan Brown authored 2016-11-17 13:33:07 +0000
common.php 198 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
return [

    /**
     * Buttons
     */
    'cancel' => 'Cancel',
    'confirm' => 'Confirm',


    /**
     * Form Labels
     */
    'name' => 'Name',
    'description' => 'Description',
];