You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in translating _PHP: The Right Way_, fork this repo on GitHub and publish your localized fork to your own GitHub Pages account. We'll link to your translation from the primary document.
64
+
Pokud máte zájem přeložit _PHP: The Right Way_, vytvořte si větev (fork)
65
+
[hlavního repozitáře](https://github.com/codeguy/php-the-right-way/) na GitHubu a publikujte svůj lokalizovaný
66
+
fork na svém GitHub Pages účtu. Na váš překlad budeme odkazovat z primárního dokumentu.
64
67
65
-
To avoid fragmentation and reader confusion, please choose one of these options:
68
+
Abyste předešli fragmentaci a zmatení čtenářů, zvolte jednu z těchto možností:
66
69
67
-
1.We link to your GitHub Pages fork with`[username].github.io/php-the-right-way`
68
-
2.We link to your GitHub Pages fork with a subdomain (e.g. "ru.phptherightway.com")
70
+
1.Odkazujeme na váš GitHub Pages fork `[username].github.io/php-the-right-way`
71
+
2.Odkazujeme na váš GitHub Pages fork subdoménou (např. "ru.phptherightway.com")
69
72
70
-
If you use a subdomain, enter the subdomain into the `CNAME` file, and ask us to setup DNS for you. If you do not use a subdomain, remove the `CNAME` file entirely else your fork will not build when pushed.
73
+
Pokud používáte subdoménu, zadejte ji do souboru `CNAME` a požádejte nás o nastavení DNS. Pokud subdoménu nepoužíváte,
74
+
úplně odstraňte soubor `CNAME`, jinak se váš fork po odeslání nesestaví.
71
75
72
-
Add information about your translation in the [wiki page](https://github.com/codeguy/php-the-right-way/wiki/Translations).
76
+
Přidejte informace o vašem překladu do [wiki stránky](https://github.com/codeguy/php-the-right-way/wiki/Translations).
73
77
74
-
When your translation is ready, open an issue on the Issue Tracker to let us know.
78
+
Až bude váš překlad připravený, dejte nám vědět otevřením issue na Issue Tracker.
75
79
76
-
## Why
80
+
## Proč
77
81
78
-
There's been a lot of discussion lately about how the PHP community lacks sufficient, credible information for programmers new to PHP. This repository aims to solve this problem.
82
+
V poslední době se hodně diskutuje o tom, že komunita PHP nemá dostatek důvěryhodných informací pro začínající
83
+
programátory. Tento repozitář si klade za cíl zmíněný problém vyřešit.
79
84
80
-
## Who
85
+
## Kdo
81
86
82
-
My name is [Josh Lockhart](http://twitter.com/codeguy). I'm the author of the [Slim Framework](http://www.slimframework.com/), and I work for[New Media Campaigns](http://www.newmediacampaigns.com/).
87
+
Jmenuje se [Josh Lockhart](http://twitter.com/codeguy). Je autorem [Slim Frameworku](http://www.slimframework.com/) a pracuje pro[New Media Campaigns](http://www.newmediacampaigns.com/).
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: default
3
-
description: "An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative PHP tutorials around the Web"
3
+
description: "Snadno čitelný, rychlý odkaz na PHP osvědčené postupy, akceptované standardy kódování a odkazy na autoritativní PHP návody po internetu"
4
4
sitemap: true
5
5
---
6
6
@@ -9,7 +9,7 @@
9
9
{{ welcome_content|markdownify }}
10
10
</section>
11
11
12
-
{% capture backtotop %}[Back to Top](#top){:.top}{% endcapture %}
12
+
{% capture backtotop %}[Zpět na začátek](#top){:.top}{% endcapture %}
13
13
{% for post in site.posts reversed %}
14
14
{% if post.isChild != true and loop.first != true %}<divclass="back-to-top">{{ backtotop|markdownify }}</div>{% endif %}
0 commit comments