Merge pull request #251 from tobiasd/20150403lng
update for the addon translations (mostly CS, DE, FR, IT, RO)
This commit is contained in:
commit
09a3321689
|
@ -0,0 +1,57 @@
|
||||||
|
# ADDON altpager
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica altpager addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Cyboulette <cyboulette58@hotmail.fr>, 2014
|
||||||
|
# Jak <jacques@riseup.net>, 2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
|
"PO-Revision-Date: 2014-12-09 10:57+0000\n"
|
||||||
|
"Last-Translator: Jak <jacques@riseup.net>\n"
|
||||||
|
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: altpager.php:46
|
||||||
|
msgid "Altpager settings updated."
|
||||||
|
msgstr "Les paramètres d'Altpager ont été mis à jour"
|
||||||
|
|
||||||
|
#: altpager.php:83
|
||||||
|
msgid "Alternate Pagination Setting"
|
||||||
|
msgstr "Paramètre de pagination"
|
||||||
|
|
||||||
|
#: altpager.php:85
|
||||||
|
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||||
|
msgstr "Utiliser les liens \"plus récent\" et \"plus ancien\" à la place de la numérotation des pages ?"
|
||||||
|
|
||||||
|
#: altpager.php:91 altpager.php:98
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr "Valider"
|
||||||
|
|
||||||
|
#: altpager.php:99
|
||||||
|
msgid "Global"
|
||||||
|
msgstr "Global"
|
||||||
|
|
||||||
|
#: altpager.php:99
|
||||||
|
msgid "Force global use of the alternate pager"
|
||||||
|
msgstr "Forcer l'utilisation globale des pages alternatives"
|
||||||
|
|
||||||
|
#: altpager.php:100
|
||||||
|
msgid "Individual"
|
||||||
|
msgstr "Individuel"
|
||||||
|
|
||||||
|
#: altpager.php:100
|
||||||
|
msgid "Each user chooses whether to use the alternate pager"
|
||||||
|
msgstr "Chaque utilisateur choisi d'utiliser ou non les pages alternatives"
|
||||||
|
|
||||||
|
#: altpager.php:107
|
||||||
|
msgid "Settings updated."
|
||||||
|
msgstr "Paramètres sauvegardés"
|
|
@ -1,9 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Altpager settings updated."] = "Paramètres d'Altpager mis à jour.";
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
$a->strings["Alternate Pagination Setting"] = "Paramètres de numérotation des pages";
|
function string_plural_select_fr($n){
|
||||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Utiliser des liens vers \"plus récents\" et \"plus anciens\" au lieu de numéros de pages ?";
|
return ($n > 1);;
|
||||||
$a->strings["Submit"] = "Envoyer";
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Altpager settings updated."] = "Les paramètres d'Altpager ont été mis à jour";
|
||||||
|
$a->strings["Alternate Pagination Setting"] = "Paramètre de pagination";
|
||||||
|
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Utiliser les liens \"plus récent\" et \"plus ancien\" à la place de la numérotation des pages ?";
|
||||||
|
$a->strings["Submit"] = "Valider";
|
||||||
$a->strings["Global"] = "Global";
|
$a->strings["Global"] = "Global";
|
||||||
|
$a->strings["Force global use of the alternate pager"] = "Forcer l'utilisation globale des pages alternatives";
|
||||||
$a->strings["Individual"] = "Individuel";
|
$a->strings["Individual"] = "Individuel";
|
||||||
$a->strings["Settings updated."] = "Réglages mis à jour.";
|
$a->strings["Each user chooses whether to use the alternate pager"] = "Chaque utilisateur choisi d'utiliser ou non les pages alternatives";
|
||||||
|
$a->strings["Settings updated."] = "Paramètres sauvegardés";
|
||||||
|
|
|
@ -0,0 +1,56 @@
|
||||||
|
# ADDON altpager
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica altpager addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Sérgio Lima <oigreslima@gmail.com>, 2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
|
"PO-Revision-Date: 2014-06-23 16:15+0000\n"
|
||||||
|
"Last-Translator: Sérgio Lima <oigreslima@gmail.com>\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: altpager.php:46
|
||||||
|
msgid "Altpager settings updated."
|
||||||
|
msgstr "Configurações de paginações atualizada."
|
||||||
|
|
||||||
|
#: altpager.php:83
|
||||||
|
msgid "Alternate Pagination Setting"
|
||||||
|
msgstr "Configurações de Paginação alternativa"
|
||||||
|
|
||||||
|
#: altpager.php:85
|
||||||
|
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||||
|
msgstr "Usar links para \"Mais recentes\" e \"Mais antigos\" no lugar do número de páginas?"
|
||||||
|
|
||||||
|
#: altpager.php:91 altpager.php:98
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr "Enviar"
|
||||||
|
|
||||||
|
#: altpager.php:99
|
||||||
|
msgid "Global"
|
||||||
|
msgstr "Global"
|
||||||
|
|
||||||
|
#: altpager.php:99
|
||||||
|
msgid "Force global use of the alternate pager"
|
||||||
|
msgstr "Força uso global da paginação alternativa"
|
||||||
|
|
||||||
|
#: altpager.php:100
|
||||||
|
msgid "Individual"
|
||||||
|
msgstr "Individual"
|
||||||
|
|
||||||
|
#: altpager.php:100
|
||||||
|
msgid "Each user chooses whether to use the alternate pager"
|
||||||
|
msgstr "Cada usuário escolhe se usa a paginação alternativa"
|
||||||
|
|
||||||
|
#: altpager.php:107
|
||||||
|
msgid "Settings updated."
|
||||||
|
msgstr "Configurações atualizadas."
|
|
@ -1,9 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Altpager settings updated."] = "";
|
if(! function_exists("string_plural_select_pt_br")) {
|
||||||
$a->strings["Alternate Pagination Setting"] = "";
|
function string_plural_select_pt_br($n){
|
||||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "";
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Altpager settings updated."] = "Configurações de paginações atualizada.";
|
||||||
|
$a->strings["Alternate Pagination Setting"] = "Configurações de Paginação alternativa";
|
||||||
|
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usar links para \"Mais recentes\" e \"Mais antigos\" no lugar do número de páginas?";
|
||||||
$a->strings["Submit"] = "Enviar";
|
$a->strings["Submit"] = "Enviar";
|
||||||
$a->strings["Global"] = "";
|
$a->strings["Global"] = "Global";
|
||||||
$a->strings["Individual"] = "";
|
$a->strings["Force global use of the alternate pager"] = "Força uso global da paginação alternativa";
|
||||||
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|
$a->strings["Individual"] = "Individual";
|
||||||
|
$a->strings["Each user chooses whether to use the alternate pager"] = "Cada usuário escolhe se usa a paginação alternativa";
|
||||||
|
$a->strings["Settings updated."] = "Configurações atualizadas.";
|
||||||
|
|
|
@ -0,0 +1,52 @@
|
||||||
|
# ADDON blackout
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica blackout addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 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: 2015-02-06 00:24+0000\n"
|
||||||
|
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n"
|
||||||
|
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: blackout.php:99
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Sauvegarder les paramètres"
|
||||||
|
|
||||||
|
#: blackout.php:100
|
||||||
|
msgid "Redirect URL"
|
||||||
|
msgstr "Adresse de redirection"
|
||||||
|
|
||||||
|
#: blackout.php:100
|
||||||
|
msgid "all your visitors from the web will be redirected to this URL"
|
||||||
|
msgstr "Tous vos visiteurs venant du web seront redirigés vers cette URL."
|
||||||
|
|
||||||
|
#: blackout.php:101
|
||||||
|
msgid "Begin of the Blackout"
|
||||||
|
msgstr "Début du blackout"
|
||||||
|
|
||||||
|
#: blackout.php:101
|
||||||
|
msgid ""
|
||||||
|
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
|
||||||
|
"<em>hh</em> hour and <em>mm</em> minute"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: blackout.php:102
|
||||||
|
msgid "End of the Blackout"
|
||||||
|
msgstr "Fin du blackout"
|
||||||
|
|
||||||
|
#: blackout.php:108
|
||||||
|
msgid ""
|
||||||
|
"The end-date is prior to the start-date of the blackout, you should fix "
|
||||||
|
"this."
|
||||||
|
msgstr "La date de fin est antérieure à la date de début. Veuillez corriger cela."
|
|
@ -1,3 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Submit"] = "Envoyer";
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
|
function string_plural_select_fr($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||||
|
$a->strings["Redirect URL"] = "Adresse de redirection";
|
||||||
|
$a->strings["all your visitors from the web will be redirected to this URL"] = "Tous vos visiteurs venant du web seront redirigés vers cette URL.";
|
||||||
|
$a->strings["Begin of the Blackout"] = "Début du blackout";
|
||||||
|
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "";
|
||||||
|
$a->strings["End of the Blackout"] = "Fin du blackout";
|
||||||
|
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La date de fin est antérieure à la date de début. Veuillez corriger cela.";
|
||||||
|
|
|
@ -0,0 +1,56 @@
|
||||||
|
# ADDON blogger
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica blogger addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# John Brazil, 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: 2015-01-31 01:31+0000\n"
|
||||||
|
"Last-Translator: John Brazil\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: blogger.php:42
|
||||||
|
msgid "Post to blogger"
|
||||||
|
msgstr "Postar no Blogger"
|
||||||
|
|
||||||
|
#: blogger.php:74 blogger.php:78
|
||||||
|
msgid "Blogger Export"
|
||||||
|
msgstr "Exportador Blogger"
|
||||||
|
|
||||||
|
#: blogger.php:82
|
||||||
|
msgid "Enable Blogger Post Plugin"
|
||||||
|
msgstr "Habilitar o Blogger Post Plugin"
|
||||||
|
|
||||||
|
#: blogger.php:87
|
||||||
|
msgid "Blogger username"
|
||||||
|
msgstr "Nome de Usuário do Blogger"
|
||||||
|
|
||||||
|
#: blogger.php:92
|
||||||
|
msgid "Blogger password"
|
||||||
|
msgstr "Senha do Blogger"
|
||||||
|
|
||||||
|
#: blogger.php:97
|
||||||
|
msgid "Blogger API URL"
|
||||||
|
msgstr "URL da API do Blogger"
|
||||||
|
|
||||||
|
#: blogger.php:102
|
||||||
|
msgid "Post to Blogger by default"
|
||||||
|
msgstr "Publicar no Blogger por padrão"
|
||||||
|
|
||||||
|
#: blogger.php:108
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Salvar Configurações"
|
||||||
|
|
||||||
|
#: blogger.php:178
|
||||||
|
msgid "Post from Friendica"
|
||||||
|
msgstr "Postar a partir de Friendica"
|
|
@ -1,11 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Post to blogger"] = "publica no blogger";
|
if(! function_exists("string_plural_select_pt_br")) {
|
||||||
$a->strings["Blogger Post Settings"] = "Configuração de publicação no blogger";
|
function string_plural_select_pt_br($n){
|
||||||
$a->strings["Enable Blogger Post Plugin"] = "Habilita plugin para publicar no Blogger";
|
return ($n > 1);;
|
||||||
$a->strings["Blogger username"] = "nome de usuário no Blogger";
|
}}
|
||||||
$a->strings["Blogger password"] = "senha no Blogger";
|
;
|
||||||
|
$a->strings["Post to blogger"] = "Postar no Blogger";
|
||||||
|
$a->strings["Blogger Export"] = "Exportador Blogger";
|
||||||
|
$a->strings["Enable Blogger Post Plugin"] = "Habilitar o Blogger Post Plugin";
|
||||||
|
$a->strings["Blogger username"] = "Nome de Usuário do Blogger";
|
||||||
|
$a->strings["Blogger password"] = "Senha do Blogger";
|
||||||
$a->strings["Blogger API URL"] = "URL da API do Blogger";
|
$a->strings["Blogger API URL"] = "URL da API do Blogger";
|
||||||
$a->strings["Post to Blogger by default"] = "Publica no Blogger por padrão";
|
$a->strings["Post to Blogger by default"] = "Publicar no Blogger por padrão";
|
||||||
$a->strings["Submit"] = "Enviar";
|
$a->strings["Save Settings"] = "Salvar Configurações";
|
||||||
$a->strings["Post from Friendica"] = "Postar do Friendica";
|
$a->strings["Post from Friendica"] = "Postar a partir de Friendica";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2013-06-19 13:20+0200\n"
|
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:29+0000\n"
|
"PO-Revision-Date: 2014-09-07 11:04+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -35,22 +35,22 @@ msgstr "Uživatel kalenář neexportuje."
|
||||||
msgid "This calendar format is not supported"
|
msgid "This calendar format is not supported"
|
||||||
msgstr "Tento kalendářový formát není podporován."
|
msgstr "Tento kalendářový formát není podporován."
|
||||||
|
|
||||||
#: cal.php:174
|
#: cal.php:181 cal.php:185
|
||||||
msgid "Export Events"
|
msgid "Export Events"
|
||||||
msgstr "Export událostí"
|
msgstr "Export událostí"
|
||||||
|
|
||||||
#: cal.php:175
|
#: cal.php:189
|
||||||
msgid "If this is enabled, your public events will be available at"
|
msgid "If this is enabled, your public events will be available at"
|
||||||
msgstr "Pokud je toto povoleno, vaše veřejné události budou viditelné na"
|
msgstr "Pokud je toto povoleno, vaše veřejné události budou viditelné na"
|
||||||
|
|
||||||
#: cal.php:176
|
#: cal.php:190
|
||||||
msgid "Currently supported formats are ical and csv."
|
msgid "Currently supported formats are ical and csv."
|
||||||
msgstr "Aktuálně podporované formáty jsou ical a csv."
|
msgstr "Aktuálně podporované formáty jsou ical a csv."
|
||||||
|
|
||||||
#: cal.php:178
|
#: cal.php:191
|
||||||
msgid "Enable calendar export"
|
msgid "Enable calendar export"
|
||||||
msgstr "Povolit export kalendáře"
|
msgstr "Povolit export kalendáře"
|
||||||
|
|
||||||
#: cal.php:181
|
#: cal.php:193
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Odeslat"
|
msgstr "Uložit Nastavení"
|
||||||
|
|
|
@ -13,4 +13,4 @@ $a->strings["Export Events"] = "Export událostí";
|
||||||
$a->strings["If this is enabled, your public events will be available at"] = "Pokud je toto povoleno, vaše veřejné události budou viditelné na";
|
$a->strings["If this is enabled, your public events will be available at"] = "Pokud je toto povoleno, vaše veřejné události budou viditelné na";
|
||||||
$a->strings["Currently supported formats are ical and csv."] = "Aktuálně podporované formáty jsou ical a csv.";
|
$a->strings["Currently supported formats are ical and csv."] = "Aktuálně podporované formáty jsou ical a csv.";
|
||||||
$a->strings["Enable calendar export"] = "Povolit export kalendáře";
|
$a->strings["Enable calendar export"] = "Povolit export kalendáře";
|
||||||
$a->strings["Submit"] = "Odeslat";
|
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2013-06-19 13:20+0200\n"
|
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2014-06-26 07:44+0000\n"
|
"PO-Revision-Date: 2014-09-28 10:39+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -35,22 +35,22 @@ msgstr "Diese_r Nutzer_in exportiert den Kalender nicht."
|
||||||
msgid "This calendar format is not supported"
|
msgid "This calendar format is not supported"
|
||||||
msgstr "Dieses Kalenderformat wird nicht unterstützt."
|
msgstr "Dieses Kalenderformat wird nicht unterstützt."
|
||||||
|
|
||||||
#: cal.php:174
|
#: cal.php:181 cal.php:185
|
||||||
msgid "Export Events"
|
msgid "Export Events"
|
||||||
msgstr "Exportiere Ereignisse"
|
msgstr "Exportiere Ereignisse"
|
||||||
|
|
||||||
#: cal.php:175
|
#: cal.php:189
|
||||||
msgid "If this is enabled, your public events will be available at"
|
msgid "If this is enabled, your public events will be available at"
|
||||||
msgstr "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein"
|
msgstr "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein"
|
||||||
|
|
||||||
#: cal.php:176
|
#: cal.php:190
|
||||||
msgid "Currently supported formats are ical and csv."
|
msgid "Currently supported formats are ical and csv."
|
||||||
msgstr "Derzeit werden die Formate ical und csv unterstützt."
|
msgstr "Derzeit werden die Formate ical und csv unterstützt."
|
||||||
|
|
||||||
#: cal.php:178
|
#: cal.php:191
|
||||||
msgid "Enable calendar export"
|
msgid "Enable calendar export"
|
||||||
msgstr "Kalenderexport aktivieren"
|
msgstr "Kalenderexport aktivieren"
|
||||||
|
|
||||||
#: cal.php:181
|
#: cal.php:193
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Senden"
|
msgstr "Einstellungen speichern"
|
||||||
|
|
|
@ -13,4 +13,4 @@ $a->strings["Export Events"] = "Exportiere Ereignisse";
|
||||||
$a->strings["If this is enabled, your public events will be available at"] = "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein";
|
$a->strings["If this is enabled, your public events will be available at"] = "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein";
|
||||||
$a->strings["Currently supported formats are ical and csv."] = "Derzeit werden die Formate ical und csv unterstützt.";
|
$a->strings["Currently supported formats are ical and csv."] = "Derzeit werden die Formate ical und csv unterstützt.";
|
||||||
$a->strings["Enable calendar export"] = "Kalenderexport aktivieren";
|
$a->strings["Enable calendar export"] = "Kalenderexport aktivieren";
|
||||||
$a->strings["Submit"] = "Senden";
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||||
|
|
|
@ -0,0 +1,56 @@
|
||||||
|
# ADDON cal
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica cal addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Tubuntu <tubuntu@testimonium.be>, 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-09-07 09:24+0000\n"
|
||||||
|
"Last-Translator: Tubuntu <tubuntu@testimonium.be>\n"
|
||||||
|
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: cal.php:33
|
||||||
|
msgid "Event Export"
|
||||||
|
msgstr "Exportation d'événement"
|
||||||
|
|
||||||
|
#: cal.php:33
|
||||||
|
msgid "You can download public events from: "
|
||||||
|
msgstr "Vous pouvez télécharger les événements publiques de :"
|
||||||
|
|
||||||
|
#: cal.php:53
|
||||||
|
msgid "The user does not export the calendar."
|
||||||
|
msgstr "L'utilisateur n'exporte pas le calendrier."
|
||||||
|
|
||||||
|
#: cal.php:83
|
||||||
|
msgid "This calendar format is not supported"
|
||||||
|
msgstr "Ce format de calendrier n'est pas pris en charge"
|
||||||
|
|
||||||
|
#: cal.php:181 cal.php:185
|
||||||
|
msgid "Export Events"
|
||||||
|
msgstr "Exporter les événements"
|
||||||
|
|
||||||
|
#: cal.php:189
|
||||||
|
msgid "If this is enabled, your public events will be available at"
|
||||||
|
msgstr "Si activé, vos événements publiques seront disponible à"
|
||||||
|
|
||||||
|
#: cal.php:190
|
||||||
|
msgid "Currently supported formats are ical and csv."
|
||||||
|
msgstr "Les formats actuellement pris en charge sont ical et csv."
|
||||||
|
|
||||||
|
#: cal.php:191
|
||||||
|
msgid "Enable calendar export"
|
||||||
|
msgstr "Activer l'export de calendrier"
|
||||||
|
|
||||||
|
#: cal.php:193
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Sauvegarder les paramètres"
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
|
function string_plural_select_fr($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Event Export"] = "Exportation d'événement";
|
||||||
|
$a->strings["You can download public events from: "] = "Vous pouvez télécharger les événements publiques de :";
|
||||||
|
$a->strings["The user does not export the calendar."] = "L'utilisateur n'exporte pas le calendrier.";
|
||||||
|
$a->strings["This calendar format is not supported"] = "Ce format de calendrier n'est pas pris en charge";
|
||||||
|
$a->strings["Export Events"] = "Exporter les événements";
|
||||||
|
$a->strings["If this is enabled, your public events will be available at"] = "Si activé, vos événements publiques seront disponible à";
|
||||||
|
$a->strings["Currently supported formats are ical and csv."] = "Les formats actuellement pris en charge sont ical et csv.";
|
||||||
|
$a->strings["Enable calendar export"] = "Activer l'export de calendrier";
|
||||||
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
|
@ -0,0 +1,57 @@
|
||||||
|
# ADDON cal
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica cal addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# John Brazil, 2015
|
||||||
|
# Sérgio Lima <oigreslima@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: 2015-01-31 01:24+0000\n"
|
||||||
|
"Last-Translator: John Brazil\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: cal.php:33
|
||||||
|
msgid "Event Export"
|
||||||
|
msgstr "Exportar Evento"
|
||||||
|
|
||||||
|
#: cal.php:33
|
||||||
|
msgid "You can download public events from: "
|
||||||
|
msgstr "Você pode baixar eventos públicos de:"
|
||||||
|
|
||||||
|
#: cal.php:53
|
||||||
|
msgid "The user does not export the calendar."
|
||||||
|
msgstr "O usuário não exportou o calendário."
|
||||||
|
|
||||||
|
#: cal.php:83
|
||||||
|
msgid "This calendar format is not supported"
|
||||||
|
msgstr "Esse formato de calendário não é suportado."
|
||||||
|
|
||||||
|
#: cal.php:181 cal.php:185
|
||||||
|
msgid "Export Events"
|
||||||
|
msgstr "Exporta Eventos"
|
||||||
|
|
||||||
|
#: cal.php:189
|
||||||
|
msgid "If this is enabled, your public events will be available at"
|
||||||
|
msgstr "Se isso estiver habiltiado, seus eventos públicos estarão disponíveis"
|
||||||
|
|
||||||
|
#: cal.php:190
|
||||||
|
msgid "Currently supported formats are ical and csv."
|
||||||
|
msgstr "Os formatos disponíveis atualmente são ical e csv."
|
||||||
|
|
||||||
|
#: cal.php:191
|
||||||
|
msgid "Enable calendar export"
|
||||||
|
msgstr "Habilite exportar calendário"
|
||||||
|
|
||||||
|
#: cal.php:193
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Salvar as Configurações"
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_pt_br")) {
|
||||||
|
function string_plural_select_pt_br($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Event Export"] = "Exportar Evento";
|
||||||
|
$a->strings["You can download public events from: "] = "Você pode baixar eventos públicos de:";
|
||||||
|
$a->strings["The user does not export the calendar."] = "O usuário não exportou o calendário.";
|
||||||
|
$a->strings["This calendar format is not supported"] = "Esse formato de calendário não é suportado.";
|
||||||
|
$a->strings["Export Events"] = "Exporta Eventos";
|
||||||
|
$a->strings["If this is enabled, your public events will be available at"] = "Se isso estiver habiltiado, seus eventos públicos estarão disponíveis";
|
||||||
|
$a->strings["Currently supported formats are ical and csv."] = "Os formatos disponíveis atualmente são ical e csv.";
|
||||||
|
$a->strings["Enable calendar export"] = "Habilite exportar calendário";
|
||||||
|
$a->strings["Save Settings"] = "Salvar as Configurações";
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2013-06-19 13:20+0200\n"
|
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:46+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:13+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -34,22 +35,22 @@ msgstr "Utilizatorul nu își exportă calendarul."
|
||||||
msgid "This calendar format is not supported"
|
msgid "This calendar format is not supported"
|
||||||
msgstr "Acest format de calendar nu este acceptat"
|
msgstr "Acest format de calendar nu este acceptat"
|
||||||
|
|
||||||
#: cal.php:174
|
#: cal.php:181 cal.php:185
|
||||||
msgid "Export Events"
|
msgid "Export Events"
|
||||||
msgstr "Exportați Evenimente"
|
msgstr "Exportați Evenimente"
|
||||||
|
|
||||||
#: cal.php:175
|
#: cal.php:189
|
||||||
msgid "If this is enabled, your public events will be available at"
|
msgid "If this is enabled, your public events will be available at"
|
||||||
msgstr "Dacă este activat, evenimente dvs publice vor fi disponibile pe"
|
msgstr "Dacă este activat, evenimente dvs publice vor fi disponibile pe"
|
||||||
|
|
||||||
#: cal.php:176
|
#: cal.php:190
|
||||||
msgid "Currently supported formats are ical and csv."
|
msgid "Currently supported formats are ical and csv."
|
||||||
msgstr "Formate acceptate în prezent sunt ical şi csv."
|
msgstr "Formate acceptate în prezent sunt ical şi csv."
|
||||||
|
|
||||||
#: cal.php:178
|
#: cal.php:191
|
||||||
msgid "Enable calendar export"
|
msgid "Enable calendar export"
|
||||||
msgstr "Activați exportarea calendarului"
|
msgstr "Activați exportarea calendarului"
|
||||||
|
|
||||||
#: cal.php:181
|
#: cal.php:193
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Trimite"
|
msgstr "Salvare Configurări"
|
||||||
|
|
|
@ -13,4 +13,4 @@ $a->strings["Export Events"] = "Exportați Evenimente";
|
||||||
$a->strings["If this is enabled, your public events will be available at"] = "Dacă este activat, evenimente dvs publice vor fi disponibile pe";
|
$a->strings["If this is enabled, your public events will be available at"] = "Dacă este activat, evenimente dvs publice vor fi disponibile pe";
|
||||||
$a->strings["Currently supported formats are ical and csv."] = "Formate acceptate în prezent sunt ical şi csv.";
|
$a->strings["Currently supported formats are ical and csv."] = "Formate acceptate în prezent sunt ical şi csv.";
|
||||||
$a->strings["Enable calendar export"] = "Activați exportarea calendarului";
|
$a->strings["Enable calendar export"] = "Activați exportarea calendarului";
|
||||||
$a->strings["Submit"] = "Trimite";
|
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:33+0000\n"
|
"PO-Revision-Date: 2014-07-07 18:33+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
|
@ -19,56 +19,56 @@ msgstr ""
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: communityhome.php:29 communityhome.php:35
|
#: communityhome.php:28 communityhome.php:34
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Přihlásit se"
|
msgstr "Přihlásit se"
|
||||||
|
|
||||||
#: communityhome.php:30
|
#: communityhome.php:29
|
||||||
msgid "OpenID"
|
msgid "OpenID"
|
||||||
msgstr "OpenID"
|
msgstr "OpenID"
|
||||||
|
|
||||||
#: communityhome.php:46
|
#: communityhome.php:39
|
||||||
msgid "Latest users"
|
msgid "Latest users"
|
||||||
msgstr "Poslední uživatelé"
|
msgstr "Poslední uživatelé"
|
||||||
|
|
||||||
#: communityhome.php:91
|
#: communityhome.php:84
|
||||||
msgid "Most active users"
|
msgid "Most active users"
|
||||||
msgstr "Nejaktivnější uživatelé"
|
msgstr "Nejaktivnější uživatelé"
|
||||||
|
|
||||||
#: communityhome.php:109
|
#: communityhome.php:102
|
||||||
msgid "Latest photos"
|
msgid "Latest photos"
|
||||||
msgstr "Poslední fotky"
|
msgstr "Poslední fotky"
|
||||||
|
|
||||||
#: communityhome.php:122
|
#: communityhome.php:115
|
||||||
msgid "Contact Photos"
|
msgid "Contact Photos"
|
||||||
msgstr "Fotogalerie kontaktu"
|
msgstr "Fotogalerie kontaktu"
|
||||||
|
|
||||||
#: communityhome.php:123
|
#: communityhome.php:116
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr "Profilové fotografie"
|
msgstr "Profilové fotografie"
|
||||||
|
|
||||||
#: communityhome.php:148
|
#: communityhome.php:141
|
||||||
msgid "Latest likes"
|
msgid "Latest likes"
|
||||||
msgstr "Poslední \"líbí se mi\""
|
msgstr "Poslední \"líbí se mi\""
|
||||||
|
|
||||||
#: communityhome.php:170
|
#: communityhome.php:163
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr "událost"
|
msgstr "událost"
|
||||||
|
|
||||||
#: communityhome.php:173 communityhome.php:182
|
#: communityhome.php:166 communityhome.php:175
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr "Stav"
|
msgstr "Stav"
|
||||||
|
|
||||||
#: communityhome.php:178
|
#: communityhome.php:171
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr "fotografie"
|
msgstr "fotografie"
|
||||||
|
|
||||||
#: communityhome.php:187
|
#: communityhome.php:180
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s likes %2$s's %3$s"
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
|
msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
|
||||||
|
|
||||||
#: communityhome.php:196
|
#: communityhome.php:189
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Welcome to %s"
|
msgid "Welcome to %s"
|
||||||
msgstr "Vítá Vás %s"
|
msgstr "Vítá Vás %s"
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 19:06+0000\n"
|
"PO-Revision-Date: 2014-07-08 19:06+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
|
@ -19,56 +19,56 @@ msgstr ""
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: communityhome.php:29 communityhome.php:35
|
#: communityhome.php:28 communityhome.php:34
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Anmeldung"
|
msgstr "Anmeldung"
|
||||||
|
|
||||||
#: communityhome.php:30
|
#: communityhome.php:29
|
||||||
msgid "OpenID"
|
msgid "OpenID"
|
||||||
msgstr "OpenID"
|
msgstr "OpenID"
|
||||||
|
|
||||||
#: communityhome.php:46
|
#: communityhome.php:39
|
||||||
msgid "Latest users"
|
msgid "Latest users"
|
||||||
msgstr "Letzte Benutzer"
|
msgstr "Letzte Benutzer"
|
||||||
|
|
||||||
#: communityhome.php:91
|
#: communityhome.php:84
|
||||||
msgid "Most active users"
|
msgid "Most active users"
|
||||||
msgstr "Aktivste Nutzer"
|
msgstr "Aktivste Nutzer"
|
||||||
|
|
||||||
#: communityhome.php:109
|
#: communityhome.php:102
|
||||||
msgid "Latest photos"
|
msgid "Latest photos"
|
||||||
msgstr "Neueste Fotos"
|
msgstr "Neueste Fotos"
|
||||||
|
|
||||||
#: communityhome.php:122
|
#: communityhome.php:115
|
||||||
msgid "Contact Photos"
|
msgid "Contact Photos"
|
||||||
msgstr "Kontaktbilder"
|
msgstr "Kontaktbilder"
|
||||||
|
|
||||||
#: communityhome.php:123
|
#: communityhome.php:116
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr "Profilbilder"
|
msgstr "Profilbilder"
|
||||||
|
|
||||||
#: communityhome.php:148
|
#: communityhome.php:141
|
||||||
msgid "Latest likes"
|
msgid "Latest likes"
|
||||||
msgstr "Neueste Favoriten"
|
msgstr "Neueste Favoriten"
|
||||||
|
|
||||||
#: communityhome.php:170
|
#: communityhome.php:163
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr "Veranstaltung"
|
msgstr "Veranstaltung"
|
||||||
|
|
||||||
#: communityhome.php:173 communityhome.php:182
|
#: communityhome.php:166 communityhome.php:175
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr "Status"
|
msgstr "Status"
|
||||||
|
|
||||||
#: communityhome.php:178
|
#: communityhome.php:171
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr "Foto"
|
msgstr "Foto"
|
||||||
|
|
||||||
#: communityhome.php:187
|
#: communityhome.php:180
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s likes %2$s's %3$s"
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
msgstr "%1$s mag %2$s's %3$s"
|
msgstr "%1$s mag %2$s's %3$s"
|
||||||
|
|
||||||
#: communityhome.php:196
|
#: communityhome.php:189
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Welcome to %s"
|
msgid "Welcome to %s"
|
||||||
msgstr "Willkommen zu %s"
|
msgstr "Willkommen zu %s"
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 10:30+0000\n"
|
"PO-Revision-Date: 2014-09-10 10:30+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
|
@ -19,56 +19,56 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: communityhome.php:29 communityhome.php:35
|
#: communityhome.php:28 communityhome.php:34
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Accedi"
|
msgstr "Accedi"
|
||||||
|
|
||||||
#: communityhome.php:30
|
#: communityhome.php:29
|
||||||
msgid "OpenID"
|
msgid "OpenID"
|
||||||
msgstr "OpenID"
|
msgstr "OpenID"
|
||||||
|
|
||||||
#: communityhome.php:46
|
#: communityhome.php:39
|
||||||
msgid "Latest users"
|
msgid "Latest users"
|
||||||
msgstr "Ultimi utenti"
|
msgstr "Ultimi utenti"
|
||||||
|
|
||||||
#: communityhome.php:91
|
#: communityhome.php:84
|
||||||
msgid "Most active users"
|
msgid "Most active users"
|
||||||
msgstr "Utenti più attivi"
|
msgstr "Utenti più attivi"
|
||||||
|
|
||||||
#: communityhome.php:109
|
#: communityhome.php:102
|
||||||
msgid "Latest photos"
|
msgid "Latest photos"
|
||||||
msgstr "Ultime foto"
|
msgstr "Ultime foto"
|
||||||
|
|
||||||
#: communityhome.php:122
|
#: communityhome.php:115
|
||||||
msgid "Contact Photos"
|
msgid "Contact Photos"
|
||||||
msgstr "Foto dei contatti"
|
msgstr "Foto dei contatti"
|
||||||
|
|
||||||
#: communityhome.php:123
|
#: communityhome.php:116
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr "Foto del profilo"
|
msgstr "Foto del profilo"
|
||||||
|
|
||||||
#: communityhome.php:148
|
#: communityhome.php:141
|
||||||
msgid "Latest likes"
|
msgid "Latest likes"
|
||||||
msgstr "Ultimi \"mi piace\""
|
msgstr "Ultimi \"mi piace\""
|
||||||
|
|
||||||
#: communityhome.php:170
|
#: communityhome.php:163
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr "l'evento"
|
msgstr "l'evento"
|
||||||
|
|
||||||
#: communityhome.php:173 communityhome.php:182
|
#: communityhome.php:166 communityhome.php:175
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr "lo stato"
|
msgstr "lo stato"
|
||||||
|
|
||||||
#: communityhome.php:178
|
#: communityhome.php:171
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr "la foto"
|
msgstr "la foto"
|
||||||
|
|
||||||
#: communityhome.php:187
|
#: communityhome.php:180
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s likes %2$s's %3$s"
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
msgstr "a %1$s piace %2$s di %3$s"
|
msgstr "a %1$s piace %2$s di %3$s"
|
||||||
|
|
||||||
#: communityhome.php:196
|
#: communityhome.php:189
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Welcome to %s"
|
msgid "Welcome to %s"
|
||||||
msgstr "Benvenuto su %s"
|
msgstr "Benvenuto su %s"
|
||||||
|
|
|
@ -0,0 +1,74 @@
|
||||||
|
# ADDON communityhome
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica communityhome addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# John Brazil, 2015
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
|
"PO-Revision-Date: 2015-01-31 01:36+0000\n"
|
||||||
|
"Last-Translator: John Brazil\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: communityhome.php:28 communityhome.php:34
|
||||||
|
msgid "Login"
|
||||||
|
msgstr "Entrar"
|
||||||
|
|
||||||
|
#: communityhome.php:29
|
||||||
|
msgid "OpenID"
|
||||||
|
msgstr "OpenID"
|
||||||
|
|
||||||
|
#: communityhome.php:39
|
||||||
|
msgid "Latest users"
|
||||||
|
msgstr "Usuários mais recentes"
|
||||||
|
|
||||||
|
#: communityhome.php:84
|
||||||
|
msgid "Most active users"
|
||||||
|
msgstr "Usuários mais ativos"
|
||||||
|
|
||||||
|
#: communityhome.php:102
|
||||||
|
msgid "Latest photos"
|
||||||
|
msgstr "Fotos mais recentes"
|
||||||
|
|
||||||
|
#: communityhome.php:115
|
||||||
|
msgid "Contact Photos"
|
||||||
|
msgstr "Fotos dos Contatos"
|
||||||
|
|
||||||
|
#: communityhome.php:116
|
||||||
|
msgid "Profile Photos"
|
||||||
|
msgstr "Fotos do Perfil"
|
||||||
|
|
||||||
|
#: communityhome.php:141
|
||||||
|
msgid "Latest likes"
|
||||||
|
msgstr "Curtidas recentes"
|
||||||
|
|
||||||
|
#: communityhome.php:163
|
||||||
|
msgid "event"
|
||||||
|
msgstr "evento"
|
||||||
|
|
||||||
|
#: communityhome.php:166 communityhome.php:175
|
||||||
|
msgid "status"
|
||||||
|
msgstr "status"
|
||||||
|
|
||||||
|
#: communityhome.php:171
|
||||||
|
msgid "photo"
|
||||||
|
msgstr "foto"
|
||||||
|
|
||||||
|
#: communityhome.php:180
|
||||||
|
#, php-format
|
||||||
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
|
msgstr "%1$s curtiu %2$s que publicou %3$s"
|
||||||
|
|
||||||
|
#: communityhome.php:189
|
||||||
|
#, php-format
|
||||||
|
msgid "Welcome to %s"
|
||||||
|
msgstr "Bem-vindo a %s"
|
|
@ -1,14 +1,20 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_pt_br")) {
|
||||||
|
function string_plural_select_pt_br($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
$a->strings["Login"] = "Entrar";
|
$a->strings["Login"] = "Entrar";
|
||||||
$a->strings["OpenID"] = "OpenID";
|
$a->strings["OpenID"] = "OpenID";
|
||||||
$a->strings["Latest users"] = "Últimos usuários";
|
$a->strings["Latest users"] = "Usuários mais recentes";
|
||||||
$a->strings["Most active users"] = "Usuários mais ativos";
|
$a->strings["Most active users"] = "Usuários mais ativos";
|
||||||
$a->strings["Latest photos"] = "Últimas fotos";
|
$a->strings["Latest photos"] = "Fotos mais recentes";
|
||||||
$a->strings["Contact Photos"] = "Fotos dos contatos";
|
$a->strings["Contact Photos"] = "Fotos dos Contatos";
|
||||||
$a->strings["Profile Photos"] = "Fotos do perfil";
|
$a->strings["Profile Photos"] = "Fotos do Perfil";
|
||||||
$a->strings["Latest likes"] = "";
|
$a->strings["Latest likes"] = "Curtidas recentes";
|
||||||
$a->strings["event"] = "evento";
|
$a->strings["event"] = "evento";
|
||||||
$a->strings["status"] = "status";
|
$a->strings["status"] = "status";
|
||||||
$a->strings["photo"] = "foto";
|
$a->strings["photo"] = "foto";
|
||||||
$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s";
|
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s curtiu %2\$s que publicou %3\$s";
|
||||||
|
$a->strings["Welcome to %s"] = "Bem-vindo a %s";
|
||||||
|
|
|
@ -8,7 +8,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:46+0000\n"
|
"PO-Revision-Date: 2014-07-08 11:46+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\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"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
|
@ -18,56 +18,56 @@ msgstr ""
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
#: communityhome.php:29 communityhome.php:35
|
#: communityhome.php:28 communityhome.php:34
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr "Autentificare"
|
msgstr "Autentificare"
|
||||||
|
|
||||||
#: communityhome.php:30
|
#: communityhome.php:29
|
||||||
msgid "OpenID"
|
msgid "OpenID"
|
||||||
msgstr "OpenID"
|
msgstr "OpenID"
|
||||||
|
|
||||||
#: communityhome.php:46
|
#: communityhome.php:39
|
||||||
msgid "Latest users"
|
msgid "Latest users"
|
||||||
msgstr "Cei mai recenți utilizatori"
|
msgstr "Cei mai recenți utilizatori"
|
||||||
|
|
||||||
#: communityhome.php:91
|
#: communityhome.php:84
|
||||||
msgid "Most active users"
|
msgid "Most active users"
|
||||||
msgstr "Cei mai activi utilizatori"
|
msgstr "Cei mai activi utilizatori"
|
||||||
|
|
||||||
#: communityhome.php:109
|
#: communityhome.php:102
|
||||||
msgid "Latest photos"
|
msgid "Latest photos"
|
||||||
msgstr "Cele mai recente fotografii"
|
msgstr "Cele mai recente fotografii"
|
||||||
|
|
||||||
#: communityhome.php:122
|
#: communityhome.php:115
|
||||||
msgid "Contact Photos"
|
msgid "Contact Photos"
|
||||||
msgstr "Fotografiile Contactului"
|
msgstr "Fotografiile Contactului"
|
||||||
|
|
||||||
#: communityhome.php:123
|
#: communityhome.php:116
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr "Fotografii de Profil"
|
msgstr "Fotografii de Profil"
|
||||||
|
|
||||||
#: communityhome.php:148
|
#: communityhome.php:141
|
||||||
msgid "Latest likes"
|
msgid "Latest likes"
|
||||||
msgstr "Cele mai recente aprecieri"
|
msgstr "Cele mai recente aprecieri"
|
||||||
|
|
||||||
#: communityhome.php:170
|
#: communityhome.php:163
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr "eveniment"
|
msgstr "eveniment"
|
||||||
|
|
||||||
#: communityhome.php:173 communityhome.php:182
|
#: communityhome.php:166 communityhome.php:175
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr "status"
|
msgstr "status"
|
||||||
|
|
||||||
#: communityhome.php:178
|
#: communityhome.php:171
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr "fotografie"
|
msgstr "fotografie"
|
||||||
|
|
||||||
#: communityhome.php:187
|
#: communityhome.php:180
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s likes %2$s's %3$s"
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
msgstr "%1$s apreciază %3$s lui %2$s"
|
msgstr "%1$s apreciază %3$s lui %2$s"
|
||||||
|
|
||||||
#: communityhome.php:196
|
#: communityhome.php:189
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Welcome to %s"
|
msgid "Welcome to %s"
|
||||||
msgstr "Bine ați venit la %s"
|
msgstr "Bine ați venit la %s"
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 19:03+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:37+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\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"
|
msgid "Current Weather"
|
||||||
msgstr "Aktuální počasí"
|
msgstr "Aktuální počasí"
|
||||||
|
|
||||||
|
@ -27,6 +27,10 @@ msgstr "Aktuální počasí"
|
||||||
msgid "Current Weather settings updated."
|
msgid "Current Weather settings updated."
|
||||||
msgstr "Nastavení pro Aktuální počasí aktualizováno."
|
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
|
#: curweather.php:93
|
||||||
msgid "Weather Location: "
|
msgid "Weather Location: "
|
||||||
msgstr "Poloha počasí:"
|
msgstr "Poloha počasí:"
|
||||||
|
@ -36,5 +40,5 @@ msgid "Enable Current Weather"
|
||||||
msgstr "Povolit Aktuální počasí"
|
msgstr "Povolit Aktuální počasí"
|
||||||
|
|
||||||
#: curweather.php:104
|
#: curweather.php:104
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -7,6 +7,7 @@ function string_plural_select_cs($n){
|
||||||
;
|
;
|
||||||
$a->strings["Current Weather"] = "Aktuální počasí";
|
$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 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["Weather Location: "] = "Poloha počasí:";
|
||||||
$a->strings["Enable Current Weather"] = "Povolit Aktuální počasí";
|
$a->strings["Enable Current Weather"] = "Povolit Aktuální počasí";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-06-29 08:20+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:18+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -19,7 +20,7 @@ msgstr ""
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: curweather.php:46 curweather.php:90
|
#: curweather.php:46
|
||||||
msgid "Current Weather"
|
msgid "Current Weather"
|
||||||
msgstr "Aktuelles Wetter"
|
msgstr "Aktuelles Wetter"
|
||||||
|
|
||||||
|
@ -27,6 +28,10 @@ msgstr "Aktuelles Wetter"
|
||||||
msgid "Current Weather settings updated."
|
msgid "Current Weather settings updated."
|
||||||
msgstr "Einstellungen des Aktuellen Wetter Addons aktualisiert."
|
msgstr "Einstellungen des Aktuellen Wetter Addons aktualisiert."
|
||||||
|
|
||||||
|
#: curweather.php:90
|
||||||
|
msgid "Current Weather Settings"
|
||||||
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
#: curweather.php:93
|
#: curweather.php:93
|
||||||
msgid "Weather Location: "
|
msgid "Weather Location: "
|
||||||
msgstr "Wetter Standort"
|
msgstr "Wetter Standort"
|
||||||
|
@ -36,5 +41,5 @@ msgid "Enable Current Weather"
|
||||||
msgstr "Aktuelles Wetter aktivieren"
|
msgstr "Aktuelles Wetter aktivieren"
|
||||||
|
|
||||||
#: curweather.php:104
|
#: curweather.php:104
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -7,6 +7,7 @@ function string_plural_select_de($n){
|
||||||
;
|
;
|
||||||
$a->strings["Current Weather"] = "Aktuelles Wetter";
|
$a->strings["Current Weather"] = "Aktuelles Wetter";
|
||||||
$a->strings["Current Weather settings updated."] = "Einstellungen des Aktuellen Wetter Addons aktualisiert.";
|
$a->strings["Current Weather settings updated."] = "Einstellungen des Aktuellen Wetter Addons aktualisiert.";
|
||||||
|
$a->strings["Current Weather Settings"] = "Einstellungen";
|
||||||
$a->strings["Weather Location: "] = "Wetter Standort";
|
$a->strings["Weather Location: "] = "Wetter Standort";
|
||||||
$a->strings["Enable Current Weather"] = "Aktuelles Wetter aktivieren";
|
$a->strings["Enable Current Weather"] = "Aktuelles Wetter aktivieren";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 10:31+0000\n"
|
"PO-Revision-Date: 2014-10-15 08:25+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -19,7 +19,7 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: curweather.php:46 curweather.php:90
|
#: curweather.php:46
|
||||||
msgid "Current Weather"
|
msgid "Current Weather"
|
||||||
msgstr "Meteo"
|
msgstr "Meteo"
|
||||||
|
|
||||||
|
@ -27,6 +27,10 @@ msgstr "Meteo"
|
||||||
msgid "Current Weather settings updated."
|
msgid "Current Weather settings updated."
|
||||||
msgstr "Impostazioni Meteo aggiornate."
|
msgstr "Impostazioni Meteo aggiornate."
|
||||||
|
|
||||||
|
#: curweather.php:90
|
||||||
|
msgid "Current Weather Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: curweather.php:93
|
#: curweather.php:93
|
||||||
msgid "Weather Location: "
|
msgid "Weather Location: "
|
||||||
msgstr "Posizione del meteo:"
|
msgstr "Posizione del meteo:"
|
||||||
|
@ -36,5 +40,5 @@ msgid "Enable Current Weather"
|
||||||
msgstr "Abilita Meteo"
|
msgstr "Abilita Meteo"
|
||||||
|
|
||||||
#: curweather.php:104
|
#: curweather.php:104
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr ""
|
||||||
|
|
|
@ -7,6 +7,7 @@ function string_plural_select_it($n){
|
||||||
;
|
;
|
||||||
$a->strings["Current Weather"] = "Meteo";
|
$a->strings["Current Weather"] = "Meteo";
|
||||||
$a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate.";
|
$a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate.";
|
||||||
|
$a->strings["Current Weather Settings"] = "";
|
||||||
$a->strings["Weather Location: "] = "Posizione del meteo:";
|
$a->strings["Weather Location: "] = "Posizione del meteo:";
|
||||||
$a->strings["Enable Current Weather"] = "Abilita Meteo";
|
$a->strings["Enable Current Weather"] = "Abilita Meteo";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:47+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:19+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -18,7 +19,7 @@ msgstr ""
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
#: curweather.php:46 curweather.php:90
|
#: curweather.php:46
|
||||||
msgid "Current Weather"
|
msgid "Current Weather"
|
||||||
msgstr "Starea Vremii"
|
msgstr "Starea Vremii"
|
||||||
|
|
||||||
|
@ -26,6 +27,10 @@ msgstr "Starea Vremii"
|
||||||
msgid "Current Weather settings updated."
|
msgid "Current Weather settings updated."
|
||||||
msgstr "Configurări actualizate pentru Starea Vremii"
|
msgstr "Configurări actualizate pentru Starea Vremii"
|
||||||
|
|
||||||
|
#: curweather.php:90
|
||||||
|
msgid "Current Weather Settings"
|
||||||
|
msgstr "Configurări pentru Starea Vremii"
|
||||||
|
|
||||||
#: curweather.php:93
|
#: curweather.php:93
|
||||||
msgid "Weather Location: "
|
msgid "Weather Location: "
|
||||||
msgstr "Locație Meteo:"
|
msgstr "Locație Meteo:"
|
||||||
|
@ -35,5 +40,5 @@ msgid "Enable Current Weather"
|
||||||
msgstr "Activare Starea Vremii"
|
msgstr "Activare Starea Vremii"
|
||||||
|
|
||||||
#: curweather.php:104
|
#: curweather.php:104
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -7,6 +7,7 @@ function string_plural_select_ro($n){
|
||||||
;
|
;
|
||||||
$a->strings["Current Weather"] = "Starea Vremii";
|
$a->strings["Current Weather"] = "Starea Vremii";
|
||||||
$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii";
|
$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii";
|
||||||
|
$a->strings["Current Weather Settings"] = "Configurări pentru Starea Vremii";
|
||||||
$a->strings["Weather Location: "] = "Locație Meteo:";
|
$a->strings["Weather Location: "] = "Locație Meteo:";
|
||||||
$a->strings["Enable Current Weather"] = "Activare Starea Vremii";
|
$a->strings["Enable Current Weather"] = "Activare Starea Vremii";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:40+0000\n"
|
"PO-Revision-Date: 2014-07-07 18:40+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
|
@ -19,25 +19,9 @@ msgstr ""
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:206
|
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||||
msgid "Private Calendar"
|
msgid "Friendica-Native events"
|
||||||
msgstr "Soukromý kalendář"
|
msgstr "Nativní Friendica události"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:207
|
|
||||||
msgid "Friendica Events: Mine"
|
|
||||||
msgstr "Friendica události: Mé"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:208
|
|
||||||
msgid "Friendica Events: Contacts"
|
|
||||||
msgstr "Friendica události: Kontakty"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:248
|
|
||||||
msgid "Private Addresses"
|
|
||||||
msgstr "Soukromé adresy"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:249
|
|
||||||
msgid "Friendica Contacts"
|
|
||||||
msgstr "Friendica Kontakty"
|
|
||||||
|
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||||
|
@ -48,110 +32,6 @@ msgstr "Friendica kontakty"
|
||||||
msgid "Your Friendica-Contacts"
|
msgid "Your Friendica-Contacts"
|
||||||
msgstr "Vaše Friendica kontakty"
|
msgstr "Vaše Friendica kontakty"
|
||||||
|
|
||||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
|
||||||
msgid "Friendica-Native events"
|
|
||||||
msgstr "Nativní Friendica události"
|
|
||||||
|
|
||||||
#: friendica/main.php:202
|
|
||||||
msgid ""
|
|
||||||
"The current version of this plugin has not been set up correctly. Please "
|
|
||||||
"contact the system administrator of your installation of friendica to fix "
|
|
||||||
"this."
|
|
||||||
msgstr "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví."
|
|
||||||
|
|
||||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
|
||||||
msgid "Calendar"
|
|
||||||
msgstr "Kalendář"
|
|
||||||
|
|
||||||
#: friendica/main.php:242
|
|
||||||
msgid "Extended calendar with CalDAV-support"
|
|
||||||
msgstr "Rozšířený kalendář s podporou CalDAV"
|
|
||||||
|
|
||||||
#: friendica/main.php:279 friendica/main.php:280
|
|
||||||
msgid "noreply"
|
|
||||||
msgstr "bez odpovědi"
|
|
||||||
|
|
||||||
#: friendica/main.php:282
|
|
||||||
msgid "Notification: "
|
|
||||||
msgstr "Notifikace:"
|
|
||||||
|
|
||||||
#: friendica/main.php:309
|
|
||||||
msgid "The database tables have been installed."
|
|
||||||
msgstr "Databázové tabulky byly nainstalovány"
|
|
||||||
|
|
||||||
#: friendica/main.php:310
|
|
||||||
msgid "An error occurred during the installation."
|
|
||||||
msgstr "Během instalace nastala chyba."
|
|
||||||
|
|
||||||
#: friendica/main.php:316
|
|
||||||
msgid "The database tables have been updated."
|
|
||||||
msgstr "Databázové tabulky byly aktualizovány."
|
|
||||||
|
|
||||||
#: friendica/main.php:317
|
|
||||||
msgid "An error occurred during the update."
|
|
||||||
msgstr "Během aktualizace došlo k chybě."
|
|
||||||
|
|
||||||
#: friendica/main.php:333
|
|
||||||
msgid "No system-wide settings yet."
|
|
||||||
msgstr "Nastavení systému dosud nebylo vytvořeno"
|
|
||||||
|
|
||||||
#: friendica/main.php:336
|
|
||||||
msgid "Database status"
|
|
||||||
msgstr "Status databáze"
|
|
||||||
|
|
||||||
#: friendica/main.php:339
|
|
||||||
msgid "Installed"
|
|
||||||
msgstr "Instalováno"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade needed"
|
|
||||||
msgstr "Upgrade vyžadován"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid ""
|
|
||||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
|
||||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
|
||||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
|
||||||
" look at the database-queries that will be made when pressing the "
|
|
||||||
"'update'-button."
|
|
||||||
msgstr "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade"
|
|
||||||
msgstr "Upgrade"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Not installed"
|
|
||||||
msgstr "Nenainstalováno"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Install"
|
|
||||||
msgstr "Instalovat"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid "Unknown"
|
|
||||||
msgstr "Neznámý"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid ""
|
|
||||||
"Something really went wrong. I cannot recover from this state automatically,"
|
|
||||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
|
||||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
|
||||||
" should be able to reinitialize the tables automatically."
|
|
||||||
msgstr "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky."
|
|
||||||
|
|
||||||
#: friendica/main.php:355
|
|
||||||
msgid "Troubleshooting"
|
|
||||||
msgstr "Řešení problémů"
|
|
||||||
|
|
||||||
#: friendica/main.php:356
|
|
||||||
msgid "Manual creation of the database tables:"
|
|
||||||
msgstr "Manuálnní vytvoření databázových tabulek:"
|
|
||||||
|
|
||||||
#: friendica/main.php:357
|
|
||||||
msgid "Show SQL-statements"
|
|
||||||
msgstr "Zobrazit SQL-příkazy"
|
|
||||||
|
|
||||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||||
|
@ -303,6 +183,126 @@ msgstr "Synchronizovat tento kalendář s iPhone"
|
||||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||||
msgstr "Synchronizovat Vaše Friendica kontakty s iPhone"
|
msgstr "Synchronizovat Vaše Friendica kontakty s iPhone"
|
||||||
|
|
||||||
|
#: friendica/main.php:202
|
||||||
|
msgid ""
|
||||||
|
"The current version of this plugin has not been set up correctly. Please "
|
||||||
|
"contact the system administrator of your installation of friendica to fix "
|
||||||
|
"this."
|
||||||
|
msgstr "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví."
|
||||||
|
|
||||||
|
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||||
|
msgid "Calendar"
|
||||||
|
msgstr "Kalendář"
|
||||||
|
|
||||||
|
#: friendica/main.php:242
|
||||||
|
msgid "Extended calendar with CalDAV-support"
|
||||||
|
msgstr "Rozšířený kalendář s podporou CalDAV"
|
||||||
|
|
||||||
|
#: friendica/main.php:279 friendica/main.php:280
|
||||||
|
msgid "noreply"
|
||||||
|
msgstr "bez odpovědi"
|
||||||
|
|
||||||
|
#: friendica/main.php:282
|
||||||
|
msgid "Notification: "
|
||||||
|
msgstr "Notifikace:"
|
||||||
|
|
||||||
|
#: friendica/main.php:309
|
||||||
|
msgid "The database tables have been installed."
|
||||||
|
msgstr "Databázové tabulky byly nainstalovány"
|
||||||
|
|
||||||
|
#: friendica/main.php:310
|
||||||
|
msgid "An error occurred during the installation."
|
||||||
|
msgstr "Během instalace nastala chyba."
|
||||||
|
|
||||||
|
#: friendica/main.php:316
|
||||||
|
msgid "The database tables have been updated."
|
||||||
|
msgstr "Databázové tabulky byly aktualizovány."
|
||||||
|
|
||||||
|
#: friendica/main.php:317
|
||||||
|
msgid "An error occurred during the update."
|
||||||
|
msgstr "Během aktualizace došlo k chybě."
|
||||||
|
|
||||||
|
#: friendica/main.php:333
|
||||||
|
msgid "No system-wide settings yet."
|
||||||
|
msgstr "Nastavení systému dosud nebylo vytvořeno"
|
||||||
|
|
||||||
|
#: friendica/main.php:336
|
||||||
|
msgid "Database status"
|
||||||
|
msgstr "Status databáze"
|
||||||
|
|
||||||
|
#: friendica/main.php:339
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "Instalováno"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade needed"
|
||||||
|
msgstr "Upgrade vyžadován"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid ""
|
||||||
|
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||||
|
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||||
|
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||||
|
" look at the database-queries that will be made when pressing the "
|
||||||
|
"'update'-button."
|
||||||
|
msgstr "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade"
|
||||||
|
msgstr "Upgrade"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Not installed"
|
||||||
|
msgstr "Nenainstalováno"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Instalovat"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr "Neznámý"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid ""
|
||||||
|
"Something really went wrong. I cannot recover from this state automatically,"
|
||||||
|
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||||
|
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||||
|
" should be able to reinitialize the tables automatically."
|
||||||
|
msgstr "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky."
|
||||||
|
|
||||||
|
#: friendica/main.php:355
|
||||||
|
msgid "Troubleshooting"
|
||||||
|
msgstr "Řešení problémů"
|
||||||
|
|
||||||
|
#: friendica/main.php:356
|
||||||
|
msgid "Manual creation of the database tables:"
|
||||||
|
msgstr "Manuálnní vytvoření databázových tabulek:"
|
||||||
|
|
||||||
|
#: friendica/main.php:357
|
||||||
|
msgid "Show SQL-statements"
|
||||||
|
msgstr "Zobrazit SQL-příkazy"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:206
|
||||||
|
msgid "Private Calendar"
|
||||||
|
msgstr "Soukromý kalendář"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:207
|
||||||
|
msgid "Friendica Events: Mine"
|
||||||
|
msgstr "Friendica události: Mé"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:208
|
||||||
|
msgid "Friendica Events: Contacts"
|
||||||
|
msgstr "Friendica události: Kontakty"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:248
|
||||||
|
msgid "Private Addresses"
|
||||||
|
msgstr "Soukromé adresy"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:249
|
||||||
|
msgid "Friendica Contacts"
|
||||||
|
msgstr "Friendica Kontakty"
|
||||||
|
|
||||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||||
msgid "Could not open component for editing"
|
msgid "Could not open component for editing"
|
||||||
msgstr "Nelze otevřít komponentu pro editaci"
|
msgstr "Nelze otevřít komponentu pro editaci"
|
||||||
|
@ -555,9 +555,13 @@ msgstr "#name# právě začíná."
|
||||||
msgid "Saved"
|
msgid "Saved"
|
||||||
msgstr "Uloženo"
|
msgstr "Uloženo"
|
||||||
|
|
||||||
#: common/dav_carddav_backend_private.inc.php:46
|
#: common/wdcal_configuration.php:148
|
||||||
msgid "Private Addressbooks"
|
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||||
msgstr "Soukromé adresáře kontaktů"
|
msgstr "americký formát času (mm/dd/YYYY)"
|
||||||
|
|
||||||
|
#: common/wdcal_configuration.php:243
|
||||||
|
msgid "German Time Format (dd.mm.YYYY)"
|
||||||
|
msgstr "německý formát času (dd.mm.YYYY)"
|
||||||
|
|
||||||
#: common/dav_caldav_backend_private.inc.php:39
|
#: common/dav_caldav_backend_private.inc.php:39
|
||||||
msgid "Private Events"
|
msgid "Private Events"
|
||||||
|
@ -569,10 +573,6 @@ msgstr "Soukromé události"
|
||||||
msgid "No access"
|
msgid "No access"
|
||||||
msgstr "Zádný přístup"
|
msgstr "Zádný přístup"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:148
|
#: common/dav_carddav_backend_private.inc.php:46
|
||||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
msgid "Private Addressbooks"
|
||||||
msgstr "americký formát času (mm/dd/YYYY)"
|
msgstr "Soukromé adresáře kontaktů"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:243
|
|
||||||
msgid "German Time Format (dd.mm.YYYY)"
|
|
||||||
msgstr "německý formát času (dd.mm.YYYY)"
|
|
||||||
|
|
|
@ -5,36 +5,9 @@ function string_plural_select_cs($n){
|
||||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Private Calendar"] = "Soukromý kalendář";
|
$a->strings["Friendica-Native events"] = "Nativní Friendica události";
|
||||||
$a->strings["Friendica Events: Mine"] = "Friendica události: Mé";
|
|
||||||
$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty";
|
|
||||||
$a->strings["Private Addresses"] = "Soukromé adresy";
|
|
||||||
$a->strings["Friendica Contacts"] = "Friendica Kontakty";
|
|
||||||
$a->strings["Friendica-Contacts"] = "Friendica kontakty";
|
$a->strings["Friendica-Contacts"] = "Friendica kontakty";
|
||||||
$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
|
$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
|
||||||
$a->strings["Friendica-Native events"] = "Nativní Friendica události";
|
|
||||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví.";
|
|
||||||
$a->strings["Calendar"] = "Kalendář";
|
|
||||||
$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV";
|
|
||||||
$a->strings["noreply"] = "bez odpovědi";
|
|
||||||
$a->strings["Notification: "] = "Notifikace:";
|
|
||||||
$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány";
|
|
||||||
$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba.";
|
|
||||||
$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány.";
|
|
||||||
$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě.";
|
|
||||||
$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno";
|
|
||||||
$a->strings["Database status"] = "Status databáze";
|
|
||||||
$a->strings["Installed"] = "Instalováno";
|
|
||||||
$a->strings["Upgrade needed"] = "Upgrade vyžadován";
|
|
||||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button.";
|
|
||||||
$a->strings["Upgrade"] = "Upgrade";
|
|
||||||
$a->strings["Not installed"] = "Nenainstalováno";
|
|
||||||
$a->strings["Install"] = "Instalovat";
|
|
||||||
$a->strings["Unknown"] = "Neznámý";
|
|
||||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky.";
|
|
||||||
$a->strings["Troubleshooting"] = "Řešení problémů";
|
|
||||||
$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:";
|
|
||||||
$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy";
|
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst.";
|
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst.";
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se.";
|
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se.";
|
||||||
$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován.";
|
$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován.";
|
||||||
|
@ -72,6 +45,33 @@ $a->strings["Warning"] = "Omezení";
|
||||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)";
|
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)";
|
||||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone";
|
$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone";
|
||||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone";
|
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone";
|
||||||
|
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví.";
|
||||||
|
$a->strings["Calendar"] = "Kalendář";
|
||||||
|
$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV";
|
||||||
|
$a->strings["noreply"] = "bez odpovědi";
|
||||||
|
$a->strings["Notification: "] = "Notifikace:";
|
||||||
|
$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány";
|
||||||
|
$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba.";
|
||||||
|
$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány.";
|
||||||
|
$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě.";
|
||||||
|
$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno";
|
||||||
|
$a->strings["Database status"] = "Status databáze";
|
||||||
|
$a->strings["Installed"] = "Instalováno";
|
||||||
|
$a->strings["Upgrade needed"] = "Upgrade vyžadován";
|
||||||
|
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button.";
|
||||||
|
$a->strings["Upgrade"] = "Upgrade";
|
||||||
|
$a->strings["Not installed"] = "Nenainstalováno";
|
||||||
|
$a->strings["Install"] = "Instalovat";
|
||||||
|
$a->strings["Unknown"] = "Neznámý";
|
||||||
|
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky.";
|
||||||
|
$a->strings["Troubleshooting"] = "Řešení problémů";
|
||||||
|
$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:";
|
||||||
|
$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy";
|
||||||
|
$a->strings["Private Calendar"] = "Soukromý kalendář";
|
||||||
|
$a->strings["Friendica Events: Mine"] = "Friendica události: Mé";
|
||||||
|
$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty";
|
||||||
|
$a->strings["Private Addresses"] = "Soukromé adresy";
|
||||||
|
$a->strings["Friendica Contacts"] = "Friendica Kontakty";
|
||||||
$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci";
|
$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci";
|
||||||
$a->strings["Event data"] = "Data události";
|
$a->strings["Event data"] = "Data události";
|
||||||
$a->strings["Special color"] = "Speciální barva";
|
$a->strings["Special color"] = "Speciální barva";
|
||||||
|
@ -134,8 +134,8 @@ $a->strings["Add a notification"] = "Přidat notifikaci";
|
||||||
$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date";
|
$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date";
|
||||||
$a->strings["#name# is about to begin."] = "#name# právě začíná.";
|
$a->strings["#name# is about to begin."] = "#name# právě začíná.";
|
||||||
$a->strings["Saved"] = "Uloženo";
|
$a->strings["Saved"] = "Uloženo";
|
||||||
$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů";
|
|
||||||
$a->strings["Private Events"] = "Soukromé události";
|
|
||||||
$a->strings["No access"] = "Zádný přístup";
|
|
||||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)";
|
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)";
|
||||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)";
|
$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)";
|
||||||
|
$a->strings["Private Events"] = "Soukromé události";
|
||||||
|
$a->strings["No access"] = "Zádný přístup";
|
||||||
|
$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů";
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-10 06:05+0000\n"
|
"PO-Revision-Date: 2014-07-10 06:05+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
|
@ -19,25 +19,9 @@ msgstr ""
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:206
|
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||||
msgid "Private Calendar"
|
msgid "Friendica-Native events"
|
||||||
msgstr "Privater Kalender"
|
msgstr "Friendica Veranstaltungen"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:207
|
|
||||||
msgid "Friendica Events: Mine"
|
|
||||||
msgstr "Meine Friendica-Veranstaltungen"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:208
|
|
||||||
msgid "Friendica Events: Contacts"
|
|
||||||
msgstr "Friendica Veranstaltungen meiner Kontakte"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:248
|
|
||||||
msgid "Private Addresses"
|
|
||||||
msgstr "Private Adressen"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:249
|
|
||||||
msgid "Friendica Contacts"
|
|
||||||
msgstr "Friendica Kontakte"
|
|
||||||
|
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||||
|
@ -48,110 +32,6 @@ msgstr "Friendica-Kontakte"
|
||||||
msgid "Your Friendica-Contacts"
|
msgid "Your Friendica-Contacts"
|
||||||
msgstr "Deine Friendica-Kontakte"
|
msgstr "Deine Friendica-Kontakte"
|
||||||
|
|
||||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
|
||||||
msgid "Friendica-Native events"
|
|
||||||
msgstr "Friendica Veranstaltungen"
|
|
||||||
|
|
||||||
#: friendica/main.php:202
|
|
||||||
msgid ""
|
|
||||||
"The current version of this plugin has not been set up correctly. Please "
|
|
||||||
"contact the system administrator of your installation of friendica to fix "
|
|
||||||
"this."
|
|
||||||
msgstr "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben."
|
|
||||||
|
|
||||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
|
||||||
msgid "Calendar"
|
|
||||||
msgstr "Kalender"
|
|
||||||
|
|
||||||
#: friendica/main.php:242
|
|
||||||
msgid "Extended calendar with CalDAV-support"
|
|
||||||
msgstr "Erweiterter Kalender mit CalDAV Unterstützung."
|
|
||||||
|
|
||||||
#: friendica/main.php:279 friendica/main.php:280
|
|
||||||
msgid "noreply"
|
|
||||||
msgstr "noreply"
|
|
||||||
|
|
||||||
#: friendica/main.php:282
|
|
||||||
msgid "Notification: "
|
|
||||||
msgstr "Benachrichtigungen: "
|
|
||||||
|
|
||||||
#: friendica/main.php:309
|
|
||||||
msgid "The database tables have been installed."
|
|
||||||
msgstr "Die Datenbank-Tabellen wurden installiert."
|
|
||||||
|
|
||||||
#: friendica/main.php:310
|
|
||||||
msgid "An error occurred during the installation."
|
|
||||||
msgstr "Während der Installation trat ein Fehler auf."
|
|
||||||
|
|
||||||
#: friendica/main.php:316
|
|
||||||
msgid "The database tables have been updated."
|
|
||||||
msgstr "Die Tabellen in der Datenbank wurden aktualisiert."
|
|
||||||
|
|
||||||
#: friendica/main.php:317
|
|
||||||
msgid "An error occurred during the update."
|
|
||||||
msgstr "Während der Aktualisierung trat ein Fehler auf."
|
|
||||||
|
|
||||||
#: friendica/main.php:333
|
|
||||||
msgid "No system-wide settings yet."
|
|
||||||
msgstr "Momentan keine systemweiten Einstellungen."
|
|
||||||
|
|
||||||
#: friendica/main.php:336
|
|
||||||
msgid "Database status"
|
|
||||||
msgstr "Datenbank Status"
|
|
||||||
|
|
||||||
#: friendica/main.php:339
|
|
||||||
msgid "Installed"
|
|
||||||
msgstr "Installiert"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade needed"
|
|
||||||
msgstr "Upgrade erforderlich"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid ""
|
|
||||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
|
||||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
|
||||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
|
||||||
" look at the database-queries that will be made when pressing the "
|
|
||||||
"'update'-button."
|
|
||||||
msgstr "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche <i>sollten</i> alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden."
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade"
|
|
||||||
msgstr "Upgrade"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Not installed"
|
|
||||||
msgstr "Nicht installiert"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Install"
|
|
||||||
msgstr "Installieren"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid "Unknown"
|
|
||||||
msgstr "Unbekannt"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid ""
|
|
||||||
"Something really went wrong. I cannot recover from this state automatically,"
|
|
||||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
|
||||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
|
||||||
" should be able to reinitialize the tables automatically."
|
|
||||||
msgstr "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen."
|
|
||||||
|
|
||||||
#: friendica/main.php:355
|
|
||||||
msgid "Troubleshooting"
|
|
||||||
msgstr "Problembehebung"
|
|
||||||
|
|
||||||
#: friendica/main.php:356
|
|
||||||
msgid "Manual creation of the database tables:"
|
|
||||||
msgstr "Manuelles anlegen der Datenbank Tabellen:"
|
|
||||||
|
|
||||||
#: friendica/main.php:357
|
|
||||||
msgid "Show SQL-statements"
|
|
||||||
msgstr "SQL-Anweisungen anzeigen"
|
|
||||||
|
|
||||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||||
|
@ -303,6 +183,126 @@ msgstr "Diesen Kalender mit dem iPhone synchronisieren"
|
||||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||||
msgstr "Friendica-Kontakte mit dem iPhone synchronisieren"
|
msgstr "Friendica-Kontakte mit dem iPhone synchronisieren"
|
||||||
|
|
||||||
|
#: friendica/main.php:202
|
||||||
|
msgid ""
|
||||||
|
"The current version of this plugin has not been set up correctly. Please "
|
||||||
|
"contact the system administrator of your installation of friendica to fix "
|
||||||
|
"this."
|
||||||
|
msgstr "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben."
|
||||||
|
|
||||||
|
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||||
|
msgid "Calendar"
|
||||||
|
msgstr "Kalender"
|
||||||
|
|
||||||
|
#: friendica/main.php:242
|
||||||
|
msgid "Extended calendar with CalDAV-support"
|
||||||
|
msgstr "Erweiterter Kalender mit CalDAV Unterstützung."
|
||||||
|
|
||||||
|
#: friendica/main.php:279 friendica/main.php:280
|
||||||
|
msgid "noreply"
|
||||||
|
msgstr "noreply"
|
||||||
|
|
||||||
|
#: friendica/main.php:282
|
||||||
|
msgid "Notification: "
|
||||||
|
msgstr "Benachrichtigungen: "
|
||||||
|
|
||||||
|
#: friendica/main.php:309
|
||||||
|
msgid "The database tables have been installed."
|
||||||
|
msgstr "Die Datenbank-Tabellen wurden installiert."
|
||||||
|
|
||||||
|
#: friendica/main.php:310
|
||||||
|
msgid "An error occurred during the installation."
|
||||||
|
msgstr "Während der Installation trat ein Fehler auf."
|
||||||
|
|
||||||
|
#: friendica/main.php:316
|
||||||
|
msgid "The database tables have been updated."
|
||||||
|
msgstr "Die Tabellen in der Datenbank wurden aktualisiert."
|
||||||
|
|
||||||
|
#: friendica/main.php:317
|
||||||
|
msgid "An error occurred during the update."
|
||||||
|
msgstr "Während der Aktualisierung trat ein Fehler auf."
|
||||||
|
|
||||||
|
#: friendica/main.php:333
|
||||||
|
msgid "No system-wide settings yet."
|
||||||
|
msgstr "Momentan keine systemweiten Einstellungen."
|
||||||
|
|
||||||
|
#: friendica/main.php:336
|
||||||
|
msgid "Database status"
|
||||||
|
msgstr "Datenbank Status"
|
||||||
|
|
||||||
|
#: friendica/main.php:339
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "Installiert"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade needed"
|
||||||
|
msgstr "Upgrade erforderlich"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid ""
|
||||||
|
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||||
|
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||||
|
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||||
|
" look at the database-queries that will be made when pressing the "
|
||||||
|
"'update'-button."
|
||||||
|
msgstr "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche <i>sollten</i> alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden."
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade"
|
||||||
|
msgstr "Upgrade"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Not installed"
|
||||||
|
msgstr "Nicht installiert"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Installieren"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr "Unbekannt"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid ""
|
||||||
|
"Something really went wrong. I cannot recover from this state automatically,"
|
||||||
|
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||||
|
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||||
|
" should be able to reinitialize the tables automatically."
|
||||||
|
msgstr "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen."
|
||||||
|
|
||||||
|
#: friendica/main.php:355
|
||||||
|
msgid "Troubleshooting"
|
||||||
|
msgstr "Problembehebung"
|
||||||
|
|
||||||
|
#: friendica/main.php:356
|
||||||
|
msgid "Manual creation of the database tables:"
|
||||||
|
msgstr "Manuelles anlegen der Datenbank Tabellen:"
|
||||||
|
|
||||||
|
#: friendica/main.php:357
|
||||||
|
msgid "Show SQL-statements"
|
||||||
|
msgstr "SQL-Anweisungen anzeigen"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:206
|
||||||
|
msgid "Private Calendar"
|
||||||
|
msgstr "Privater Kalender"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:207
|
||||||
|
msgid "Friendica Events: Mine"
|
||||||
|
msgstr "Meine Friendica-Veranstaltungen"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:208
|
||||||
|
msgid "Friendica Events: Contacts"
|
||||||
|
msgstr "Friendica Veranstaltungen meiner Kontakte"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:248
|
||||||
|
msgid "Private Addresses"
|
||||||
|
msgstr "Private Adressen"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:249
|
||||||
|
msgid "Friendica Contacts"
|
||||||
|
msgstr "Friendica Kontakte"
|
||||||
|
|
||||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||||
msgid "Could not open component for editing"
|
msgid "Could not open component for editing"
|
||||||
msgstr "Kalender-Editierfunktion konnte nicht geöffnet werden"
|
msgstr "Kalender-Editierfunktion konnte nicht geöffnet werden"
|
||||||
|
@ -555,9 +555,13 @@ msgstr "#name# beginnt demnächst."
|
||||||
msgid "Saved"
|
msgid "Saved"
|
||||||
msgstr "Gespeichert"
|
msgstr "Gespeichert"
|
||||||
|
|
||||||
#: common/dav_carddav_backend_private.inc.php:46
|
#: common/wdcal_configuration.php:148
|
||||||
msgid "Private Addressbooks"
|
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||||
msgstr "Private Adressbücher"
|
msgstr "U.S. Datumsformat (mm/dd/YYYY)"
|
||||||
|
|
||||||
|
#: common/wdcal_configuration.php:243
|
||||||
|
msgid "German Time Format (dd.mm.YYYY)"
|
||||||
|
msgstr "Deutsches Datumsformat (dd.mm.YYYY)"
|
||||||
|
|
||||||
#: common/dav_caldav_backend_private.inc.php:39
|
#: common/dav_caldav_backend_private.inc.php:39
|
||||||
msgid "Private Events"
|
msgid "Private Events"
|
||||||
|
@ -569,10 +573,6 @@ msgstr "Privater Termin"
|
||||||
msgid "No access"
|
msgid "No access"
|
||||||
msgstr "Kein Zugriff"
|
msgstr "Kein Zugriff"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:148
|
#: common/dav_carddav_backend_private.inc.php:46
|
||||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
msgid "Private Addressbooks"
|
||||||
msgstr "U.S. Datumsformat (mm/dd/YYYY)"
|
msgstr "Private Adressbücher"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:243
|
|
||||||
msgid "German Time Format (dd.mm.YYYY)"
|
|
||||||
msgstr "Deutsches Datumsformat (dd.mm.YYYY)"
|
|
||||||
|
|
|
@ -5,36 +5,9 @@ function string_plural_select_de($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Private Calendar"] = "Privater Kalender";
|
$a->strings["Friendica-Native events"] = "Friendica Veranstaltungen";
|
||||||
$a->strings["Friendica Events: Mine"] = "Meine Friendica-Veranstaltungen";
|
|
||||||
$a->strings["Friendica Events: Contacts"] = "Friendica Veranstaltungen meiner Kontakte";
|
|
||||||
$a->strings["Private Addresses"] = "Private Adressen";
|
|
||||||
$a->strings["Friendica Contacts"] = "Friendica Kontakte";
|
|
||||||
$a->strings["Friendica-Contacts"] = "Friendica-Kontakte";
|
$a->strings["Friendica-Contacts"] = "Friendica-Kontakte";
|
||||||
$a->strings["Your Friendica-Contacts"] = "Deine Friendica-Kontakte";
|
$a->strings["Your Friendica-Contacts"] = "Deine Friendica-Kontakte";
|
||||||
$a->strings["Friendica-Native events"] = "Friendica Veranstaltungen";
|
|
||||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben.";
|
|
||||||
$a->strings["Calendar"] = "Kalender";
|
|
||||||
$a->strings["Extended calendar with CalDAV-support"] = "Erweiterter Kalender mit CalDAV Unterstützung.";
|
|
||||||
$a->strings["noreply"] = "noreply";
|
|
||||||
$a->strings["Notification: "] = "Benachrichtigungen: ";
|
|
||||||
$a->strings["The database tables have been installed."] = "Die Datenbank-Tabellen wurden installiert.";
|
|
||||||
$a->strings["An error occurred during the installation."] = "Während der Installation trat ein Fehler auf.";
|
|
||||||
$a->strings["The database tables have been updated."] = "Die Tabellen in der Datenbank wurden aktualisiert.";
|
|
||||||
$a->strings["An error occurred during the update."] = "Während der Aktualisierung trat ein Fehler auf.";
|
|
||||||
$a->strings["No system-wide settings yet."] = "Momentan keine systemweiten Einstellungen.";
|
|
||||||
$a->strings["Database status"] = "Datenbank Status";
|
|
||||||
$a->strings["Installed"] = "Installiert";
|
|
||||||
$a->strings["Upgrade needed"] = "Upgrade erforderlich";
|
|
||||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche <i>sollten</i> alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden.";
|
|
||||||
$a->strings["Upgrade"] = "Upgrade";
|
|
||||||
$a->strings["Not installed"] = "Nicht installiert";
|
|
||||||
$a->strings["Install"] = "Installieren";
|
|
||||||
$a->strings["Unknown"] = "Unbekannt";
|
|
||||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen.";
|
|
||||||
$a->strings["Troubleshooting"] = "Problembehebung";
|
|
||||||
$a->strings["Manual creation of the database tables:"] = "Manuelles anlegen der Datenbank Tabellen:";
|
|
||||||
$a->strings["Show SQL-statements"] = "SQL-Anweisungen anzeigen";
|
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Entschuldigung. Bei dem Versuch die Datei zu importieren ist etwas schief gelaufen. Vielleicht wurden aber einige der Termine dennoch importiert.";
|
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Entschuldigung. Bei dem Versuch die Datei zu importieren ist etwas schief gelaufen. Vielleicht wurden aber einige der Termine dennoch importiert.";
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Entschuldigung. Beim Importieren der Datei ist etwas schief gelaufen.";
|
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Entschuldigung. Beim Importieren der Datei ist etwas schief gelaufen.";
|
||||||
$a->strings["The ICS-File has been imported."] = "Die ICS-Datei wurde importoert.";
|
$a->strings["The ICS-File has been imported."] = "Die ICS-Datei wurde importoert.";
|
||||||
|
@ -72,6 +45,33 @@ $a->strings["Warning"] = "Warnung";
|
||||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)";
|
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)";
|
||||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Diesen Kalender mit dem iPhone synchronisieren";
|
$a->strings["Synchronizing this calendar with the iPhone"] = "Diesen Kalender mit dem iPhone synchronisieren";
|
||||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Friendica-Kontakte mit dem iPhone synchronisieren";
|
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Friendica-Kontakte mit dem iPhone synchronisieren";
|
||||||
|
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben.";
|
||||||
|
$a->strings["Calendar"] = "Kalender";
|
||||||
|
$a->strings["Extended calendar with CalDAV-support"] = "Erweiterter Kalender mit CalDAV Unterstützung.";
|
||||||
|
$a->strings["noreply"] = "noreply";
|
||||||
|
$a->strings["Notification: "] = "Benachrichtigungen: ";
|
||||||
|
$a->strings["The database tables have been installed."] = "Die Datenbank-Tabellen wurden installiert.";
|
||||||
|
$a->strings["An error occurred during the installation."] = "Während der Installation trat ein Fehler auf.";
|
||||||
|
$a->strings["The database tables have been updated."] = "Die Tabellen in der Datenbank wurden aktualisiert.";
|
||||||
|
$a->strings["An error occurred during the update."] = "Während der Aktualisierung trat ein Fehler auf.";
|
||||||
|
$a->strings["No system-wide settings yet."] = "Momentan keine systemweiten Einstellungen.";
|
||||||
|
$a->strings["Database status"] = "Datenbank Status";
|
||||||
|
$a->strings["Installed"] = "Installiert";
|
||||||
|
$a->strings["Upgrade needed"] = "Upgrade erforderlich";
|
||||||
|
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche <i>sollten</i> alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden.";
|
||||||
|
$a->strings["Upgrade"] = "Upgrade";
|
||||||
|
$a->strings["Not installed"] = "Nicht installiert";
|
||||||
|
$a->strings["Install"] = "Installieren";
|
||||||
|
$a->strings["Unknown"] = "Unbekannt";
|
||||||
|
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen.";
|
||||||
|
$a->strings["Troubleshooting"] = "Problembehebung";
|
||||||
|
$a->strings["Manual creation of the database tables:"] = "Manuelles anlegen der Datenbank Tabellen:";
|
||||||
|
$a->strings["Show SQL-statements"] = "SQL-Anweisungen anzeigen";
|
||||||
|
$a->strings["Private Calendar"] = "Privater Kalender";
|
||||||
|
$a->strings["Friendica Events: Mine"] = "Meine Friendica-Veranstaltungen";
|
||||||
|
$a->strings["Friendica Events: Contacts"] = "Friendica Veranstaltungen meiner Kontakte";
|
||||||
|
$a->strings["Private Addresses"] = "Private Adressen";
|
||||||
|
$a->strings["Friendica Contacts"] = "Friendica Kontakte";
|
||||||
$a->strings["Could not open component for editing"] = "Kalender-Editierfunktion konnte nicht geöffnet werden";
|
$a->strings["Could not open component for editing"] = "Kalender-Editierfunktion konnte nicht geöffnet werden";
|
||||||
$a->strings["Event data"] = "Veranstaltungsdetails";
|
$a->strings["Event data"] = "Veranstaltungsdetails";
|
||||||
$a->strings["Special color"] = "Spezielle Farbe";
|
$a->strings["Special color"] = "Spezielle Farbe";
|
||||||
|
@ -134,8 +134,8 @@ $a->strings["Add a notification"] = "Benachrichtigung hinzufügen";
|
||||||
$a->strings["The event #name# will start at #date"] = "Der Termin #name# wird am #date anfangen";
|
$a->strings["The event #name# will start at #date"] = "Der Termin #name# wird am #date anfangen";
|
||||||
$a->strings["#name# is about to begin."] = "#name# beginnt demnächst.";
|
$a->strings["#name# is about to begin."] = "#name# beginnt demnächst.";
|
||||||
$a->strings["Saved"] = "Gespeichert";
|
$a->strings["Saved"] = "Gespeichert";
|
||||||
$a->strings["Private Addressbooks"] = "Private Adressbücher";
|
|
||||||
$a->strings["Private Events"] = "Privater Termin";
|
|
||||||
$a->strings["No access"] = "Kein Zugriff";
|
|
||||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "U.S. Datumsformat (mm/dd/YYYY)";
|
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "U.S. Datumsformat (mm/dd/YYYY)";
|
||||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Deutsches Datumsformat (dd.mm.YYYY)";
|
$a->strings["German Time Format (dd.mm.YYYY)"] = "Deutsches Datumsformat (dd.mm.YYYY)";
|
||||||
|
$a->strings["Private Events"] = "Privater Termin";
|
||||||
|
$a->strings["No access"] = "Kein Zugriff";
|
||||||
|
$a->strings["Private Addressbooks"] = "Private Adressbücher";
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 11:55+0000\n"
|
"PO-Revision-Date: 2014-09-10 11:55+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
|
@ -19,25 +19,9 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:206
|
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||||
msgid "Private Calendar"
|
msgid "Friendica-Native events"
|
||||||
msgstr "Calendario Privato"
|
msgstr "Friendica - Eventi nativi"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:207
|
|
||||||
msgid "Friendica Events: Mine"
|
|
||||||
msgstr "Eventi Friendica: Miei"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:208
|
|
||||||
msgid "Friendica Events: Contacts"
|
|
||||||
msgstr "Eventi Friendica: Contatti"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:248
|
|
||||||
msgid "Private Addresses"
|
|
||||||
msgstr "Indirizzi Privati"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:249
|
|
||||||
msgid "Friendica Contacts"
|
|
||||||
msgstr "Contatti Friendica"
|
|
||||||
|
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||||
|
@ -48,110 +32,6 @@ msgstr "Friendica - Contatti"
|
||||||
msgid "Your Friendica-Contacts"
|
msgid "Your Friendica-Contacts"
|
||||||
msgstr "Il tuo Friendica - Contatti"
|
msgstr "Il tuo Friendica - Contatti"
|
||||||
|
|
||||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
|
||||||
msgid "Friendica-Native events"
|
|
||||||
msgstr "Friendica - Eventi nativi"
|
|
||||||
|
|
||||||
#: friendica/main.php:202
|
|
||||||
msgid ""
|
|
||||||
"The current version of this plugin has not been set up correctly. Please "
|
|
||||||
"contact the system administrator of your installation of friendica to fix "
|
|
||||||
"this."
|
|
||||||
msgstr "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore."
|
|
||||||
|
|
||||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
|
||||||
msgid "Calendar"
|
|
||||||
msgstr "Calendario"
|
|
||||||
|
|
||||||
#: friendica/main.php:242
|
|
||||||
msgid "Extended calendar with CalDAV-support"
|
|
||||||
msgstr "Calendario esteso con supporto CalDAV"
|
|
||||||
|
|
||||||
#: friendica/main.php:279 friendica/main.php:280
|
|
||||||
msgid "noreply"
|
|
||||||
msgstr "nonrispondere"
|
|
||||||
|
|
||||||
#: friendica/main.php:282
|
|
||||||
msgid "Notification: "
|
|
||||||
msgstr "Notifica:"
|
|
||||||
|
|
||||||
#: friendica/main.php:309
|
|
||||||
msgid "The database tables have been installed."
|
|
||||||
msgstr "Le tabelle del database sono state installate."
|
|
||||||
|
|
||||||
#: friendica/main.php:310
|
|
||||||
msgid "An error occurred during the installation."
|
|
||||||
msgstr "Errore durante l'installazione."
|
|
||||||
|
|
||||||
#: friendica/main.php:316
|
|
||||||
msgid "The database tables have been updated."
|
|
||||||
msgstr "Le tabelle del database sono state aggiornate."
|
|
||||||
|
|
||||||
#: friendica/main.php:317
|
|
||||||
msgid "An error occurred during the update."
|
|
||||||
msgstr "Errore durante l'aggiornamento."
|
|
||||||
|
|
||||||
#: friendica/main.php:333
|
|
||||||
msgid "No system-wide settings yet."
|
|
||||||
msgstr "Nessun settaggio di sistema al momento."
|
|
||||||
|
|
||||||
#: friendica/main.php:336
|
|
||||||
msgid "Database status"
|
|
||||||
msgstr "Stato database"
|
|
||||||
|
|
||||||
#: friendica/main.php:339
|
|
||||||
msgid "Installed"
|
|
||||||
msgstr "Installato"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade needed"
|
|
||||||
msgstr "Aggiornamento richiesto"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid ""
|
|
||||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
|
||||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
|
||||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
|
||||||
" look at the database-queries that will be made when pressing the "
|
|
||||||
"'update'-button."
|
|
||||||
msgstr "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'."
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade"
|
|
||||||
msgstr "Aggiorna"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Not installed"
|
|
||||||
msgstr "Non installato"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Install"
|
|
||||||
msgstr "Installa"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid "Unknown"
|
|
||||||
msgstr "Sconosciuto"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid ""
|
|
||||||
"Something really went wrong. I cannot recover from this state automatically,"
|
|
||||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
|
||||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
|
||||||
" should be able to reinitialize the tables automatically."
|
|
||||||
msgstr "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente."
|
|
||||||
|
|
||||||
#: friendica/main.php:355
|
|
||||||
msgid "Troubleshooting"
|
|
||||||
msgstr "Risoluzione dei problemi"
|
|
||||||
|
|
||||||
#: friendica/main.php:356
|
|
||||||
msgid "Manual creation of the database tables:"
|
|
||||||
msgstr "Creazione manuale delle tabelle nel database:"
|
|
||||||
|
|
||||||
#: friendica/main.php:357
|
|
||||||
msgid "Show SQL-statements"
|
|
||||||
msgstr "Mostra i comandi SQL"
|
|
||||||
|
|
||||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||||
|
@ -303,6 +183,126 @@ msgstr "Sincronizzare questo calendario con l'iPhone"
|
||||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||||
msgstr "Sincronizzare i tuoi contatti di Friendica con l'iPhone"
|
msgstr "Sincronizzare i tuoi contatti di Friendica con l'iPhone"
|
||||||
|
|
||||||
|
#: friendica/main.php:202
|
||||||
|
msgid ""
|
||||||
|
"The current version of this plugin has not been set up correctly. Please "
|
||||||
|
"contact the system administrator of your installation of friendica to fix "
|
||||||
|
"this."
|
||||||
|
msgstr "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore."
|
||||||
|
|
||||||
|
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||||
|
msgid "Calendar"
|
||||||
|
msgstr "Calendario"
|
||||||
|
|
||||||
|
#: friendica/main.php:242
|
||||||
|
msgid "Extended calendar with CalDAV-support"
|
||||||
|
msgstr "Calendario esteso con supporto CalDAV"
|
||||||
|
|
||||||
|
#: friendica/main.php:279 friendica/main.php:280
|
||||||
|
msgid "noreply"
|
||||||
|
msgstr "nonrispondere"
|
||||||
|
|
||||||
|
#: friendica/main.php:282
|
||||||
|
msgid "Notification: "
|
||||||
|
msgstr "Notifica:"
|
||||||
|
|
||||||
|
#: friendica/main.php:309
|
||||||
|
msgid "The database tables have been installed."
|
||||||
|
msgstr "Le tabelle del database sono state installate."
|
||||||
|
|
||||||
|
#: friendica/main.php:310
|
||||||
|
msgid "An error occurred during the installation."
|
||||||
|
msgstr "Errore durante l'installazione."
|
||||||
|
|
||||||
|
#: friendica/main.php:316
|
||||||
|
msgid "The database tables have been updated."
|
||||||
|
msgstr "Le tabelle del database sono state aggiornate."
|
||||||
|
|
||||||
|
#: friendica/main.php:317
|
||||||
|
msgid "An error occurred during the update."
|
||||||
|
msgstr "Errore durante l'aggiornamento."
|
||||||
|
|
||||||
|
#: friendica/main.php:333
|
||||||
|
msgid "No system-wide settings yet."
|
||||||
|
msgstr "Nessun settaggio di sistema al momento."
|
||||||
|
|
||||||
|
#: friendica/main.php:336
|
||||||
|
msgid "Database status"
|
||||||
|
msgstr "Stato database"
|
||||||
|
|
||||||
|
#: friendica/main.php:339
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "Installato"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade needed"
|
||||||
|
msgstr "Aggiornamento richiesto"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid ""
|
||||||
|
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||||
|
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||||
|
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||||
|
" look at the database-queries that will be made when pressing the "
|
||||||
|
"'update'-button."
|
||||||
|
msgstr "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'."
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade"
|
||||||
|
msgstr "Aggiorna"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Not installed"
|
||||||
|
msgstr "Non installato"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Installa"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr "Sconosciuto"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid ""
|
||||||
|
"Something really went wrong. I cannot recover from this state automatically,"
|
||||||
|
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||||
|
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||||
|
" should be able to reinitialize the tables automatically."
|
||||||
|
msgstr "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente."
|
||||||
|
|
||||||
|
#: friendica/main.php:355
|
||||||
|
msgid "Troubleshooting"
|
||||||
|
msgstr "Risoluzione dei problemi"
|
||||||
|
|
||||||
|
#: friendica/main.php:356
|
||||||
|
msgid "Manual creation of the database tables:"
|
||||||
|
msgstr "Creazione manuale delle tabelle nel database:"
|
||||||
|
|
||||||
|
#: friendica/main.php:357
|
||||||
|
msgid "Show SQL-statements"
|
||||||
|
msgstr "Mostra i comandi SQL"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:206
|
||||||
|
msgid "Private Calendar"
|
||||||
|
msgstr "Calendario Privato"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:207
|
||||||
|
msgid "Friendica Events: Mine"
|
||||||
|
msgstr "Eventi Friendica: Miei"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:208
|
||||||
|
msgid "Friendica Events: Contacts"
|
||||||
|
msgstr "Eventi Friendica: Contatti"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:248
|
||||||
|
msgid "Private Addresses"
|
||||||
|
msgstr "Indirizzi Privati"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:249
|
||||||
|
msgid "Friendica Contacts"
|
||||||
|
msgstr "Contatti Friendica"
|
||||||
|
|
||||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||||
msgid "Could not open component for editing"
|
msgid "Could not open component for editing"
|
||||||
msgstr "Non posso aprire il componente per la modifica"
|
msgstr "Non posso aprire il componente per la modifica"
|
||||||
|
@ -555,9 +555,13 @@ msgstr "#name# sta per iniziare"
|
||||||
msgid "Saved"
|
msgid "Saved"
|
||||||
msgstr "Salvato"
|
msgstr "Salvato"
|
||||||
|
|
||||||
#: common/dav_carddav_backend_private.inc.php:46
|
#: common/wdcal_configuration.php:148
|
||||||
msgid "Private Addressbooks"
|
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||||
msgstr "Rubrica Privata"
|
msgstr "Formato data americano (mm/gg/AAAA)"
|
||||||
|
|
||||||
|
#: common/wdcal_configuration.php:243
|
||||||
|
msgid "German Time Format (dd.mm.YYYY)"
|
||||||
|
msgstr "Formato data europeo (gg.mm.AAAA)"
|
||||||
|
|
||||||
#: common/dav_caldav_backend_private.inc.php:39
|
#: common/dav_caldav_backend_private.inc.php:39
|
||||||
msgid "Private Events"
|
msgid "Private Events"
|
||||||
|
@ -569,10 +573,6 @@ msgstr "Eventi Privati"
|
||||||
msgid "No access"
|
msgid "No access"
|
||||||
msgstr "Nessun accesso"
|
msgstr "Nessun accesso"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:148
|
#: common/dav_carddav_backend_private.inc.php:46
|
||||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
msgid "Private Addressbooks"
|
||||||
msgstr "Formato data americano (mm/gg/AAAA)"
|
msgstr "Rubrica Privata"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:243
|
|
||||||
msgid "German Time Format (dd.mm.YYYY)"
|
|
||||||
msgstr "Formato data europeo (gg.mm.AAAA)"
|
|
||||||
|
|
|
@ -5,36 +5,9 @@ function string_plural_select_it($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Private Calendar"] = "Calendario Privato";
|
$a->strings["Friendica-Native events"] = "Friendica - Eventi nativi";
|
||||||
$a->strings["Friendica Events: Mine"] = "Eventi Friendica: Miei";
|
|
||||||
$a->strings["Friendica Events: Contacts"] = "Eventi Friendica: Contatti";
|
|
||||||
$a->strings["Private Addresses"] = "Indirizzi Privati";
|
|
||||||
$a->strings["Friendica Contacts"] = "Contatti Friendica";
|
|
||||||
$a->strings["Friendica-Contacts"] = "Friendica - Contatti";
|
$a->strings["Friendica-Contacts"] = "Friendica - Contatti";
|
||||||
$a->strings["Your Friendica-Contacts"] = "Il tuo Friendica - Contatti";
|
$a->strings["Your Friendica-Contacts"] = "Il tuo Friendica - Contatti";
|
||||||
$a->strings["Friendica-Native events"] = "Friendica - Eventi nativi";
|
|
||||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore.";
|
|
||||||
$a->strings["Calendar"] = "Calendario";
|
|
||||||
$a->strings["Extended calendar with CalDAV-support"] = "Calendario esteso con supporto CalDAV";
|
|
||||||
$a->strings["noreply"] = "nonrispondere";
|
|
||||||
$a->strings["Notification: "] = "Notifica:";
|
|
||||||
$a->strings["The database tables have been installed."] = "Le tabelle del database sono state installate.";
|
|
||||||
$a->strings["An error occurred during the installation."] = "Errore durante l'installazione.";
|
|
||||||
$a->strings["The database tables have been updated."] = "Le tabelle del database sono state aggiornate.";
|
|
||||||
$a->strings["An error occurred during the update."] = "Errore durante l'aggiornamento.";
|
|
||||||
$a->strings["No system-wide settings yet."] = "Nessun settaggio di sistema al momento.";
|
|
||||||
$a->strings["Database status"] = "Stato database";
|
|
||||||
$a->strings["Installed"] = "Installato";
|
|
||||||
$a->strings["Upgrade needed"] = "Aggiornamento richiesto";
|
|
||||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'.";
|
|
||||||
$a->strings["Upgrade"] = "Aggiorna";
|
|
||||||
$a->strings["Not installed"] = "Non installato";
|
|
||||||
$a->strings["Install"] = "Installa";
|
|
||||||
$a->strings["Unknown"] = "Sconosciuto";
|
|
||||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente.";
|
|
||||||
$a->strings["Troubleshooting"] = "Risoluzione dei problemi";
|
|
||||||
$a->strings["Manual creation of the database tables:"] = "Creazione manuale delle tabelle nel database:";
|
|
||||||
$a->strings["Show SQL-statements"] = "Mostra i comandi SQL";
|
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace. Forse qualche evento è stato comunque importato.";
|
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace. Forse qualche evento è stato comunque importato.";
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace.";
|
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace.";
|
||||||
$a->strings["The ICS-File has been imported."] = "Il file ICS è stato importato.";
|
$a->strings["The ICS-File has been imported."] = "Il file ICS è stato importato.";
|
||||||
|
@ -72,6 +45,33 @@ $a->strings["Warning"] = "Attenzione";
|
||||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizzazione (iPhone, Thunderbird Lightning, Android, ...)";
|
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizzazione (iPhone, Thunderbird Lightning, Android, ...)";
|
||||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizzare questo calendario con l'iPhone";
|
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizzare questo calendario con l'iPhone";
|
||||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizzare i tuoi contatti di Friendica con l'iPhone";
|
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizzare i tuoi contatti di Friendica con l'iPhone";
|
||||||
|
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore.";
|
||||||
|
$a->strings["Calendar"] = "Calendario";
|
||||||
|
$a->strings["Extended calendar with CalDAV-support"] = "Calendario esteso con supporto CalDAV";
|
||||||
|
$a->strings["noreply"] = "nonrispondere";
|
||||||
|
$a->strings["Notification: "] = "Notifica:";
|
||||||
|
$a->strings["The database tables have been installed."] = "Le tabelle del database sono state installate.";
|
||||||
|
$a->strings["An error occurred during the installation."] = "Errore durante l'installazione.";
|
||||||
|
$a->strings["The database tables have been updated."] = "Le tabelle del database sono state aggiornate.";
|
||||||
|
$a->strings["An error occurred during the update."] = "Errore durante l'aggiornamento.";
|
||||||
|
$a->strings["No system-wide settings yet."] = "Nessun settaggio di sistema al momento.";
|
||||||
|
$a->strings["Database status"] = "Stato database";
|
||||||
|
$a->strings["Installed"] = "Installato";
|
||||||
|
$a->strings["Upgrade needed"] = "Aggiornamento richiesto";
|
||||||
|
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'.";
|
||||||
|
$a->strings["Upgrade"] = "Aggiorna";
|
||||||
|
$a->strings["Not installed"] = "Non installato";
|
||||||
|
$a->strings["Install"] = "Installa";
|
||||||
|
$a->strings["Unknown"] = "Sconosciuto";
|
||||||
|
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente.";
|
||||||
|
$a->strings["Troubleshooting"] = "Risoluzione dei problemi";
|
||||||
|
$a->strings["Manual creation of the database tables:"] = "Creazione manuale delle tabelle nel database:";
|
||||||
|
$a->strings["Show SQL-statements"] = "Mostra i comandi SQL";
|
||||||
|
$a->strings["Private Calendar"] = "Calendario Privato";
|
||||||
|
$a->strings["Friendica Events: Mine"] = "Eventi Friendica: Miei";
|
||||||
|
$a->strings["Friendica Events: Contacts"] = "Eventi Friendica: Contatti";
|
||||||
|
$a->strings["Private Addresses"] = "Indirizzi Privati";
|
||||||
|
$a->strings["Friendica Contacts"] = "Contatti Friendica";
|
||||||
$a->strings["Could not open component for editing"] = "Non posso aprire il componente per la modifica";
|
$a->strings["Could not open component for editing"] = "Non posso aprire il componente per la modifica";
|
||||||
$a->strings["Event data"] = "Dettagli dell'evento";
|
$a->strings["Event data"] = "Dettagli dell'evento";
|
||||||
$a->strings["Special color"] = "Colore speciale";
|
$a->strings["Special color"] = "Colore speciale";
|
||||||
|
@ -134,8 +134,8 @@ $a->strings["Add a notification"] = "Aggiungi notifica";
|
||||||
$a->strings["The event #name# will start at #date"] = "L'evento #name# inizierà il #date";
|
$a->strings["The event #name# will start at #date"] = "L'evento #name# inizierà il #date";
|
||||||
$a->strings["#name# is about to begin."] = "#name# sta per iniziare";
|
$a->strings["#name# is about to begin."] = "#name# sta per iniziare";
|
||||||
$a->strings["Saved"] = "Salvato";
|
$a->strings["Saved"] = "Salvato";
|
||||||
$a->strings["Private Addressbooks"] = "Rubrica Privata";
|
|
||||||
$a->strings["Private Events"] = "Eventi Privati";
|
|
||||||
$a->strings["No access"] = "Nessun accesso";
|
|
||||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Formato data americano (mm/gg/AAAA)";
|
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Formato data americano (mm/gg/AAAA)";
|
||||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato data europeo (gg.mm.AAAA)";
|
$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato data europeo (gg.mm.AAAA)";
|
||||||
|
$a->strings["Private Events"] = "Eventi Privati";
|
||||||
|
$a->strings["No access"] = "Nessun accesso";
|
||||||
|
$a->strings["Private Addressbooks"] = "Rubrica Privata";
|
||||||
|
|
|
@ -8,7 +8,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:47+0000\n"
|
"PO-Revision-Date: 2014-07-08 11:47+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\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"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
|
@ -18,25 +18,9 @@ msgstr ""
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:206
|
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||||
msgid "Private Calendar"
|
msgid "Friendica-Native events"
|
||||||
msgstr "Calendar Privat"
|
msgstr "Evenimente Native-Friendica"
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:207
|
|
||||||
msgid "Friendica Events: Mine"
|
|
||||||
msgstr "Evenimente Friendica: ale Mele"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:208
|
|
||||||
msgid "Friendica Events: Contacts"
|
|
||||||
msgstr "Evenimente Friendica: Contacte"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:248
|
|
||||||
msgid "Private Addresses"
|
|
||||||
msgstr "Adresele Private"
|
|
||||||
|
|
||||||
#: friendica/calendar.friendica.fnk.php:249
|
|
||||||
msgid "Friendica Contacts"
|
|
||||||
msgstr "Contacte Friendica"
|
|
||||||
|
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||||
|
@ -47,110 +31,6 @@ msgstr "Contacte-Friendica"
|
||||||
msgid "Your Friendica-Contacts"
|
msgid "Your Friendica-Contacts"
|
||||||
msgstr "Contactele-Dvs-Friendica"
|
msgstr "Contactele-Dvs-Friendica"
|
||||||
|
|
||||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
|
||||||
msgid "Friendica-Native events"
|
|
||||||
msgstr "Evenimente Native-Friendica"
|
|
||||||
|
|
||||||
#: friendica/main.php:202
|
|
||||||
msgid ""
|
|
||||||
"The current version of this plugin has not been set up correctly. Please "
|
|
||||||
"contact the system administrator of your installation of friendica to fix "
|
|
||||||
"this."
|
|
||||||
msgstr "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație."
|
|
||||||
|
|
||||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
|
||||||
msgid "Calendar"
|
|
||||||
msgstr "Calendar"
|
|
||||||
|
|
||||||
#: friendica/main.php:242
|
|
||||||
msgid "Extended calendar with CalDAV-support"
|
|
||||||
msgstr "Calendar extins cu suport-CalDAV"
|
|
||||||
|
|
||||||
#: friendica/main.php:279 friendica/main.php:280
|
|
||||||
msgid "noreply"
|
|
||||||
msgstr "nu-răspunde"
|
|
||||||
|
|
||||||
#: friendica/main.php:282
|
|
||||||
msgid "Notification: "
|
|
||||||
msgstr "Notificare:"
|
|
||||||
|
|
||||||
#: friendica/main.php:309
|
|
||||||
msgid "The database tables have been installed."
|
|
||||||
msgstr "Tabelele bazei de date au fost instalate."
|
|
||||||
|
|
||||||
#: friendica/main.php:310
|
|
||||||
msgid "An error occurred during the installation."
|
|
||||||
msgstr "A apărut o eroare la instalare."
|
|
||||||
|
|
||||||
#: friendica/main.php:316
|
|
||||||
msgid "The database tables have been updated."
|
|
||||||
msgstr "Tabelele bazei de date au fost actualizate."
|
|
||||||
|
|
||||||
#: friendica/main.php:317
|
|
||||||
msgid "An error occurred during the update."
|
|
||||||
msgstr "A apărut o eroare în timpul actualizării."
|
|
||||||
|
|
||||||
#: friendica/main.php:333
|
|
||||||
msgid "No system-wide settings yet."
|
|
||||||
msgstr "Nu există încă configurări globale de sistem."
|
|
||||||
|
|
||||||
#: friendica/main.php:336
|
|
||||||
msgid "Database status"
|
|
||||||
msgstr "Status bază de date"
|
|
||||||
|
|
||||||
#: friendica/main.php:339
|
|
||||||
msgid "Installed"
|
|
||||||
msgstr "Instalat"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade needed"
|
|
||||||
msgstr "Necesită actualizare"
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid ""
|
|
||||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
|
||||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
|
||||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
|
||||||
" look at the database-queries that will be made when pressing the "
|
|
||||||
"'update'-button."
|
|
||||||
msgstr "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'."
|
|
||||||
|
|
||||||
#: friendica/main.php:343
|
|
||||||
msgid "Upgrade"
|
|
||||||
msgstr "Actualizare"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Not installed"
|
|
||||||
msgstr "Nu este instalat"
|
|
||||||
|
|
||||||
#: friendica/main.php:346
|
|
||||||
msgid "Install"
|
|
||||||
msgstr "Instalați"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid "Unknown"
|
|
||||||
msgstr "Necunoscut"
|
|
||||||
|
|
||||||
#: friendica/main.php:350
|
|
||||||
msgid ""
|
|
||||||
"Something really went wrong. I cannot recover from this state automatically,"
|
|
||||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
|
||||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
|
||||||
" should be able to reinitialize the tables automatically."
|
|
||||||
msgstr "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat."
|
|
||||||
|
|
||||||
#: friendica/main.php:355
|
|
||||||
msgid "Troubleshooting"
|
|
||||||
msgstr "Rezolvarea problemelor"
|
|
||||||
|
|
||||||
#: friendica/main.php:356
|
|
||||||
msgid "Manual creation of the database tables:"
|
|
||||||
msgstr "Crearea manuală a tabelelor bazei de date:"
|
|
||||||
|
|
||||||
#: friendica/main.php:357
|
|
||||||
msgid "Show SQL-statements"
|
|
||||||
msgstr "Afișare declarații-SQL"
|
|
||||||
|
|
||||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||||
msgid ""
|
msgid ""
|
||||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||||
|
@ -302,6 +182,126 @@ msgstr "Sincronizați acest calendar cu iPhone"
|
||||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||||
msgstr "Sincronizați contactele Friendica cu iPhone"
|
msgstr "Sincronizați contactele Friendica cu iPhone"
|
||||||
|
|
||||||
|
#: friendica/main.php:202
|
||||||
|
msgid ""
|
||||||
|
"The current version of this plugin has not been set up correctly. Please "
|
||||||
|
"contact the system administrator of your installation of friendica to fix "
|
||||||
|
"this."
|
||||||
|
msgstr "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație."
|
||||||
|
|
||||||
|
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||||
|
msgid "Calendar"
|
||||||
|
msgstr "Calendar"
|
||||||
|
|
||||||
|
#: friendica/main.php:242
|
||||||
|
msgid "Extended calendar with CalDAV-support"
|
||||||
|
msgstr "Calendar extins cu suport-CalDAV"
|
||||||
|
|
||||||
|
#: friendica/main.php:279 friendica/main.php:280
|
||||||
|
msgid "noreply"
|
||||||
|
msgstr "nu-răspunde"
|
||||||
|
|
||||||
|
#: friendica/main.php:282
|
||||||
|
msgid "Notification: "
|
||||||
|
msgstr "Notificare:"
|
||||||
|
|
||||||
|
#: friendica/main.php:309
|
||||||
|
msgid "The database tables have been installed."
|
||||||
|
msgstr "Tabelele bazei de date au fost instalate."
|
||||||
|
|
||||||
|
#: friendica/main.php:310
|
||||||
|
msgid "An error occurred during the installation."
|
||||||
|
msgstr "A apărut o eroare la instalare."
|
||||||
|
|
||||||
|
#: friendica/main.php:316
|
||||||
|
msgid "The database tables have been updated."
|
||||||
|
msgstr "Tabelele bazei de date au fost actualizate."
|
||||||
|
|
||||||
|
#: friendica/main.php:317
|
||||||
|
msgid "An error occurred during the update."
|
||||||
|
msgstr "A apărut o eroare în timpul actualizării."
|
||||||
|
|
||||||
|
#: friendica/main.php:333
|
||||||
|
msgid "No system-wide settings yet."
|
||||||
|
msgstr "Nu există încă configurări globale de sistem."
|
||||||
|
|
||||||
|
#: friendica/main.php:336
|
||||||
|
msgid "Database status"
|
||||||
|
msgstr "Status bază de date"
|
||||||
|
|
||||||
|
#: friendica/main.php:339
|
||||||
|
msgid "Installed"
|
||||||
|
msgstr "Instalat"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade needed"
|
||||||
|
msgstr "Necesită actualizare"
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid ""
|
||||||
|
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||||
|
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||||
|
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||||
|
" look at the database-queries that will be made when pressing the "
|
||||||
|
"'update'-button."
|
||||||
|
msgstr "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'."
|
||||||
|
|
||||||
|
#: friendica/main.php:343
|
||||||
|
msgid "Upgrade"
|
||||||
|
msgstr "Actualizare"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Not installed"
|
||||||
|
msgstr "Nu este instalat"
|
||||||
|
|
||||||
|
#: friendica/main.php:346
|
||||||
|
msgid "Install"
|
||||||
|
msgstr "Instalați"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr "Necunoscut"
|
||||||
|
|
||||||
|
#: friendica/main.php:350
|
||||||
|
msgid ""
|
||||||
|
"Something really went wrong. I cannot recover from this state automatically,"
|
||||||
|
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||||
|
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||||
|
" should be able to reinitialize the tables automatically."
|
||||||
|
msgstr "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat."
|
||||||
|
|
||||||
|
#: friendica/main.php:355
|
||||||
|
msgid "Troubleshooting"
|
||||||
|
msgstr "Rezolvarea problemelor"
|
||||||
|
|
||||||
|
#: friendica/main.php:356
|
||||||
|
msgid "Manual creation of the database tables:"
|
||||||
|
msgstr "Crearea manuală a tabelelor bazei de date:"
|
||||||
|
|
||||||
|
#: friendica/main.php:357
|
||||||
|
msgid "Show SQL-statements"
|
||||||
|
msgstr "Afișare declarații-SQL"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:206
|
||||||
|
msgid "Private Calendar"
|
||||||
|
msgstr "Calendar Privat"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:207
|
||||||
|
msgid "Friendica Events: Mine"
|
||||||
|
msgstr "Evenimente Friendica: ale Mele"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:208
|
||||||
|
msgid "Friendica Events: Contacts"
|
||||||
|
msgstr "Evenimente Friendica: Contacte"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:248
|
||||||
|
msgid "Private Addresses"
|
||||||
|
msgstr "Adresele Private"
|
||||||
|
|
||||||
|
#: friendica/calendar.friendica.fnk.php:249
|
||||||
|
msgid "Friendica Contacts"
|
||||||
|
msgstr "Contacte Friendica"
|
||||||
|
|
||||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||||
msgid "Could not open component for editing"
|
msgid "Could not open component for editing"
|
||||||
msgstr "Nu s-a putut deschide componenta pentru editare"
|
msgstr "Nu s-a putut deschide componenta pentru editare"
|
||||||
|
@ -554,9 +554,13 @@ msgstr "#Nume# este pe cale să înceapă."
|
||||||
msgid "Saved"
|
msgid "Saved"
|
||||||
msgstr "Salvat"
|
msgstr "Salvat"
|
||||||
|
|
||||||
#: common/dav_carddav_backend_private.inc.php:46
|
#: common/wdcal_configuration.php:148
|
||||||
msgid "Private Addressbooks"
|
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||||
msgstr "Agende Private"
|
msgstr "Format Dată S.U.A. (mm/dd/YYYY)"
|
||||||
|
|
||||||
|
#: common/wdcal_configuration.php:243
|
||||||
|
msgid "German Time Format (dd.mm.YYYY)"
|
||||||
|
msgstr "Format Dată Germania (dd.mm.YYYY)"
|
||||||
|
|
||||||
#: common/dav_caldav_backend_private.inc.php:39
|
#: common/dav_caldav_backend_private.inc.php:39
|
||||||
msgid "Private Events"
|
msgid "Private Events"
|
||||||
|
@ -568,10 +572,6 @@ msgstr "Evenimente Private"
|
||||||
msgid "No access"
|
msgid "No access"
|
||||||
msgstr "Nu aveți acces"
|
msgstr "Nu aveți acces"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:148
|
#: common/dav_carddav_backend_private.inc.php:46
|
||||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
msgid "Private Addressbooks"
|
||||||
msgstr "Format Dată S.U.A. (mm/dd/YYYY)"
|
msgstr "Agende Private"
|
||||||
|
|
||||||
#: common/wdcal_configuration.php:243
|
|
||||||
msgid "German Time Format (dd.mm.YYYY)"
|
|
||||||
msgstr "Format Dată Germania (dd.mm.YYYY)"
|
|
||||||
|
|
|
@ -5,36 +5,9 @@ function string_plural_select_ro($n){
|
||||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Private Calendar"] = "Calendar Privat";
|
$a->strings["Friendica-Native events"] = "Evenimente Native-Friendica";
|
||||||
$a->strings["Friendica Events: Mine"] = "Evenimente Friendica: ale Mele";
|
|
||||||
$a->strings["Friendica Events: Contacts"] = "Evenimente Friendica: Contacte";
|
|
||||||
$a->strings["Private Addresses"] = "Adresele Private";
|
|
||||||
$a->strings["Friendica Contacts"] = "Contacte Friendica";
|
|
||||||
$a->strings["Friendica-Contacts"] = "Contacte-Friendica";
|
$a->strings["Friendica-Contacts"] = "Contacte-Friendica";
|
||||||
$a->strings["Your Friendica-Contacts"] = "Contactele-Dvs-Friendica";
|
$a->strings["Your Friendica-Contacts"] = "Contactele-Dvs-Friendica";
|
||||||
$a->strings["Friendica-Native events"] = "Evenimente Native-Friendica";
|
|
||||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație.";
|
|
||||||
$a->strings["Calendar"] = "Calendar";
|
|
||||||
$a->strings["Extended calendar with CalDAV-support"] = "Calendar extins cu suport-CalDAV";
|
|
||||||
$a->strings["noreply"] = "nu-răspunde";
|
|
||||||
$a->strings["Notification: "] = "Notificare:";
|
|
||||||
$a->strings["The database tables have been installed."] = "Tabelele bazei de date au fost instalate.";
|
|
||||||
$a->strings["An error occurred during the installation."] = "A apărut o eroare la instalare.";
|
|
||||||
$a->strings["The database tables have been updated."] = "Tabelele bazei de date au fost actualizate.";
|
|
||||||
$a->strings["An error occurred during the update."] = "A apărut o eroare în timpul actualizării.";
|
|
||||||
$a->strings["No system-wide settings yet."] = "Nu există încă configurări globale de sistem.";
|
|
||||||
$a->strings["Database status"] = "Status bază de date";
|
|
||||||
$a->strings["Installed"] = "Instalat";
|
|
||||||
$a->strings["Upgrade needed"] = "Necesită actualizare";
|
|
||||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'.";
|
|
||||||
$a->strings["Upgrade"] = "Actualizare";
|
|
||||||
$a->strings["Not installed"] = "Nu este instalat";
|
|
||||||
$a->strings["Install"] = "Instalați";
|
|
||||||
$a->strings["Unknown"] = "Necunoscut";
|
|
||||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat.";
|
|
||||||
$a->strings["Troubleshooting"] = "Rezolvarea problemelor";
|
|
||||||
$a->strings["Manual creation of the database tables:"] = "Crearea manuală a tabelelor bazei de date:";
|
|
||||||
$a->strings["Show SQL-statements"] = "Afișare declarații-SQL";
|
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum.";
|
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum.";
|
||||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău.";
|
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău.";
|
||||||
$a->strings["The ICS-File has been imported."] = "Fișierul-ICS a fost importat.";
|
$a->strings["The ICS-File has been imported."] = "Fișierul-ICS a fost importat.";
|
||||||
|
@ -72,6 +45,33 @@ $a->strings["Warning"] = "Atenție";
|
||||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)";
|
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)";
|
||||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizați acest calendar cu iPhone";
|
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizați acest calendar cu iPhone";
|
||||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizați contactele Friendica cu iPhone";
|
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizați contactele Friendica cu iPhone";
|
||||||
|
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație.";
|
||||||
|
$a->strings["Calendar"] = "Calendar";
|
||||||
|
$a->strings["Extended calendar with CalDAV-support"] = "Calendar extins cu suport-CalDAV";
|
||||||
|
$a->strings["noreply"] = "nu-răspunde";
|
||||||
|
$a->strings["Notification: "] = "Notificare:";
|
||||||
|
$a->strings["The database tables have been installed."] = "Tabelele bazei de date au fost instalate.";
|
||||||
|
$a->strings["An error occurred during the installation."] = "A apărut o eroare la instalare.";
|
||||||
|
$a->strings["The database tables have been updated."] = "Tabelele bazei de date au fost actualizate.";
|
||||||
|
$a->strings["An error occurred during the update."] = "A apărut o eroare în timpul actualizării.";
|
||||||
|
$a->strings["No system-wide settings yet."] = "Nu există încă configurări globale de sistem.";
|
||||||
|
$a->strings["Database status"] = "Status bază de date";
|
||||||
|
$a->strings["Installed"] = "Instalat";
|
||||||
|
$a->strings["Upgrade needed"] = "Necesită actualizare";
|
||||||
|
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'.";
|
||||||
|
$a->strings["Upgrade"] = "Actualizare";
|
||||||
|
$a->strings["Not installed"] = "Nu este instalat";
|
||||||
|
$a->strings["Install"] = "Instalați";
|
||||||
|
$a->strings["Unknown"] = "Necunoscut";
|
||||||
|
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat.";
|
||||||
|
$a->strings["Troubleshooting"] = "Rezolvarea problemelor";
|
||||||
|
$a->strings["Manual creation of the database tables:"] = "Crearea manuală a tabelelor bazei de date:";
|
||||||
|
$a->strings["Show SQL-statements"] = "Afișare declarații-SQL";
|
||||||
|
$a->strings["Private Calendar"] = "Calendar Privat";
|
||||||
|
$a->strings["Friendica Events: Mine"] = "Evenimente Friendica: ale Mele";
|
||||||
|
$a->strings["Friendica Events: Contacts"] = "Evenimente Friendica: Contacte";
|
||||||
|
$a->strings["Private Addresses"] = "Adresele Private";
|
||||||
|
$a->strings["Friendica Contacts"] = "Contacte Friendica";
|
||||||
$a->strings["Could not open component for editing"] = "Nu s-a putut deschide componenta pentru editare";
|
$a->strings["Could not open component for editing"] = "Nu s-a putut deschide componenta pentru editare";
|
||||||
$a->strings["Event data"] = "Dată eveniment";
|
$a->strings["Event data"] = "Dată eveniment";
|
||||||
$a->strings["Special color"] = "Culoare specială";
|
$a->strings["Special color"] = "Culoare specială";
|
||||||
|
@ -134,8 +134,8 @@ $a->strings["Add a notification"] = "Adăugați o notificare";
|
||||||
$a->strings["The event #name# will start at #date"] = "Evenimentul #nume# va începe la #data";
|
$a->strings["The event #name# will start at #date"] = "Evenimentul #nume# va începe la #data";
|
||||||
$a->strings["#name# is about to begin."] = "#Nume# este pe cale să înceapă.";
|
$a->strings["#name# is about to begin."] = "#Nume# este pe cale să înceapă.";
|
||||||
$a->strings["Saved"] = "Salvat";
|
$a->strings["Saved"] = "Salvat";
|
||||||
$a->strings["Private Addressbooks"] = "Agende Private";
|
|
||||||
$a->strings["Private Events"] = "Evenimente Private";
|
|
||||||
$a->strings["No access"] = "Nu aveți acces";
|
|
||||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Format Dată S.U.A. (mm/dd/YYYY)";
|
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Format Dată S.U.A. (mm/dd/YYYY)";
|
||||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Format Dată Germania (dd.mm.YYYY)";
|
$a->strings["German Time Format (dd.mm.YYYY)"] = "Format Dată Germania (dd.mm.YYYY)";
|
||||||
|
$a->strings["Private Events"] = "Evenimente Private";
|
||||||
|
$a->strings["No access"] = "Nu aveți acces";
|
||||||
|
$a->strings["Private Addressbooks"] = "Agende Private";
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
# ADDON diaspora
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica diaspora addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 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: 2015-02-04 19:15+0000\n"
|
||||||
|
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n"
|
||||||
|
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#: diaspora.php:37
|
||||||
|
msgid "Post to Diaspora"
|
||||||
|
msgstr "Publier sur Diaspora"
|
||||||
|
|
||||||
|
#: diaspora.php:142
|
||||||
|
msgid ""
|
||||||
|
"Can't login to your Diaspora account. Please check username and password and"
|
||||||
|
" ensure you used the complete address (including http...)"
|
||||||
|
msgstr "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial)."
|
||||||
|
|
||||||
|
#: diaspora.php:149 diaspora.php:153
|
||||||
|
msgid "Diaspora Export"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: diaspora.php:163
|
||||||
|
msgid "Enable Diaspora Post Plugin"
|
||||||
|
msgstr "Activer l’extension « Publier sur Diaspora »"
|
||||||
|
|
||||||
|
#: diaspora.php:168
|
||||||
|
msgid "Diaspora username"
|
||||||
|
msgstr "Identifiant Diaspora"
|
||||||
|
|
||||||
|
#: diaspora.php:173
|
||||||
|
msgid "Diaspora password"
|
||||||
|
msgstr "Mot de passe Diaspora"
|
||||||
|
|
||||||
|
#: diaspora.php:178
|
||||||
|
msgid "Diaspora site URL"
|
||||||
|
msgstr "Adresse du site Diaspora"
|
||||||
|
|
||||||
|
#: diaspora.php:183
|
||||||
|
msgid "Post to Diaspora by default"
|
||||||
|
msgstr "Publier sur Diaspora par défaut"
|
||||||
|
|
||||||
|
#: diaspora.php:189
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Sauvegarder les paramètres"
|
||||||
|
|
||||||
|
#: diaspora.php:324
|
||||||
|
msgid "Diaspora post failed. Queued for retry."
|
||||||
|
msgstr "Échec de la publication sur Diaspora. Une nouvelle tentative est planifiée."
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
|
function string_plural_select_fr($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Post to Diaspora"] = "Publier sur Diaspora";
|
||||||
|
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial).";
|
||||||
|
$a->strings["Diaspora Export"] = "";
|
||||||
|
$a->strings["Enable Diaspora Post Plugin"] = "Activer l’extension « Publier sur Diaspora »";
|
||||||
|
$a->strings["Diaspora username"] = "Identifiant Diaspora";
|
||||||
|
$a->strings["Diaspora password"] = "Mot de passe Diaspora";
|
||||||
|
$a->strings["Diaspora site URL"] = "Adresse du site Diaspora";
|
||||||
|
$a->strings["Post to Diaspora by default"] = "Publier sur Diaspora par défaut";
|
||||||
|
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||||
|
$a->strings["Diaspora post failed. Queued for retry."] = "Échec de la publication sur Diaspora. Une nouvelle tentative est planifiée.";
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:44+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:40+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -23,26 +23,26 @@ msgstr ""
|
||||||
msgid "Post to Dreamwidth"
|
msgid "Post to Dreamwidth"
|
||||||
msgstr "Poslat na Dreamwidth"
|
msgstr "Poslat na Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:70 dwpost.php:74
|
#: dwpost.php:70
|
||||||
msgid "Dreamwidth Export"
|
msgid "Dreamwidth Post Settings"
|
||||||
msgstr "Dreamwidth export"
|
msgstr "Dreamwidth nastavení příspěvků"
|
||||||
|
|
||||||
#: dwpost.php:78
|
#: dwpost.php:72
|
||||||
msgid "Enable dreamwidth Post Plugin"
|
msgid "Enable dreamwidth Post Plugin"
|
||||||
msgstr "Povolit dreamwidth Plugin"
|
msgstr "Povolit dreamwidth Plugin"
|
||||||
|
|
||||||
#: dwpost.php:83
|
#: dwpost.php:77
|
||||||
msgid "dreamwidth username"
|
msgid "dreamwidth username"
|
||||||
msgstr "dreamwidth uživatelské jméno"
|
msgstr "dreamwidth uživatelské jméno"
|
||||||
|
|
||||||
#: dwpost.php:88
|
#: dwpost.php:82
|
||||||
msgid "dreamwidth password"
|
msgid "dreamwidth password"
|
||||||
msgstr "dreamwidth heslo"
|
msgstr "dreamwidth heslo"
|
||||||
|
|
||||||
#: dwpost.php:93
|
#: dwpost.php:87
|
||||||
msgid "Post to dreamwidth by default"
|
msgid "Post to dreamwidth by default"
|
||||||
msgstr "Defaultně umístit na dreamwidth"
|
msgstr "Defaultně umístit na dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:99
|
#: dwpost.php:93
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_cs($n){
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
|
$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
|
||||||
$a->strings["Dreamwidth Export"] = "Dreamwidth export";
|
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth nastavení příspěvků";
|
||||||
$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
|
$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
|
||||||
$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
|
$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
|
||||||
$a->strings["dreamwidth password"] = "dreamwidth heslo";
|
$a->strings["dreamwidth password"] = "dreamwidth heslo";
|
||||||
$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
|
$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-10 05:48+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:18+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -23,26 +24,26 @@ msgstr ""
|
||||||
msgid "Post to Dreamwidth"
|
msgid "Post to Dreamwidth"
|
||||||
msgstr "In Dreamwidth veröffentlichen"
|
msgstr "In Dreamwidth veröffentlichen"
|
||||||
|
|
||||||
#: dwpost.php:70 dwpost.php:74
|
#: dwpost.php:70
|
||||||
msgid "Dreamwidth Export"
|
msgid "Dreamwidth Post Settings"
|
||||||
msgstr "Dreamwidth Passwort"
|
msgstr "Dreamwidth Veröffentlichungs-Einstellungen"
|
||||||
|
|
||||||
#: dwpost.php:78
|
#: dwpost.php:72
|
||||||
msgid "Enable dreamwidth Post Plugin"
|
msgid "Enable dreamwidth Post Plugin"
|
||||||
msgstr "Dreamwidth Post Plugin aktivieren"
|
msgstr "Dreamwidth Post Plugin aktivieren"
|
||||||
|
|
||||||
#: dwpost.php:83
|
#: dwpost.php:77
|
||||||
msgid "dreamwidth username"
|
msgid "dreamwidth username"
|
||||||
msgstr "Dreamwidth Benutzername"
|
msgstr "Dreamwidth Benutzername"
|
||||||
|
|
||||||
#: dwpost.php:88
|
#: dwpost.php:82
|
||||||
msgid "dreamwidth password"
|
msgid "dreamwidth password"
|
||||||
msgstr "Dreamwidth Passwort"
|
msgstr "Dreamwidth Passwort"
|
||||||
|
|
||||||
#: dwpost.php:93
|
#: dwpost.php:87
|
||||||
msgid "Post to dreamwidth by default"
|
msgid "Post to dreamwidth by default"
|
||||||
msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
|
msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
|
||||||
|
|
||||||
#: dwpost.php:99
|
#: dwpost.php:93
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_de($n){
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
|
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
|
||||||
$a->strings["Dreamwidth Export"] = "Dreamwidth Passwort";
|
$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Veröffentlichungs-Einstellungen";
|
||||||
$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
|
$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
|
||||||
$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
|
$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
|
||||||
$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
|
$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
|
||||||
$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
|
$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 11:57+0000\n"
|
"PO-Revision-Date: 2014-10-22 07:54+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -23,26 +23,26 @@ msgstr ""
|
||||||
msgid "Post to Dreamwidth"
|
msgid "Post to Dreamwidth"
|
||||||
msgstr "Posta su Dreamwidth"
|
msgstr "Posta su Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:70 dwpost.php:74
|
#: dwpost.php:70
|
||||||
msgid "Dreamwidth Export"
|
msgid "Dreamwidth Post Settings"
|
||||||
msgstr "Esporta Dreamwidth"
|
msgstr "Impostazioni di invio a Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:78
|
#: dwpost.php:72
|
||||||
msgid "Enable dreamwidth Post Plugin"
|
msgid "Enable dreamwidth Post Plugin"
|
||||||
msgstr "Abilita il plugin di invio a Dreamwidth"
|
msgstr "Abilita il plugin di invio a Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:83
|
#: dwpost.php:77
|
||||||
msgid "dreamwidth username"
|
msgid "dreamwidth username"
|
||||||
msgstr "Nome utente Dreamwidth"
|
msgstr "Nome utente Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:88
|
#: dwpost.php:82
|
||||||
msgid "dreamwidth password"
|
msgid "dreamwidth password"
|
||||||
msgstr "password Dreamwidth"
|
msgstr "password Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:93
|
#: dwpost.php:87
|
||||||
msgid "Post to dreamwidth by default"
|
msgid "Post to dreamwidth by default"
|
||||||
msgstr "Invia sempre a Dreamwidth"
|
msgstr "Invia sempre a Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:99
|
#: dwpost.php:93
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr "Invia"
|
||||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_it($n){
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
|
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
|
||||||
$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
|
$a->strings["Dreamwidth Post Settings"] = "Impostazioni di invio a Dreamwidth";
|
||||||
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin di invio a Dreamwidth";
|
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin di invio a Dreamwidth";
|
||||||
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
||||||
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
||||||
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
|
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "Invia";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:48+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:20+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,26 +23,26 @@ msgstr ""
|
||||||
msgid "Post to Dreamwidth"
|
msgid "Post to Dreamwidth"
|
||||||
msgstr "Postați pe Dreamwidth"
|
msgstr "Postați pe Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:70 dwpost.php:74
|
#: dwpost.php:70
|
||||||
msgid "Dreamwidth Export"
|
msgid "Dreamwidth Post Settings"
|
||||||
msgstr "Exportare pe Dreamwidth "
|
msgstr "Configurări Postări Dreamwidth "
|
||||||
|
|
||||||
#: dwpost.php:78
|
#: dwpost.php:72
|
||||||
msgid "Enable dreamwidth Post Plugin"
|
msgid "Enable dreamwidth Post Plugin"
|
||||||
msgstr "Activare Modul Postare pe Dreamwidth"
|
msgstr "Activare Modul Postare pe Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:83
|
#: dwpost.php:77
|
||||||
msgid "dreamwidth username"
|
msgid "dreamwidth username"
|
||||||
msgstr "Utilizator Dreamwidth"
|
msgstr "Utilizator Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:88
|
#: dwpost.php:82
|
||||||
msgid "dreamwidth password"
|
msgid "dreamwidth password"
|
||||||
msgstr "Parola Dreamwidth "
|
msgstr "Parola Dreamwidth "
|
||||||
|
|
||||||
#: dwpost.php:93
|
#: dwpost.php:87
|
||||||
msgid "Post to dreamwidth by default"
|
msgid "Post to dreamwidth by default"
|
||||||
msgstr "Postați implicit pe Dreamwidth"
|
msgstr "Postați implicit pe Dreamwidth"
|
||||||
|
|
||||||
#: dwpost.php:99
|
#: dwpost.php:93
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_ro($n){
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth";
|
$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth";
|
||||||
$a->strings["Dreamwidth Export"] = "Exportare pe Dreamwidth ";
|
$a->strings["Dreamwidth Post Settings"] = "Configurări Postări Dreamwidth ";
|
||||||
$a->strings["Enable dreamwidth Post Plugin"] = "Activare Modul Postare pe Dreamwidth";
|
$a->strings["Enable dreamwidth Post Plugin"] = "Activare Modul Postare pe Dreamwidth";
|
||||||
$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
|
$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
|
||||||
$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
|
$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
|
||||||
$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
|
$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:45+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:40+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -32,5 +32,5 @@ msgid "Disable richtext status editor"
|
||||||
msgstr "Zakázat richtext status editor"
|
msgstr "Zakázat richtext status editor"
|
||||||
|
|
||||||
#: editplain.php:84
|
#: editplain.php:84
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_cs($n){
|
||||||
$a->strings["Editplain settings updated."] = "Editplain nastavení aktualizováno";
|
$a->strings["Editplain settings updated."] = "Editplain nastavení aktualizováno";
|
||||||
$a->strings["Editplain Settings"] = "Editplain nastavení";
|
$a->strings["Editplain Settings"] = "Editplain nastavení";
|
||||||
$a->strings["Disable richtext status editor"] = "Zakázat richtext status editor";
|
$a->strings["Disable richtext status editor"] = "Zakázat richtext status editor";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-06-27 08:47+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:19+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -32,5 +33,5 @@ msgid "Disable richtext status editor"
|
||||||
msgstr "Web-Editor für Beiträge deakivieren"
|
msgstr "Web-Editor für Beiträge deakivieren"
|
||||||
|
|
||||||
#: editplain.php:84
|
#: editplain.php:84
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_de($n){
|
||||||
$a->strings["Editplain settings updated."] = "Editplain Einstellungen gespeichert.";
|
$a->strings["Editplain settings updated."] = "Editplain Einstellungen gespeichert.";
|
||||||
$a->strings["Editplain Settings"] = "Editplain Einstellungen";
|
$a->strings["Editplain Settings"] = "Editplain Einstellungen";
|
||||||
$a->strings["Disable richtext status editor"] = "Web-Editor für Beiträge deakivieren";
|
$a->strings["Disable richtext status editor"] = "Web-Editor für Beiträge deakivieren";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 12:02+0000\n"
|
"PO-Revision-Date: 2014-10-22 07:54+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -32,5 +32,5 @@ msgid "Disable richtext status editor"
|
||||||
msgstr "Disabilita l'editor di testo visuale"
|
msgstr "Disabilita l'editor di testo visuale"
|
||||||
|
|
||||||
#: editplain.php:84
|
#: editplain.php:84
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr "Invia"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_it($n){
|
||||||
$a->strings["Editplain settings updated."] = "Impostazioni 'Editplain' aggiornate.";
|
$a->strings["Editplain settings updated."] = "Impostazioni 'Editplain' aggiornate.";
|
||||||
$a->strings["Editplain Settings"] = "Impostazioni Editplain";
|
$a->strings["Editplain Settings"] = "Impostazioni Editplain";
|
||||||
$a->strings["Disable richtext status editor"] = "Disabilita l'editor di testo visuale";
|
$a->strings["Disable richtext status editor"] = "Disabilita l'editor di testo visuale";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "Invia";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:49+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:13+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,5 +32,5 @@ msgid "Disable richtext status editor"
|
||||||
msgstr "Dezactivare editorul status de text îmbogățit"
|
msgstr "Dezactivare editorul status de text îmbogățit"
|
||||||
|
|
||||||
#: editplain.php:84
|
#: editplain.php:84
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_ro($n){
|
||||||
$a->strings["Editplain settings updated."] = "Configurările Editplain au fost actualizate.";
|
$a->strings["Editplain settings updated."] = "Configurările Editplain au fost actualizate.";
|
||||||
$a->strings["Editplain Settings"] = "Configurări Editplain";
|
$a->strings["Editplain Settings"] = "Configurări Editplain";
|
||||||
$a->strings["Disable richtext status editor"] = "Dezactivare editorul status de text îmbogățit";
|
$a->strings["Disable richtext status editor"] = "Dezactivare editorul status de text îmbogățit";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:45+0000\n"
|
"PO-Revision-Date: 2014-07-07 18:45+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-11 06:00+0000\n"
|
"PO-Revision-Date: 2014-07-11 06:00+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 12:04+0000\n"
|
"PO-Revision-Date: 2014-09-10 12:04+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:49+0000\n"
|
"PO-Revision-Date: 2014-07-08 11:49+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\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"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 18:47+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:40+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -39,22 +39,22 @@ msgstr "Fóra:"
|
||||||
msgid "Forumlist settings updated."
|
msgid "Forumlist settings updated."
|
||||||
msgstr "Nastavení Forumlist aktualizováno."
|
msgstr "Nastavení Forumlist aktualizováno."
|
||||||
|
|
||||||
#: forumlist.php:161 forumlist.php:165
|
#: forumlist.php:162
|
||||||
msgid "Forumlist"
|
msgid "Forumlist Settings"
|
||||||
msgstr "Forumlist"
|
msgstr "Nastavení Forumlist"
|
||||||
|
|
||||||
#: forumlist.php:169
|
#: forumlist.php:164
|
||||||
msgid "Randomise forum list"
|
msgid "Randomise forum list"
|
||||||
msgstr "Zamíchat lis fór"
|
msgstr "Zamíchat lis fór"
|
||||||
|
|
||||||
#: forumlist.php:172
|
#: forumlist.php:167
|
||||||
msgid "Show forums on profile page"
|
msgid "Show forums on profile page"
|
||||||
msgstr "Zobrazit fóra na profilové stránce"
|
msgstr "Zobrazit fóra na profilové stránce"
|
||||||
|
|
||||||
#: forumlist.php:175
|
#: forumlist.php:170
|
||||||
msgid "Show forums on network page"
|
msgid "Show forums on network page"
|
||||||
msgstr "Zobrazit fóra na stránce Síť"
|
msgstr "Zobrazit fóra na stránce Síť"
|
||||||
|
|
||||||
#: forumlist.php:183
|
#: forumlist.php:178
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -10,8 +10,8 @@ $a->strings["show/hide"] = "zobrazit/skrýt";
|
||||||
$a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
|
$a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
|
||||||
$a->strings["Forums:"] = "Fóra:";
|
$a->strings["Forums:"] = "Fóra:";
|
||||||
$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
|
$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
|
||||||
$a->strings["Forumlist"] = "Forumlist";
|
$a->strings["Forumlist Settings"] = "Nastavení Forumlist";
|
||||||
$a->strings["Randomise forum list"] = "Zamíchat lis fór";
|
$a->strings["Randomise forum list"] = "Zamíchat lis fór";
|
||||||
$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
|
$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
|
||||||
$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
|
$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-11 05:35+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:28+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -39,22 +40,22 @@ msgstr "Foren:"
|
||||||
msgid "Forumlist settings updated."
|
msgid "Forumlist settings updated."
|
||||||
msgstr "Einstellungen zur Foren-Liste aktualisiert."
|
msgstr "Einstellungen zur Foren-Liste aktualisiert."
|
||||||
|
|
||||||
#: forumlist.php:161 forumlist.php:165
|
#: forumlist.php:162
|
||||||
msgid "Forumlist"
|
msgid "Forumlist Settings"
|
||||||
msgstr "Foren-Liste"
|
msgstr "Foren-Liste Einstellungen"
|
||||||
|
|
||||||
#: forumlist.php:169
|
#: forumlist.php:164
|
||||||
msgid "Randomise forum list"
|
msgid "Randomise forum list"
|
||||||
msgstr "Zufällige Zusammenstellung der Foren-Liste"
|
msgstr "Zufällige Zusammenstellung der Foren-Liste"
|
||||||
|
|
||||||
#: forumlist.php:172
|
#: forumlist.php:167
|
||||||
msgid "Show forums on profile page"
|
msgid "Show forums on profile page"
|
||||||
msgstr "Zeige die Liste der Foren auf der Profilseite"
|
msgstr "Zeige die Liste der Foren auf der Profilseite"
|
||||||
|
|
||||||
#: forumlist.php:175
|
#: forumlist.php:170
|
||||||
msgid "Show forums on network page"
|
msgid "Show forums on network page"
|
||||||
msgstr "Zeige Foren auf der Netzwerk-Seite"
|
msgstr "Zeige Foren auf der Netzwerk-Seite"
|
||||||
|
|
||||||
#: forumlist.php:183
|
#: forumlist.php:178
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -10,8 +10,8 @@ $a->strings["show/hide"] = "anzeigen/verbergen";
|
||||||
$a->strings["No forum subscriptions"] = "Keine Foren-Mitgliedschaften.";
|
$a->strings["No forum subscriptions"] = "Keine Foren-Mitgliedschaften.";
|
||||||
$a->strings["Forums:"] = "Foren:";
|
$a->strings["Forums:"] = "Foren:";
|
||||||
$a->strings["Forumlist settings updated."] = "Einstellungen zur Foren-Liste aktualisiert.";
|
$a->strings["Forumlist settings updated."] = "Einstellungen zur Foren-Liste aktualisiert.";
|
||||||
$a->strings["Forumlist"] = "Foren-Liste";
|
$a->strings["Forumlist Settings"] = "Foren-Liste Einstellungen";
|
||||||
$a->strings["Randomise forum list"] = "Zufällige Zusammenstellung der Foren-Liste";
|
$a->strings["Randomise forum list"] = "Zufällige Zusammenstellung der Foren-Liste";
|
||||||
$a->strings["Show forums on profile page"] = "Zeige die Liste der Foren auf der Profilseite";
|
$a->strings["Show forums on profile page"] = "Zeige die Liste der Foren auf der Profilseite";
|
||||||
$a->strings["Show forums on network page"] = "Zeige Foren auf der Netzwerk-Seite";
|
$a->strings["Show forums on network page"] = "Zeige Foren auf der Netzwerk-Seite";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 12:07+0000\n"
|
"PO-Revision-Date: 2014-10-22 07:55+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -39,22 +39,22 @@ msgstr "Forum:"
|
||||||
msgid "Forumlist settings updated."
|
msgid "Forumlist settings updated."
|
||||||
msgstr "Impostazioni Elenco Forum aggiornate."
|
msgstr "Impostazioni Elenco Forum aggiornate."
|
||||||
|
|
||||||
#: forumlist.php:161 forumlist.php:165
|
#: forumlist.php:162
|
||||||
msgid "Forumlist"
|
msgid "Forumlist Settings"
|
||||||
msgstr "Elenco Forum"
|
msgstr "Impostazioni Elenco Forum"
|
||||||
|
|
||||||
#: forumlist.php:169
|
#: forumlist.php:164
|
||||||
msgid "Randomise forum list"
|
msgid "Randomise forum list"
|
||||||
msgstr "Ordina casualmente l'elenco"
|
msgstr "Ordina casualmente l'elenco"
|
||||||
|
|
||||||
#: forumlist.php:172
|
#: forumlist.php:167
|
||||||
msgid "Show forums on profile page"
|
msgid "Show forums on profile page"
|
||||||
msgstr "Mostra i forum sulla pagina profilo"
|
msgstr "Mostra i forum sulla pagina profilo"
|
||||||
|
|
||||||
#: forumlist.php:175
|
#: forumlist.php:170
|
||||||
msgid "Show forums on network page"
|
msgid "Show forums on network page"
|
||||||
msgstr "Mostra i forum sulla pagina Rete"
|
msgstr "Mostra i forum sulla pagina Rete"
|
||||||
|
|
||||||
#: forumlist.php:183
|
#: forumlist.php:178
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr "Invia"
|
||||||
|
|
|
@ -10,8 +10,8 @@ $a->strings["show/hide"] = "mostra/nascondi";
|
||||||
$a->strings["No forum subscriptions"] = "Nessun forum collegato";
|
$a->strings["No forum subscriptions"] = "Nessun forum collegato";
|
||||||
$a->strings["Forums:"] = "Forum:";
|
$a->strings["Forums:"] = "Forum:";
|
||||||
$a->strings["Forumlist settings updated."] = "Impostazioni Elenco Forum aggiornate.";
|
$a->strings["Forumlist settings updated."] = "Impostazioni Elenco Forum aggiornate.";
|
||||||
$a->strings["Forumlist"] = "Elenco Forum";
|
$a->strings["Forumlist Settings"] = "Impostazioni Elenco Forum";
|
||||||
$a->strings["Randomise forum list"] = "Ordina casualmente l'elenco";
|
$a->strings["Randomise forum list"] = "Ordina casualmente l'elenco";
|
||||||
$a->strings["Show forums on profile page"] = "Mostra i forum sulla pagina profilo";
|
$a->strings["Show forums on profile page"] = "Mostra i forum sulla pagina profilo";
|
||||||
$a->strings["Show forums on network page"] = "Mostra i forum sulla pagina Rete";
|
$a->strings["Show forums on network page"] = "Mostra i forum sulla pagina Rete";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "Invia";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:50+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:19+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -38,22 +39,22 @@ msgstr "Forumuri:"
|
||||||
msgid "Forumlist settings updated."
|
msgid "Forumlist settings updated."
|
||||||
msgstr "Configurările Forumlist au fost actualizate."
|
msgstr "Configurările Forumlist au fost actualizate."
|
||||||
|
|
||||||
#: forumlist.php:161 forumlist.php:165
|
#: forumlist.php:162
|
||||||
msgid "Forumlist"
|
msgid "Forumlist Settings"
|
||||||
msgstr "Forumlist"
|
msgstr "Configurări Forumlist "
|
||||||
|
|
||||||
#: forumlist.php:169
|
#: forumlist.php:164
|
||||||
msgid "Randomise forum list"
|
msgid "Randomise forum list"
|
||||||
msgstr "Randomizare listă forum"
|
msgstr "Randomizare listă forum"
|
||||||
|
|
||||||
#: forumlist.php:172
|
#: forumlist.php:167
|
||||||
msgid "Show forums on profile page"
|
msgid "Show forums on profile page"
|
||||||
msgstr "Afișare forumuri pe pagina de profil"
|
msgstr "Afișare forumuri pe pagina de profil"
|
||||||
|
|
||||||
#: forumlist.php:175
|
#: forumlist.php:170
|
||||||
msgid "Show forums on network page"
|
msgid "Show forums on network page"
|
||||||
msgstr "Afișare forumuri pe pagina de rețea"
|
msgstr "Afișare forumuri pe pagina de rețea"
|
||||||
|
|
||||||
#: forumlist.php:183
|
#: forumlist.php:178
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -10,8 +10,8 @@ $a->strings["show/hide"] = "afișare/ascundere";
|
||||||
$a->strings["No forum subscriptions"] = "Nu există subscrieri pe forum";
|
$a->strings["No forum subscriptions"] = "Nu există subscrieri pe forum";
|
||||||
$a->strings["Forums:"] = "Forumuri:";
|
$a->strings["Forums:"] = "Forumuri:";
|
||||||
$a->strings["Forumlist settings updated."] = "Configurările Forumlist au fost actualizate.";
|
$a->strings["Forumlist settings updated."] = "Configurările Forumlist au fost actualizate.";
|
||||||
$a->strings["Forumlist"] = "Forumlist";
|
$a->strings["Forumlist Settings"] = "Configurări Forumlist ";
|
||||||
$a->strings["Randomise forum list"] = "Randomizare listă forum";
|
$a->strings["Randomise forum list"] = "Randomizare listă forum";
|
||||||
$a->strings["Show forums on profile page"] = "Afișare forumuri pe pagina de profil";
|
$a->strings["Show forums on profile page"] = "Afișare forumuri pe pagina de profil";
|
||||||
$a->strings["Show forums on network page"] = "Afișare forumuri pe pagina de rețea";
|
$a->strings["Show forums on network page"] = "Afișare forumuri pe pagina de rețea";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 19:03+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:41+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -23,19 +23,19 @@ msgstr ""
|
||||||
msgid "Fromapp settings updated."
|
msgid "Fromapp settings updated."
|
||||||
msgstr "Fromapp nastavení aktualizováno."
|
msgstr "Fromapp nastavení aktualizováno."
|
||||||
|
|
||||||
#: fromapp.php:64 fromapp.php:68
|
#: fromapp.php:64
|
||||||
msgid "FromApp Settings"
|
msgid "FromApp Settings"
|
||||||
msgstr "FromApp nastavení"
|
msgstr "FromApp nastavení"
|
||||||
|
|
||||||
#: fromapp.php:71
|
#: fromapp.php:66
|
||||||
msgid ""
|
msgid ""
|
||||||
"The application name you would like to show your posts originating from."
|
"The application name you would like to show your posts originating from."
|
||||||
msgstr "Jméno zdrojové aplikace"
|
msgstr "Jméno zdrojové aplikace"
|
||||||
|
|
||||||
#: fromapp.php:75
|
#: fromapp.php:70
|
||||||
msgid "Use this application name even if another application was used."
|
msgid "Use this application name even if another application was used."
|
||||||
msgstr "Použij toto jméno aplikace i když byla použita jiná aplikace"
|
msgstr "Použij toto jméno aplikace i když byla použita jiná aplikace"
|
||||||
|
|
||||||
#: fromapp.php:82
|
#: fromapp.php:77
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -9,4 +9,4 @@ $a->strings["Fromapp settings updated."] = "Fromapp nastavení aktualizováno.";
|
||||||
$a->strings["FromApp Settings"] = "FromApp nastavení";
|
$a->strings["FromApp Settings"] = "FromApp nastavení";
|
||||||
$a->strings["The application name you would like to show your posts originating from."] = "Jméno zdrojové aplikace";
|
$a->strings["The application name you would like to show your posts originating from."] = "Jméno zdrojové aplikace";
|
||||||
$a->strings["Use this application name even if another application was used."] = "Použij toto jméno aplikace i když byla použita jiná aplikace";
|
$a->strings["Use this application name even if another application was used."] = "Použij toto jméno aplikace i když byla použita jiná aplikace";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-06-26 08:29+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:28+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -23,19 +24,19 @@ msgstr ""
|
||||||
msgid "Fromapp settings updated."
|
msgid "Fromapp settings updated."
|
||||||
msgstr "Fromapp Einstellungen aktualisiert."
|
msgstr "Fromapp Einstellungen aktualisiert."
|
||||||
|
|
||||||
#: fromapp.php:64 fromapp.php:68
|
#: fromapp.php:64
|
||||||
msgid "FromApp Settings"
|
msgid "FromApp Settings"
|
||||||
msgstr "FromApp Einstellungen"
|
msgstr "FromApp Einstellungen"
|
||||||
|
|
||||||
#: fromapp.php:71
|
#: fromapp.php:66
|
||||||
msgid ""
|
msgid ""
|
||||||
"The application name you would like to show your posts originating from."
|
"The application name you would like to show your posts originating from."
|
||||||
msgstr "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll."
|
msgstr "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll."
|
||||||
|
|
||||||
#: fromapp.php:75
|
#: fromapp.php:70
|
||||||
msgid "Use this application name even if another application was used."
|
msgid "Use this application name even if another application was used."
|
||||||
msgstr "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde"
|
msgstr "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde"
|
||||||
|
|
||||||
#: fromapp.php:82
|
#: fromapp.php:77
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -9,4 +9,4 @@ $a->strings["Fromapp settings updated."] = "Fromapp Einstellungen aktualisiert."
|
||||||
$a->strings["FromApp Settings"] = "FromApp Einstellungen";
|
$a->strings["FromApp Settings"] = "FromApp Einstellungen";
|
||||||
$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll.";
|
$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll.";
|
||||||
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde";
|
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 12:08+0000\n"
|
"PO-Revision-Date: 2014-10-15 08:33+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -23,19 +23,19 @@ msgstr ""
|
||||||
msgid "Fromapp settings updated."
|
msgid "Fromapp settings updated."
|
||||||
msgstr "Impostazioni \"FromApp\" aggiornato."
|
msgstr "Impostazioni \"FromApp\" aggiornato."
|
||||||
|
|
||||||
#: fromapp.php:64 fromapp.php:68
|
#: fromapp.php:64
|
||||||
msgid "FromApp Settings"
|
msgid "FromApp Settings"
|
||||||
msgstr "Imnpostazioni \"FromApp\""
|
msgstr "Imnpostazioni \"FromApp\""
|
||||||
|
|
||||||
#: fromapp.php:71
|
#: fromapp.php:66
|
||||||
msgid ""
|
msgid ""
|
||||||
"The application name you would like to show your posts originating from."
|
"The application name you would like to show your posts originating from."
|
||||||
msgstr "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi."
|
msgstr "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi."
|
||||||
|
|
||||||
#: fromapp.php:75
|
#: fromapp.php:70
|
||||||
msgid "Use this application name even if another application was used."
|
msgid "Use this application name even if another application was used."
|
||||||
msgstr "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."
|
msgstr "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."
|
||||||
|
|
||||||
#: fromapp.php:82
|
#: fromapp.php:77
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr ""
|
||||||
|
|
|
@ -9,4 +9,4 @@ $a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato.
|
||||||
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
|
$a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\"";
|
||||||
$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
|
$a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi.";
|
||||||
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
|
$a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata.";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:50+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:14+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -22,19 +23,19 @@ msgstr ""
|
||||||
msgid "Fromapp settings updated."
|
msgid "Fromapp settings updated."
|
||||||
msgstr "Configurările Fromapp au fost actualizate."
|
msgstr "Configurările Fromapp au fost actualizate."
|
||||||
|
|
||||||
#: fromapp.php:64 fromapp.php:68
|
#: fromapp.php:64
|
||||||
msgid "FromApp Settings"
|
msgid "FromApp Settings"
|
||||||
msgstr "Configurări FromApp"
|
msgstr "Configurări FromApp"
|
||||||
|
|
||||||
#: fromapp.php:71
|
#: fromapp.php:66
|
||||||
msgid ""
|
msgid ""
|
||||||
"The application name you would like to show your posts originating from."
|
"The application name you would like to show your posts originating from."
|
||||||
msgstr "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs."
|
msgstr "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs."
|
||||||
|
|
||||||
#: fromapp.php:75
|
#: fromapp.php:70
|
||||||
msgid "Use this application name even if another application was used."
|
msgid "Use this application name even if another application was used."
|
||||||
msgstr "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată."
|
msgstr "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată."
|
||||||
|
|
||||||
#: fromapp.php:82
|
#: fromapp.php:77
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -9,4 +9,4 @@ $a->strings["Fromapp settings updated."] = "Configurările Fromapp au fost actua
|
||||||
$a->strings["FromApp Settings"] = "Configurări FromApp";
|
$a->strings["FromApp Settings"] = "Configurări FromApp";
|
||||||
$a->strings["The application name you would like to show your posts originating from."] = "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.";
|
$a->strings["The application name you would like to show your posts originating from."] = "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.";
|
||||||
$a->strings["Use this application name even if another application was used."] = "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.";
|
$a->strings["Use this application name even if another application was used."] = "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 19:04+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:38+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -19,22 +19,22 @@ msgstr ""
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
|
||||||
#: fromgplus.php:42 fromgplus.php:46
|
#: fromgplus.php:33
|
||||||
msgid "Google+ Mirror"
|
msgid "Google+ Import Settings"
|
||||||
msgstr "Google+ Mirror"
|
msgstr "Nastavení importu z Google+ "
|
||||||
|
|
||||||
#: fromgplus.php:51
|
#: fromgplus.php:36
|
||||||
msgid "Enable Google+ Import"
|
msgid "Enable Google+ Import"
|
||||||
msgstr "Povolit Import z Google+"
|
msgstr "Povolit Import z Google+"
|
||||||
|
|
||||||
#: fromgplus.php:54
|
#: fromgplus.php:39
|
||||||
msgid "Google Account ID"
|
msgid "Google Account ID"
|
||||||
msgstr "název účtu Google "
|
msgstr "název účtu Google "
|
||||||
|
|
||||||
#: fromgplus.php:59
|
#: fromgplus.php:44
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
||||||
#: fromgplus.php:78
|
#: fromgplus.php:59
|
||||||
msgid "Google+ Import Settings saved."
|
msgid "Google+ Import Settings saved."
|
||||||
msgstr "Nastavení importu z Google+ uloženo."
|
msgstr "Nastavení importu z Google+ uloženo."
|
||||||
|
|
|
@ -5,8 +5,8 @@ function string_plural_select_cs($n){
|
||||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
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["Enable Google+ Import"] = "Povolit Import z Google+";
|
||||||
$a->strings["Google Account ID"] = "název účtu 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.";
|
$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";
|
||||||
|
|
|
@ -0,0 +1,40 @@
|
||||||
|
# ADDON fromgplus
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: friendica\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
|
"PO-Revision-Date: 2014-10-15 12:28+0000\n"
|
||||||
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\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"
|
||||||
|
|
||||||
|
#: fromgplus.php:33
|
||||||
|
msgid "Google+ Import Settings"
|
||||||
|
msgstr "Google+ Import Einstellungen"
|
||||||
|
|
||||||
|
#: fromgplus.php:36
|
||||||
|
msgid "Enable Google+ Import"
|
||||||
|
msgstr "Aktiviere Google+ Import"
|
||||||
|
|
||||||
|
#: fromgplus.php:39
|
||||||
|
msgid "Google Account ID"
|
||||||
|
msgstr "Google Account ID"
|
||||||
|
|
||||||
|
#: fromgplus.php:44
|
||||||
|
msgid "Submit"
|
||||||
|
msgstr "Senden"
|
||||||
|
|
||||||
|
#: fromgplus.php:59
|
||||||
|
msgid "Google+ Import Settings saved."
|
||||||
|
msgstr "Google+ Import Einstellungen gespeichert."
|
|
@ -1,5 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_de")) {
|
||||||
|
function string_plural_select_de($n){
|
||||||
|
return ($n != 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";
|
$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";
|
||||||
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
||||||
$a->strings["Google Account ID"] = "Google Account ID";
|
$a->strings["Google Account ID"] = "Google Account ID";
|
||||||
|
|
|
@ -9,8 +9,8 @@ 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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-09-10 12:10+0000\n"
|
"PO-Revision-Date: 2014-10-15 08:33+0000\n"
|
||||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -19,22 +19,22 @@ msgstr ""
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: fromgplus.php:42 fromgplus.php:46
|
#: fromgplus.php:33
|
||||||
msgid "Google+ Mirror"
|
msgid "Google+ Import Settings"
|
||||||
msgstr "Mirror Goggle+"
|
msgstr ""
|
||||||
|
|
||||||
#: fromgplus.php:51
|
#: fromgplus.php:36
|
||||||
msgid "Enable Google+ Import"
|
msgid "Enable Google+ Import"
|
||||||
msgstr "Abilita Importa da Google+"
|
msgstr "Abilita Importa da Google+"
|
||||||
|
|
||||||
#: fromgplus.php:54
|
#: fromgplus.php:39
|
||||||
msgid "Google Account ID"
|
msgid "Google Account ID"
|
||||||
msgstr "ID Google Account"
|
msgstr "ID Google Account"
|
||||||
|
|
||||||
#: fromgplus.php:59
|
#: fromgplus.php:44
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salva Impostazioni"
|
msgstr ""
|
||||||
|
|
||||||
#: fromgplus.php:78
|
#: fromgplus.php:59
|
||||||
msgid "Google+ Import Settings saved."
|
msgid "Google+ Import Settings saved."
|
||||||
msgstr "Impostazioni Importa Google+ salvate"
|
msgstr "Impostazioni Importa Google+ salvate"
|
||||||
|
|
|
@ -5,8 +5,8 @@ function string_plural_select_it($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
|
$a->strings["Google+ Import Settings"] = "";
|
||||||
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
||||||
$a->strings["Google Account ID"] = "ID Google Account";
|
$a->strings["Google Account ID"] = "ID Google Account";
|
||||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
$a->strings["Submit"] = "";
|
||||||
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:51+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:14+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -18,22 +19,22 @@ msgstr ""
|
||||||
"Language: ro_RO\n"
|
"Language: ro_RO\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||||
|
|
||||||
#: fromgplus.php:42 fromgplus.php:46
|
#: fromgplus.php:33
|
||||||
msgid "Google+ Mirror"
|
msgid "Google+ Import Settings"
|
||||||
msgstr "Clonă Google+"
|
msgstr "Google + Configurările de Importare "
|
||||||
|
|
||||||
#: fromgplus.php:51
|
#: fromgplus.php:36
|
||||||
msgid "Enable Google+ Import"
|
msgid "Enable Google+ Import"
|
||||||
msgstr "Permitere Import Google+"
|
msgstr "Permitere Import Google+"
|
||||||
|
|
||||||
#: fromgplus.php:54
|
#: fromgplus.php:39
|
||||||
msgid "Google Account ID"
|
msgid "Google Account ID"
|
||||||
msgstr "ID Cont Google"
|
msgstr "ID Cont Google"
|
||||||
|
|
||||||
#: fromgplus.php:59
|
#: fromgplus.php:44
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
||||||
#: fromgplus.php:78
|
#: fromgplus.php:59
|
||||||
msgid "Google+ Import Settings saved."
|
msgid "Google+ Import Settings saved."
|
||||||
msgstr "Configurările de Importare Google+ au fost salvate. "
|
msgstr "Configurările de Importare Google+ au fost salvate. "
|
||||||
|
|
|
@ -5,8 +5,8 @@ function string_plural_select_ro($n){
|
||||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Google+ Mirror"] = "Clonă Google+";
|
$a->strings["Google+ Import Settings"] = "Google + Configurările de Importare ";
|
||||||
$a->strings["Enable Google+ Import"] = "Permitere Import Google+";
|
$a->strings["Enable Google+ Import"] = "Permitere Import Google+";
|
||||||
$a->strings["Google Account ID"] = "ID Cont Google";
|
$a->strings["Google Account ID"] = "ID Cont Google";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
$a->strings["Google+ Import Settings saved."] = "Configurările de Importare Google+ au fost salvate. ";
|
$a->strings["Google+ Import Settings saved."] = "Configurările de Importare Google+ au fost salvate. ";
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 19:04+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:37+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -32,5 +32,5 @@ msgid "Enable Geonames Plugin"
|
||||||
msgstr "Povolit Geonames rozšíření"
|
msgstr "Povolit Geonames rozšíření"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:187
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_cs($n){
|
||||||
$a->strings["Geonames settings updated."] = "Geonames nastavení aktualizováno.";
|
$a->strings["Geonames settings updated."] = "Geonames nastavení aktualizováno.";
|
||||||
$a->strings["Geonames Settings"] = "Nastavení Geonames";
|
$a->strings["Geonames Settings"] = "Nastavení Geonames";
|
||||||
$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";
|
$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-06 12:14+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:28+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -32,5 +33,5 @@ msgid "Enable Geonames Plugin"
|
||||||
msgstr "Geonames Plugin aktivieren"
|
msgstr "Geonames Plugin aktivieren"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:187
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_de($n){
|
||||||
$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
|
$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
|
||||||
$a->strings["Geonames Settings"] = "Geonames Einstellungen";
|
$a->strings["Geonames Settings"] = "Geonames Einstellungen";
|
||||||
$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
|
$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-06-23 08:27+0000\n"
|
"PO-Revision-Date: 2014-10-15 08:34+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -20,16 +21,16 @@ msgstr ""
|
||||||
|
|
||||||
#: geonames.php:143
|
#: geonames.php:143
|
||||||
msgid "Geonames settings updated."
|
msgid "Geonames settings updated."
|
||||||
msgstr ""
|
msgstr "Impostazioni di Geonames aggiornate."
|
||||||
|
|
||||||
#: geonames.php:179
|
#: geonames.php:179
|
||||||
msgid "Geonames Settings"
|
msgid "Geonames Settings"
|
||||||
msgstr ""
|
msgstr "Impostazioni Geonames"
|
||||||
|
|
||||||
#: geonames.php:181
|
#: geonames.php:181
|
||||||
msgid "Enable Geonames Plugin"
|
msgid "Enable Geonames Plugin"
|
||||||
msgstr ""
|
msgstr "Abilita plugin Geonames"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:187
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -5,7 +5,7 @@ function string_plural_select_it($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Geonames settings updated."] = "";
|
$a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate.";
|
||||||
$a->strings["Geonames Settings"] = "";
|
$a->strings["Geonames Settings"] = "Impostazioni Geonames";
|
||||||
$a->strings["Enable Geonames Plugin"] = "";
|
$a->strings["Enable Geonames Plugin"] = "Abilita plugin Geonames";
|
||||||
$a->strings["Save Settings"] = "";
|
$a->strings["Submit"] = "";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-08 11:51+0000\n"
|
"PO-Revision-Date: 2014-11-27 14:14+0000\n"
|
||||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,5 +32,5 @@ msgid "Enable Geonames Plugin"
|
||||||
msgstr "Permite Modul Geonume"
|
msgstr "Permite Modul Geonume"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:187
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Salvare Configurări"
|
msgstr "Trimite"
|
||||||
|
|
|
@ -8,4 +8,4 @@ function string_plural_select_ro($n){
|
||||||
$a->strings["Geonames settings updated."] = "Configurări Geonume actualizate.";
|
$a->strings["Geonames settings updated."] = "Configurări Geonume actualizate.";
|
||||||
$a->strings["Geonames Settings"] = "Configurări Geonume";
|
$a->strings["Geonames Settings"] = "Configurări Geonume";
|
||||||
$a->strings["Enable Geonames Plugin"] = "Permite Modul Geonume";
|
$a->strings["Enable Geonames Plugin"] = "Permite Modul Geonume";
|
||||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
$a->strings["Submit"] = "Trimite";
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Michal Šupler <msupler@gmail.com>, 2014
|
# Michal Šupler <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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-07 19:05+0000\n"
|
"PO-Revision-Date: 2015-02-11 19:37+0000\n"
|
||||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -38,8 +38,8 @@ msgid "Enable this plugin/addon?"
|
||||||
msgstr "Povolit tento plugin/rozšíření?"
|
msgstr "Povolit tento plugin/rozšíření?"
|
||||||
|
|
||||||
#: gnot.php:88
|
#: gnot.php:88
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Uložit Nastavení"
|
msgstr "Odeslat"
|
||||||
|
|
||||||
#: gnot.php:97
|
#: gnot.php:97
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -9,5 +9,5 @@ $a->strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
|
||||||
$a->strings["Gnot Settings"] = "Nastavení Gnot";
|
$a->strings["Gnot Settings"] = "Nastavení Gnot";
|
||||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu.";
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu.";
|
||||||
$a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?";
|
$a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?";
|
||||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
$a->strings["Submit"] = "Odeslat";
|
||||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d";
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d";
|
||||||
|
|
|
@ -4,14 +4,15 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Abrax <webmaster@a-zwenkau.de>, 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-07-06 12:14+0000\n"
|
"PO-Revision-Date: 2014-10-15 12:29+0000\n"
|
||||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -38,8 +39,8 @@ msgid "Enable this plugin/addon?"
|
||||||
msgstr "Dieses Plugin/Addon aktivieren?"
|
msgstr "Dieses Plugin/Addon aktivieren?"
|
||||||
|
|
||||||
#: gnot.php:88
|
#: gnot.php:88
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr "Einstellungen speichern"
|
msgstr "Senden"
|
||||||
|
|
||||||
#: gnot.php:97
|
#: gnot.php:97
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -9,5 +9,5 @@ $a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
|
||||||
$a->strings["Gnot Settings"] = "Gnot Einstellungen";
|
$a->strings["Gnot Settings"] = "Gnot Einstellungen";
|
||||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
|
||||||
$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
|
$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
|
||||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Submit"] = "Senden";
|
||||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
|
||||||
|
|
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||||
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: 2014-06-22 13:18+0200\n"
|
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2014-06-23 08:30+0000\n"
|
"PO-Revision-Date: 2014-10-15 08:35+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -20,27 +21,27 @@ msgstr ""
|
||||||
|
|
||||||
#: gnot.php:48
|
#: gnot.php:48
|
||||||
msgid "Gnot settings updated."
|
msgid "Gnot settings updated."
|
||||||
msgstr ""
|
msgstr "Impostazioni di \"Gnot\" aggiornate."
|
||||||
|
|
||||||
#: gnot.php:79
|
#: gnot.php:79
|
||||||
msgid "Gnot Settings"
|
msgid "Gnot Settings"
|
||||||
msgstr ""
|
msgstr "Impostazioni Gnot"
|
||||||
|
|
||||||
#: gnot.php:81
|
#: gnot.php:81
|
||||||
msgid ""
|
msgid ""
|
||||||
"Allows threading of email comment notifications on Gmail and anonymising the"
|
"Allows threading of email comment notifications on Gmail and anonymising the"
|
||||||
" subject line."
|
" subject line."
|
||||||
msgstr ""
|
msgstr "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"
|
||||||
|
|
||||||
#: gnot.php:82
|
#: gnot.php:82
|
||||||
msgid "Enable this plugin/addon?"
|
msgid "Enable this plugin/addon?"
|
||||||
msgstr ""
|
msgstr "Abilita questo plugin?"
|
||||||
|
|
||||||
#: gnot.php:88
|
#: gnot.php:88
|
||||||
msgid "Save Settings"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: gnot.php:97
|
#: gnot.php:97
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "[Friendica:Notify] Comment to conversation #%d"
|
msgid "[Friendica:Notify] Comment to conversation #%d"
|
||||||
msgstr ""
|
msgstr "[Friendica:Notifica] Commento alla conversazione n° %d"
|
||||||
|
|
|
@ -5,9 +5,9 @@ function string_plural_select_it($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Gnot settings updated."] = "";
|
$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
|
||||||
$a->strings["Gnot Settings"] = "";
|
$a->strings["Gnot Settings"] = "Impostazioni Gnot";
|
||||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";
|
||||||
$a->strings["Enable this plugin/addon?"] = "";
|
$a->strings["Enable this plugin/addon?"] = "Abilita questo plugin?";
|
||||||
$a->strings["Save Settings"] = "";
|
$a->strings["Submit"] = "";
|
||||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
|
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user