Skip to content

Commit

Permalink
New translations button.php (Czech)
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 19, 2019
1 parent 94f9634 commit 8114513
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cs/button.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

return array(
'actions' => 'Actions',
'add' => 'Add New',
'cancel' => 'Cancel',
'checkin_and_delete' => 'Checkin & Delete User',
'delete' => 'Delete',
'edit' => 'Edit',
'restore' => 'Restore',
'request' => 'Request',
'submit' => 'Submit',
'upload' => 'Upload',
'select_file' => 'Select File...',
'select_files' => 'Select Files...',
'generate_labels' => '{1} Generate Label|[2,*] Generate Labels',
);

0 comments on commit 8114513

Please sign in to comment.