mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -4,13 +4,13 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Michal Šupler <msupler@gmail.com>, 2014
|
||||
# Michal Šupler <msupler@gmail.com>, 2014-2015
|
||||
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 19:03+0000\n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2015-02-11 19:37+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"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: curweather.php:46 curweather.php:90
|
||||
#: curweather.php:46
|
||||
msgid "Current Weather"
|
||||
msgstr "Aktuální počasí"
|
||||
|
||||
|
@ -27,6 +27,10 @@ msgstr "Aktuální počasí"
|
|||
msgid "Current Weather settings updated."
|
||||
msgstr "Nastavení pro Aktuální počasí aktualizováno."
|
||||
|
||||
#: curweather.php:90
|
||||
msgid "Current Weather Settings"
|
||||
msgstr "Nastavení Aktuálního počasí"
|
||||
|
||||
#: curweather.php:93
|
||||
msgid "Weather Location: "
|
||||
msgstr "Poloha počasí:"
|
||||
|
@ -36,5 +40,5 @@ msgid "Enable Current Weather"
|
|||
msgstr "Povolit Aktuální počasí"
|
||||
|
||||
#: curweather.php:104
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
||||
msgid "Submit"
|
||||
msgstr "Odeslat"
|
||||
|
|
|
@ -7,6 +7,7 @@ function string_plural_select_cs($n){
|
|||
;
|
||||
$a->strings["Current Weather"] = "Aktuální počasí";
|
||||
$a->strings["Current Weather settings updated."] = "Nastavení pro Aktuální počasí aktualizováno.";
|
||||
$a->strings["Current Weather Settings"] = "Nastavení Aktuálního počasí";
|
||||
$a->strings["Weather Location: "] = "Poloha počasí:";
|
||||
$a->strings["Enable Current Weather"] = "Povolit Aktuální počasí";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue