updating the addon translations, missed some files due missing git fu

This commit is contained in:
Tobias Diekershoff 2015-04-03 13:17:32 +02:00
parent be2e3e6bf7
commit 4533ed9a34
302 changed files with 3081 additions and 2904 deletions

View file

@ -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:04+0000\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-02-11 19:38+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,22 +19,22 @@ msgstr ""
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: fromgplus.php:42 fromgplus.php:46
msgid "Google+ Mirror"
msgstr "Google+ Mirror"
#: fromgplus.php:33
msgid "Google+ Import Settings"
msgstr "Nastavení importu z Google+ "
#: fromgplus.php:51
#: fromgplus.php:36
msgid "Enable Google+ Import"
msgstr "Povolit Import z Google+"
#: fromgplus.php:54
#: fromgplus.php:39
msgid "Google Account ID"
msgstr "název účtu Google "
#: fromgplus.php:59
msgid "Save Settings"
msgstr "Uložit Nastavení"
#: fromgplus.php:44
msgid "Submit"
msgstr "Odeslat"
#: fromgplus.php:78
#: fromgplus.php:59
msgid "Google+ Import Settings saved."
msgstr "Nastavení importu z Google+ uloženo."

View file

@ -5,8 +5,8 @@ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
$a->strings["Google+ Mirror"] = "Google+ Mirror";
$a->strings["Google+ Import Settings"] = "Nastavení importu z Google+ ";
$a->strings["Enable Google+ Import"] = "Povolit Import z Google+";
$a->strings["Google Account ID"] = "název účtu Google ";
$a->strings["Save Settings"] = "Uložit Nastavení";
$a->strings["Submit"] = "Odeslat";
$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";