mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
CS, DE translation blockem and superblock addon (#713)
* CS translation blockem and superblock addon THX Aditoo * DE translation blockem and superblock addon THX Abrax
This commit is contained in:
parent
6e4abdb875
commit
c97690bc12
8 changed files with 66 additions and 61 deletions
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-04-21 08:45+0200\n"
|
||||
"PO-Revision-Date: 2018-06-13 17:58+0000\n"
|
||||
"POT-Creation-Date: 2018-08-17 10:25+0200\n"
|
||||
"PO-Revision-Date: 2018-08-18 12:27+0000\n"
|
||||
"Last-Translator: Aditoo\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -21,26 +21,26 @@ msgstr ""
|
|||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: superblock.php:53 superblock.php:57
|
||||
msgid "\"Superblock\""
|
||||
msgstr "\"Superblock\""
|
||||
#: superblock.php:47 superblock.php:51
|
||||
msgid "Superblock"
|
||||
msgstr "Superblock"
|
||||
|
||||
#: superblock.php:60
|
||||
#: superblock.php:54
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr "Čárkou oddělené URL adresy profilů určených k ignorování"
|
||||
|
||||
#: superblock.php:64
|
||||
#: superblock.php:58
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit nastavení"
|
||||
|
||||
#: superblock.php:76
|
||||
#: superblock.php:71
|
||||
msgid "SUPERBLOCK Settings saved."
|
||||
msgstr "Nastavení SUPERBLOCK uložena"
|
||||
|
||||
#: superblock.php:148
|
||||
#: superblock.php:144
|
||||
msgid "Block Completely"
|
||||
msgstr "Zablokovat úplně"
|
||||
|
||||
#: superblock.php:168
|
||||
#: superblock.php:165
|
||||
msgid "superblock settings updated"
|
||||
msgstr "nastavvení superblock aktualizována"
|
||||
msgstr "nastavení superblock aktualizována"
|
||||
|
|
|
@ -6,9 +6,9 @@ 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;;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\""] = "\"Superblock\"";
|
||||
$a->strings["Superblock"] = "Superblock";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "Nastavení SUPERBLOCK uložena";
|
||||
$a->strings["Block Completely"] = "Zablokovat úplně";
|
||||
$a->strings["superblock settings updated"] = "nastavvení superblock aktualizována";
|
||||
$a->strings["superblock settings updated"] = "nastavení superblock aktualizována";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue