• 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
    Moved text for errors and form views. · 066adf3c ...
    066adf3c
    Updated 404 page with additional links
    Dan Brown authored 2016-12-03 13:31:54 +0000
common.php 380 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<?php
return [

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


    /**
     * Form Labels
     */
    'name' => 'Name',
    'description' => 'Description',
    'role' => 'Role',

    /**
     * Actions
     */
    'actions' => 'Actions',
    'view' => 'View',
    'create' => 'Create',
    'update' => 'Update',
    'delete' => 'Delete',
];