mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +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
53
public_server/lang/cs/messages.po/cs.po
Normal file
53
public_server/lang/cs/messages.po/cs.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON public_server
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica public_server 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-28 18:03+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"
|
||||
|
||||
#: public_server.php:64
|
||||
msgid "Administrator"
|
||||
msgstr "Administrátor"
|
||||
|
||||
#: public_server.php:129
|
||||
#, php-format
|
||||
msgid "Your account on %s will expire in a few days."
|
||||
msgstr "Platnost Vašeho účtu na %s vyprší během několika dní."
|
||||
|
||||
#: public_server.php:130
|
||||
msgid "Your Friendica account is about to expire."
|
||||
msgstr "Vašemu účetu Friendica brzy vyprší platnost"
|
||||
|
||||
#: public_server.php:131
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Hi %1$s,\n"
|
||||
"\n"
|
||||
"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
|
||||
msgstr "Ahoj %1$s,\n\nVáš účet na %2$s vyprší v méně než pěti dnech. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní."
|
||||
|
||||
#: public_server.php:159
|
||||
msgid "Settings saved"
|
||||
msgstr "Nastavení uloženo"
|
||||
|
||||
#: public_server.php:165
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
||||
|
||||
#: public_server.php:167
|
||||
msgid "Set any of these options to 0 to deactivate it."
|
||||
msgstr "Nastavením volby na 0 funkci deaktivujete"
|
|
@ -1,5 +1,2 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrátor";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní.";
|
||||
$a->strings["Your Friendica account is about to expire."] = "Vašemu účetu Friendica brzy vyprší platnost";
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue