Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
616de5f5
Commit
616de5f5
authored
10 years ago
by
Viktor Zavadil
Committed by
Translator of Dokuwiki
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
translation update
parent
767edee2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inc/lang/cs/lang.php
+4
-0
4 additions, 0 deletions
inc/lang/cs/lang.php
lib/plugins/extension/lang/cs/lang.php
+19
-0
19 additions, 0 deletions
lib/plugins/extension/lang/cs/lang.php
lib/plugins/revert/lang/cs/lang.php
+1
-0
1 addition, 0 deletions
lib/plugins/revert/lang/cs/lang.php
with
24 additions
and
0 deletions
inc/lang/cs/lang.php
+
4
−
0
View file @
616de5f5
...
...
@@ -17,6 +17,7 @@
* @author Zbyněk Křivka <krivka@fit.vutbr.cz>
* @author Petr Klíma <qaxi@seznam.cz>
* @author Radovan Buroň <radovan@buron.cz>
* @author Viktor Zavadil <vzavadil@newps.cz>
*/
$lang
[
'encoding'
]
=
'utf-8'
;
$lang
[
'direction'
]
=
'ltr'
;
...
...
@@ -194,6 +195,9 @@ $lang['difflink'] = 'Odkaz na výstup diff';
$lang
[
'diff_type'
]
=
'Zobrazit rozdíly:'
;
$lang
[
'diff_inline'
]
=
'Vložené'
;
$lang
[
'diff_side'
]
=
'Přidané'
;
$lang
[
'diffprevrev'
]
=
'Předchozí verze'
;
$lang
[
'diffnextrev'
]
=
'Následující verze'
;
$lang
[
'difflastrev'
]
=
'Poslední revize'
;
$lang
[
'line'
]
=
'Řádek'
;
$lang
[
'breadcrumb'
]
=
'Historie:'
;
$lang
[
'youarehere'
]
=
'Umístění:'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/extension/lang/cs/lang.php
0 → 100644
+
19
−
0
View file @
616de5f5
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Viktor Zavadil <vzavadil@newps.cz>
*/
$lang
[
'menu'
]
=
'Manager rozšíření'
;
$lang
[
'tab_plugins'
]
=
'Instalované moduly'
;
$lang
[
'tab_templates'
]
=
'Instalované šablony'
;
$lang
[
'tab_search'
]
=
'Vyhledej a instaluj'
;
$lang
[
'tab_install'
]
=
'Ruční instalování'
;
$lang
[
'notimplemented'
]
=
'Tato vychytávka není dosud implementována'
;
$lang
[
'notinstalled'
]
=
'Toto rozšíření není instalováno'
;
$lang
[
'alreadyenabled'
]
=
'Toto rozšíření je již povoleno'
;
$lang
[
'alreadydisabled'
]
=
'Toto rozšíření je již vypnuto'
;
$lang
[
'unknownauthor'
]
=
'Neznámý autor'
;
$lang
[
'unknownversion'
]
=
'Neznámá verze'
;
$lang
[
'btn_info'
]
=
'Zobrazit více informací'
;
This diff is collapsed.
Click to expand it.
lib/plugins/revert/lang/cs/lang.php
+
1
−
0
View file @
616de5f5
...
...
@@ -17,6 +17,7 @@
* @author Gerrit Uitslag <klapinklapin@gmail.com>
* @author Petr Klíma <qaxi@seznam.cz>
* @author Radovan Buroň <radovan@buron.cz>
* @author Viktor Zavadil <vzavadil@newps.cz>
*/
$lang
[
'menu'
]
=
'Obnova zaspamovaných stránek'
;
$lang
[
'filter'
]
=
'Hledat zaspamované stránky'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment