CS irc addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 10:33:46 +02:00
parent f8b1f15c0c
commit df9364039b
2 changed files with 14 additions and 13 deletions

View File

@ -5,13 +5,14 @@
# #
# Translators: # Translators:
# Aditoo, 2018 # Aditoo, 2018
# Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015 # michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-08 13:17+0200\n" "POT-Creation-Date: 2015-07-08 13:17+0200\n"
"PO-Revision-Date: 2018-06-11 13:51+0000\n" "PO-Revision-Date: 2018-06-14 14:36+0000\n"
"Last-Translator: Aditoo\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -22,7 +23,7 @@ msgstr ""
#: irc.php:37 #: irc.php:37
msgid "IRC Settings" msgid "IRC Settings"
msgstr "IRC Nastavení" msgstr "Nastavení IRC"
#: irc.php:38 #: irc.php:38
msgid "" msgid ""
@ -37,23 +38,23 @@ msgstr "Uložit nastavení"
#: irc.php:40 irc.php:137 #: irc.php:40 irc.php:137
msgid "Channel(s) to auto connect (comma separated)" msgid "Channel(s) to auto connect (comma separated)"
msgstr "Kanál(y) pro automatické připojení(oddělené čárkou)" msgstr "Kanál(y) pro automatické připojení (oddělené čárkami)"
#: irc.php:40 irc.php:137 #: irc.php:40 irc.php:137
msgid "" msgid ""
"List of channels that shall automatically connected to when the app is " "List of channels that shall automatically connected to when the app is "
"launched." "launched."
msgstr "" msgstr "Seznam kanálů, které budou při spuštění aplikace automaticky připojeny."
#: irc.php:41 irc.php:138 #: irc.php:41 irc.php:138
msgid "Popular Channels (comma separated)" msgid "Popular Channels (comma separated)"
msgstr "Oblíbené Kanály (oddělené čárkou)" msgstr "Populární kanály (oddělené čárkami)"
#: irc.php:41 irc.php:138 #: irc.php:41 irc.php:138
msgid "" msgid ""
"List of popular channels, will be displayed at the side and hotlinked for " "List of popular channels, will be displayed at the side and hotlinked for "
"easy joining." "easy joining."
msgstr "" msgstr "Seznam populárních kanálů, bude zobrazen na straně a bude obsahovat odkazy pro snadné připojení."
#: irc.php:57 irc.php:128 #: irc.php:57 irc.php:128
msgid "IRC settings saved." msgid "IRC settings saved."
@ -65,4 +66,4 @@ msgstr "IRC Místnost"
#: irc.php:90 #: irc.php:90
msgid "Popular Channels" msgid "Popular Channels"
msgstr "Oblíbené kanály" msgstr "Populární kanály"

View File

@ -6,13 +6,13 @@ function string_plural_select_cs($n){
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;; return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
}} }}
; ;
$a->strings["IRC Settings"] = "IRC Nastavení"; $a->strings["IRC Settings"] = "Nastavení IRC";
$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = ""; $a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)"; $a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení (oddělené čárkami)";
$a->strings["List of channels that shall automatically connected to when the app is launched."] = ""; $a->strings["List of channels that shall automatically connected to when the app is launched."] = "Seznam kanálů, které budou při spuštění aplikace automaticky připojeny.";
$a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)"; $a->strings["Popular Channels (comma separated)"] = "Populární kanály (oddělené čárkami)";
$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = ""; $a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Seznam populárních kanálů, bude zobrazen na straně a bude obsahovat odkazy pro snadné připojení.";
$a->strings["IRC settings saved."] = "IRC Nastavení uloženo."; $a->strings["IRC settings saved."] = "IRC Nastavení uloženo.";
$a->strings["IRC Chatroom"] = "IRC Místnost"; $a->strings["IRC Chatroom"] = "IRC Místnost";
$a->strings["Popular Channels"] = "Oblíbené kanály"; $a->strings["Popular Channels"] = "Populární kanály";