Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
meta.simple_lock Czech translation
Browse files Browse the repository at this point in the history
created
  • Loading branch information
svetlemodry committed Nov 3, 2015
1 parent 99bf8e4 commit 13b314c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/plugins/meta.simple_lock/i18n/conf/cs.php
@@ -0,0 +1,6 @@
<?php

$mess = array(
"Simple Lock" => "Jednoduchý zámek",
"Manual Locking mechanism to avoid concurrent edition" => "Manuální uzamykací mechanismus pro zabránění souběžných úprav",
);
9 changes: 9 additions & 0 deletions core/src/plugins/meta.simple_lock/i18n/cs.php
@@ -0,0 +1,9 @@
<?php

$mess = array(
"1" => "Zamknout",
"2" => "Zamknout vybrané položky",
"3" => "Odemknout",
"4" => "Odstranit zámek",
"5" => "Tentou soubor je zamčen jiným uživatelem, pravděpodobně je právě upravován, nemáte oprávnění jej v tomto okamžiku upravovat.",
);

0 comments on commit 13b314c

Please sign in to comment.