mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Merge pull request #211 from tobiasd/20140622
get translations from transifex over here
This commit is contained in:
commit
e60a9e61fd
383 changed files with 15505 additions and 1221 deletions
64
piwik/lang/cs/messages.po
Normal file
64
piwik/lang/cs/messages.po
Normal file
|
@ -0,0 +1,64 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik 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:01+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"
|
||||
|
||||
#: piwik.php:77
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>."
|
||||
|
||||
#: piwik.php:80
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged this way you <a href='%s'>can"
|
||||
" set a cookie to prevent Piwik from tracking further visits of the site</a> "
|
||||
"(opt-out)."
|
||||
msgstr "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, <a href='%s'>můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu</a> (opt-out)."
|
||||
|
||||
#: piwik.php:87
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid "Piwik Base URL"
|
||||
msgstr "Piwik Base adresa URL"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)"
|
||||
|
||||
#: piwik.php:89
|
||||
msgid "Site ID"
|
||||
msgstr "ID webu"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr "Zobrazit odkaz opt-out cookie?"
|
||||
|
||||
#: piwik.php:91
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr "Asynchronní sledování"
|
||||
|
||||
#: piwik.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Nastavení aktualizováno."
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Pokud si nepřejete, aby Vaše návštěvy byly takto sledovány, <a href='%s'>můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu</a> (opt-out).";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["Piwik Base URL"] = "Piwik Base adresa URL";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)";
|
||||
$a->strings["Site ID"] = "ID webu";
|
||||
$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?";
|
||||
$a->strings["Asynchronous tracking"] = "Asynchronní sledování";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, <a href='%s'>můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu</a> (opt-out).";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Piwik Base URL"] = "Piwik Base adresa URL";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)";
|
||||
$a->strings["Site ID"] = "ID webu";
|
||||
$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?";
|
||||
$a->strings["Asynchronous tracking"] = "Asynchronní sledování";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
|
|
64
piwik/lang/de/messages.po
Normal file
64
piwik/lang/de/messages.po
Normal file
|
@ -0,0 +1,64 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# bavatar <tobias.diekershoff@gmx.net>, 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-08 19:18+0000\n"
|
||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: piwik.php:77
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."
|
||||
|
||||
#: piwik.php:80
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged this way you <a href='%s'>can"
|
||||
" set a cookie to prevent Piwik from tracking further visits of the site</a> "
|
||||
"(opt-out)."
|
||||
msgstr "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out)."
|
||||
|
||||
#: piwik.php:87
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid "Piwik Base URL"
|
||||
msgstr "Piwik Basis URL"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
|
||||
|
||||
#: piwik.php:89
|
||||
msgid "Site ID"
|
||||
msgstr "Seiten ID"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr "Link zum Setzen des Opt-Out Cookies anzeigen?"
|
||||
|
||||
#: piwik.php:91
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr "Asynchrones Tracking"
|
||||
|
||||
#: piwik.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Einstellungen aktualisiert."
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn du nicht willst, dass deine Besuche auf diese Weise gespeichert werden, kannst du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik dich auf dieser Website nicht mehr verfolgen (opt-out).";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["Piwik Base URL"] = "Piwik Basis URL";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
|
||||
$a->strings["Site ID"] = "Seiten ID";
|
||||
$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
|
||||
$a->strings["Asynchronous tracking"] = "Asynchrones Tracken";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out).";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Piwik Base URL"] = "Piwik Basis URL";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
|
||||
$a->strings["Site ID"] = "Seiten ID";
|
||||
$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
|
||||
$a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
|
|
63
piwik/lang/ro/messages.po
Normal file
63
piwik/lang/ro/messages.po
Normal file
|
@ -0,0 +1,63 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-08 12:02+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: piwik.php:77
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Acest site web este contorizat folosind instrumentul analitic <a href='http://www.piwik.org'>Piwik</a>."
|
||||
|
||||
#: piwik.php:80
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged this way you <a href='%s'>can"
|
||||
" set a cookie to prevent Piwik from tracking further visits of the site</a> "
|
||||
"(opt-out)."
|
||||
msgstr "Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod,<a href='%s'> puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site</a> (renunțare la opțiune)."
|
||||
|
||||
#: piwik.php:87
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid "Piwik Base URL"
|
||||
msgstr "Adresa URL de Bază Piwik"
|
||||
|
||||
#: piwik.php:88
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr "Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)"
|
||||
|
||||
#: piwik.php:89
|
||||
msgid "Site ID"
|
||||
msgstr "ID Site"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr "Se afișează legătura cookie de renunțare la opțiune?"
|
||||
|
||||
#: piwik.php:91
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr "Contorizare asincronă"
|
||||
|
||||
#: piwik.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Configurări actualizate."
|
16
piwik/lang/ro/strings.php
Normal file
16
piwik/lang/ro/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Acest site web este contorizat folosind instrumentul analitic <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod,<a href='%s'> puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site</a> (renunțare la opțiune).";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Piwik Base URL"] = "Adresa URL de Bază Piwik";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)";
|
||||
$a->strings["Site ID"] = "ID Site";
|
||||
$a->strings["Show opt-out cookie link?"] = "Se afișează legătura cookie de renunțare la opțiune?";
|
||||
$a->strings["Asynchronous tracking"] = "Contorizare asincronă";
|
||||
$a->strings["Settings updated."] = "Configurări actualizate.";
|
Loading…
Add table
Add a link
Reference in a new issue