mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
CS: added translation from transifex
This commit is contained in:
parent
951f9dc006
commit
214e7d9b1c
128 changed files with 4605 additions and 664 deletions
74
communityhome/lang/cs/messages.po/cs.po
Normal file
74
communityhome/lang/cs/messages.po/cs.po
Normal file
|
@ -0,0 +1,74 @@
|
|||
# ADDON communityhome
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica communityhome addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Michal Šupler <msupler@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-07 18:33+0000\n"
|
||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: communityhome.php:29 communityhome.php:35
|
||||
msgid "Login"
|
||||
msgstr "Přihlásit se"
|
||||
|
||||
#: communityhome.php:30
|
||||
msgid "OpenID"
|
||||
msgstr "OpenID"
|
||||
|
||||
#: communityhome.php:46
|
||||
msgid "Latest users"
|
||||
msgstr "Poslední uživatelé"
|
||||
|
||||
#: communityhome.php:91
|
||||
msgid "Most active users"
|
||||
msgstr "Nejaktivnější uživatelé"
|
||||
|
||||
#: communityhome.php:109
|
||||
msgid "Latest photos"
|
||||
msgstr "Poslední fotky"
|
||||
|
||||
#: communityhome.php:122
|
||||
msgid "Contact Photos"
|
||||
msgstr "Fotogalerie kontaktu"
|
||||
|
||||
#: communityhome.php:123
|
||||
msgid "Profile Photos"
|
||||
msgstr "Profilové fotografie"
|
||||
|
||||
#: communityhome.php:148
|
||||
msgid "Latest likes"
|
||||
msgstr "Poslední \"líbí se mi\""
|
||||
|
||||
#: communityhome.php:170
|
||||
msgid "event"
|
||||
msgstr "událost"
|
||||
|
||||
#: communityhome.php:173 communityhome.php:182
|
||||
msgid "status"
|
||||
msgstr "Stav"
|
||||
|
||||
#: communityhome.php:178
|
||||
msgid "photo"
|
||||
msgstr "fotografie"
|
||||
|
||||
#: communityhome.php:187
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
|
||||
|
||||
#: communityhome.php:196
|
||||
#, php-format
|
||||
msgid "Welcome to %s"
|
||||
msgstr "Vítá Vás %s"
|
|
@ -1,14 +1,2 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Přihlásit se";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Poslední uživatelé";
|
||||
$a->strings["Most active users"] = "Nejaktivnější uživatelé";
|
||||
$a->strings["Latest photos"] = "Poslední fotky";
|
||||
$a->strings["Contact Photos"] = "Fotogalerie kontaktu";
|
||||
$a->strings["Profile Photos"] = "Profilové fotografie";
|
||||
$a->strings["Latest likes"] = "Poslední \"líbí se mi\"";
|
||||
$a->strings["event"] = "událost";
|
||||
$a->strings["status"] = "Stav";
|
||||
$a->strings["photo"] = "fotografie";
|
||||
$a->strings["Welcome to %s"] = "Vítá Vás %s";
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue