forked from friendica/deprecated-addons
G+ closed down
This commit is contained in:
parent
0ae03ded8a
commit
3fd8d7fd5f
31 changed files with 1291 additions and 0 deletions
50
fromgplus/lang/C/messages.po
Normal file
50
fromgplus/lang/C/messages.po
Normal file
|
@ -0,0 +1,50 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: fromgplus.php:55 fromgplus.php:59
|
||||
msgid "Google+ Mirror"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:64
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:67
|
||||
msgid "Google Account ID"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:70
|
||||
msgid "Add keywords to post"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:75 fromgplus.php:105
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:106
|
||||
msgid "Key"
|
||||
msgstr ""
|
||||
|
||||
#: fromgplus.php:114
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
7
fromgplus/lang/ca/strings.php
Normal file
7
fromgplus/lang/ca/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Ajustos Google+ Import";
|
||||
$a->strings["Enable Google+ Import"] = "Habilita Google+ Import";
|
||||
$a->strings["Google Account ID"] = "ID del compte Google";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Google+ Import Settings saved."] = "Ajustos Google+ Import guardats.";
|
54
fromgplus/lang/cs/messages.po
Normal file
54
fromgplus/lang/cs/messages.po
Normal file
|
@ -0,0 +1,54 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Aditoo, 2018
|
||||
# Aditoo, 2018
|
||||
# michal_s <msupler@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
|
||||
"PO-Revision-Date: 2018-06-11 19:37+0000\n"
|
||||
"Last-Translator: Aditoo\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: fromgplus.php:55 fromgplus.php:59
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Zrcadlení Google+"
|
||||
|
||||
#: fromgplus.php:64
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Povolit Import z Google+"
|
||||
|
||||
#: fromgplus.php:67
|
||||
msgid "Google Account ID"
|
||||
msgstr "ID účtu Google "
|
||||
|
||||
#: fromgplus.php:70
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Přidat k příspěvku klíčová slova"
|
||||
|
||||
#: fromgplus.php:75 fromgplus.php:105
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit nastavení"
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Nastavení importu z Google+ uloženo."
|
||||
|
||||
#: fromgplus.php:106
|
||||
msgid "Key"
|
||||
msgstr "Klíč"
|
||||
|
||||
#: fromgplus.php:114
|
||||
msgid "Settings updated."
|
||||
msgstr "Nastavení aktualizována"
|
16
fromgplus/lang/cs/strings.php
Normal file
16
fromgplus/lang/cs/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
$n = intval($n);
|
||||
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Zrcadlení Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Povolit Import z Google+";
|
||||
$a->strings["Google Account ID"] = "ID účtu Google ";
|
||||
$a->strings["Add keywords to post"] = "Přidat k příspěvku klíčová slova";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";
|
||||
$a->strings["Key"] = "Klíč";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizována";
|
53
fromgplus/lang/de/messages.po
Normal file
53
fromgplus/lang/de/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Andreas H., 2014
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
|
||||
"PO-Revision-Date: 2016-11-17 06:41+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/Friendica/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:46 fromgplus.php:50
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Google+ Spiegel"
|
||||
|
||||
#: fromgplus.php:55
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Aktiviere Google+ Import"
|
||||
|
||||
#: fromgplus.php:58
|
||||
msgid "Google Account ID"
|
||||
msgstr "Google Account ID"
|
||||
|
||||
#: fromgplus.php:61
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Schlüsselwörter zum Beitrag hinzufügen"
|
||||
|
||||
#: fromgplus.php:66 fromgplus.php:95
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: fromgplus.php:87
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Google+ Import Einstellungen gespeichert."
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Key"
|
||||
msgstr "Schlüssel"
|
||||
|
||||
#: fromgplus.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Einstellungen aktualisiert."
|
15
fromgplus/lang/de/strings.php
Normal file
15
fromgplus/lang/de/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Google+ Spiegel";
|
||||
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
||||
$a->strings["Google Account ID"] = "Google Account ID";
|
||||
$a->strings["Add keywords to post"] = "Schlüsselwörter zum Beitrag hinzufügen";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";
|
||||
$a->strings["Key"] = "Schlüssel";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
52
fromgplus/lang/en-gb/messages.po
Normal file
52
fromgplus/lang/en-gb/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
|
||||
"PO-Revision-Date: 2018-04-13 19:45+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: fromgplus.php:55 fromgplus.php:59
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Google+ Mirror"
|
||||
|
||||
#: fromgplus.php:64
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Enable Google+ Import"
|
||||
|
||||
#: fromgplus.php:67
|
||||
msgid "Google Account ID"
|
||||
msgstr "Google Account ID"
|
||||
|
||||
#: fromgplus.php:70
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Add keywords to post"
|
||||
|
||||
#: fromgplus.php:75 fromgplus.php:105
|
||||
msgid "Save Settings"
|
||||
msgstr "Save Settings"
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Google+ Import Settings saved."
|
||||
|
||||
#: fromgplus.php:106
|
||||
msgid "Key"
|
||||
msgstr "Key"
|
||||
|
||||
#: fromgplus.php:114
|
||||
msgid "Settings updated."
|
||||
msgstr "Settings updated."
|
15
fromgplus/lang/en-gb/strings.php
Normal file
15
fromgplus/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Google+ Mirror";
|
||||
$a->strings["Enable Google+ Import"] = "Enable Google+ Import";
|
||||
$a->strings["Google Account ID"] = "Google Account ID";
|
||||
$a->strings["Add keywords to post"] = "Add keywords to post";
|
||||
$a->strings["Save Settings"] = "Save Settings";
|
||||
$a->strings["Google+ Import Settings saved."] = "Google+ Import Settings saved.";
|
||||
$a->strings["Key"] = "Key";
|
||||
$a->strings["Settings updated."] = "Settings updated.";
|
7
fromgplus/lang/eo/strings.php
Normal file
7
fromgplus/lang/eo/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Google+ Importo";
|
||||
$a->strings["Enable Google+ Import"] = "Aktivigi Ĝoogle+ Importon";
|
||||
$a->strings["Google Account ID"] = "Google Konto ID";
|
||||
$a->strings["Submit"] = "Sendi";
|
||||
$a->strings["Google+ Import Settings saved."] = "Konservis Agordojn por Google+ Importo.";
|
53
fromgplus/lang/es/messages.po
Normal file
53
fromgplus/lang/es/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Albert, 2016
|
||||
# Albert, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
|
||||
"PO-Revision-Date: 2016-11-16 16:34+0000\n"
|
||||
"Last-Translator: Albert\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: fromgplus.php:46 fromgplus.php:50
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Reflector de Google+"
|
||||
|
||||
#: fromgplus.php:55
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Habilitar importación de Google+"
|
||||
|
||||
#: fromgplus.php:58
|
||||
msgid "Google Account ID"
|
||||
msgstr "ID de cuenta de Google"
|
||||
|
||||
#: fromgplus.php:61
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Añadir palabras clave a la entrada"
|
||||
|
||||
#: fromgplus.php:66 fromgplus.php:95
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar Ajustes"
|
||||
|
||||
#: fromgplus.php:87
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Ajustes de importación de Google+ guardados."
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Key"
|
||||
msgstr "Clave"
|
||||
|
||||
#: fromgplus.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Ajustes actualizados."
|
15
fromgplus/lang/es/strings.php
Normal file
15
fromgplus/lang/es/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Reflector de Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Habilitar importación de Google+";
|
||||
$a->strings["Google Account ID"] = "ID de cuenta de Google";
|
||||
$a->strings["Add keywords to post"] = "Añadir palabras clave a la entrada";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
||||
$a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";
|
||||
$a->strings["Key"] = "Clave";
|
||||
$a->strings["Settings updated."] = "Ajustes actualizados.";
|
53
fromgplus/lang/fi-fi/messages.po
Normal file
53
fromgplus/lang/fi-fi/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Kris, 2018
|
||||
# Kris, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
|
||||
"PO-Revision-Date: 2018-05-12 12:52+0000\n"
|
||||
"Last-Translator: Kris\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fi_FI\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: fromgplus.php:55 fromgplus.php:59
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Google+ peilaus"
|
||||
|
||||
#: fromgplus.php:64
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Ota Google+ tuonti käyttöön"
|
||||
|
||||
#: fromgplus.php:67
|
||||
msgid "Google Account ID"
|
||||
msgstr "Google -tilin tunnus"
|
||||
|
||||
#: fromgplus.php:70
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Lisää avainsanoja julkaisuun"
|
||||
|
||||
#: fromgplus.php:75 fromgplus.php:105
|
||||
msgid "Save Settings"
|
||||
msgstr "Tallenna asetukset"
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Google+ tuontiasetukset tallennettu."
|
||||
|
||||
#: fromgplus.php:106
|
||||
msgid "Key"
|
||||
msgstr "Avain"
|
||||
|
||||
#: fromgplus.php:114
|
||||
msgid "Settings updated."
|
||||
msgstr "Asetukset päivitetty."
|
16
fromgplus/lang/fi-fi/strings.php
Normal file
16
fromgplus/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Google+ peilaus";
|
||||
$a->strings["Enable Google+ Import"] = "Ota Google+ tuonti käyttöön";
|
||||
$a->strings["Google Account ID"] = "Google -tilin tunnus";
|
||||
$a->strings["Add keywords to post"] = "Lisää avainsanoja julkaisuun";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Google+ Import Settings saved."] = "Google+ tuontiasetukset tallennettu.";
|
||||
$a->strings["Key"] = "Avain";
|
||||
$a->strings["Settings updated."] = "Asetukset päivitetty.";
|
7
fromgplus/lang/fr/strings.php
Normal file
7
fromgplus/lang/fr/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Réglages G+";
|
||||
$a->strings["Enable Google+ Import"] = "Activer l'import G+";
|
||||
$a->strings["Google Account ID"] = "ID du compte Google";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["Google+ Import Settings saved."] = "Réglages G+ sauvés.";
|
7
fromgplus/lang/is/strings.php
Normal file
7
fromgplus/lang/is/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "";
|
||||
$a->strings["Enable Google+ Import"] = "";
|
||||
$a->strings["Google Account ID"] = "";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
$a->strings["Google+ Import Settings saved."] = "";
|
53
fromgplus/lang/it/messages.po
Normal file
53
fromgplus/lang/it/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2017
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 06:07+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: fromgplus.php:46 fromgplus.php:50
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Mirror Goggle+"
|
||||
|
||||
#: fromgplus.php:55
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Abilita Importa da Google+"
|
||||
|
||||
#: fromgplus.php:58
|
||||
msgid "Google Account ID"
|
||||
msgstr "ID Google Account"
|
||||
|
||||
#: fromgplus.php:61
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Aggiungi parole chiave ai post"
|
||||
|
||||
#: fromgplus.php:66 fromgplus.php:95
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: fromgplus.php:87
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Impostazioni Importa Google+ salvate"
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Key"
|
||||
msgstr "Chiave"
|
||||
|
||||
#: fromgplus.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Impostazioni aggiornate."
|
15
fromgplus/lang/it/strings.php
Normal file
15
fromgplus/lang/it/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
|
||||
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
||||
$a->strings["Google Account ID"] = "ID Google Account";
|
||||
$a->strings["Add keywords to post"] = "Aggiungi parole chiave ai post";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
||||
$a->strings["Key"] = "Chiave";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
7
fromgplus/lang/nb-no/strings.php
Normal file
7
fromgplus/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "";
|
||||
$a->strings["Enable Google+ Import"] = "";
|
||||
$a->strings["Google Account ID"] = "";
|
||||
$a->strings["Submit"] = "Lagre";
|
||||
$a->strings["Google+ Import Settings saved."] = "";
|
52
fromgplus/lang/nl/messages.po
Normal file
52
fromgplus/lang/nl/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jeroen De Meerleer <me@jeroened.be>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:14-0400\n"
|
||||
"PO-Revision-Date: 2018-08-24 13:51+0000\n"
|
||||
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: fromgplus.php:55 fromgplus.php:59
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Google+ mirror"
|
||||
|
||||
#: fromgplus.php:64
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Google+ import inschakelen"
|
||||
|
||||
#: fromgplus.php:67
|
||||
msgid "Google Account ID"
|
||||
msgstr "Google Account id"
|
||||
|
||||
#: fromgplus.php:70
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Voer sleutelwoorden toe aan je bericht"
|
||||
|
||||
#: fromgplus.php:75 fromgplus.php:105
|
||||
msgid "Save Settings"
|
||||
msgstr "Instellingen opslaan"
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Google+ Import instellingen opgeslagen."
|
||||
|
||||
#: fromgplus.php:106
|
||||
msgid "Key"
|
||||
msgstr "Key"
|
||||
|
||||
#: fromgplus.php:114
|
||||
msgid "Settings updated."
|
||||
msgstr "Instellingen opgeslagen"
|
16
fromgplus/lang/nl/strings.php
Normal file
16
fromgplus/lang/nl/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Google+ mirror";
|
||||
$a->strings["Enable Google+ Import"] = "Google+ import inschakelen";
|
||||
$a->strings["Google Account ID"] = "Google Account id";
|
||||
$a->strings["Add keywords to post"] = "Voer sleutelwoorden toe aan je bericht";
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Google+ Import Settings saved."] = "Google+ Import instellingen opgeslagen.";
|
||||
$a->strings["Key"] = "Key";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
52
fromgplus/lang/pl/messages.po
Normal file
52
fromgplus/lang/pl/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-12 16:52+0000\n"
|
||||
"PO-Revision-Date: 2018-03-30 17:52+0000\n"
|
||||
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: fromgplus.php:46 fromgplus.php:50
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Lustro Google+"
|
||||
|
||||
#: fromgplus.php:55
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Włącz importowanie Google+"
|
||||
|
||||
#: fromgplus.php:58
|
||||
msgid "Google Account ID"
|
||||
msgstr "Identyfikator konta Google"
|
||||
|
||||
#: fromgplus.php:61
|
||||
msgid "Add keywords to post"
|
||||
msgstr "Dodaj słowa kluczowe do opublikowania"
|
||||
|
||||
#: fromgplus.php:66 fromgplus.php:95
|
||||
msgid "Save Settings"
|
||||
msgstr "Zapisz ustawienia"
|
||||
|
||||
#: fromgplus.php:87
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Zapisano ustawienia importu Google+."
|
||||
|
||||
#: fromgplus.php:96
|
||||
msgid "Key"
|
||||
msgstr "Klucz"
|
||||
|
||||
#: fromgplus.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr "Ustawienia zaktualizowane."
|
15
fromgplus/lang/pl/strings.php
Normal file
15
fromgplus/lang/pl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_pl")) {
|
||||
function string_plural_select_pl($n){
|
||||
return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Lustro Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Włącz importowanie Google+";
|
||||
$a->strings["Google Account ID"] = "Identyfikator konta Google";
|
||||
$a->strings["Add keywords to post"] = "Dodaj słowa kluczowe do opublikowania";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["Google+ Import Settings saved."] = "Zapisano ustawienia importu Google+.";
|
||||
$a->strings["Key"] = "Klucz";
|
||||
$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
|
7
fromgplus/lang/pt-br/strings.php
Normal file
7
fromgplus/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Configurações de importação do Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Habilitar a importação do Google+";
|
||||
$a->strings["Google Account ID"] = "ID da conta do Google";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Google+ Import Settings saved."] = "As configurações de importação do Google+ foram salvas.";
|
40
fromgplus/lang/ro/messages.po
Normal file
40
fromgplus/lang/ro/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Doru DEACONU <dumitrudeaconu@yahoo.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-11-27 14:14+0000\n"
|
||||
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: fromgplus.php:33
|
||||
msgid "Google+ Import Settings"
|
||||
msgstr "Google + Configurările de Importare "
|
||||
|
||||
#: fromgplus.php:36
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Permitere Import Google+"
|
||||
|
||||
#: fromgplus.php:39
|
||||
msgid "Google Account ID"
|
||||
msgstr "ID Cont Google"
|
||||
|
||||
#: fromgplus.php:44
|
||||
msgid "Submit"
|
||||
msgstr "Trimite"
|
||||
|
||||
#: fromgplus.php:59
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Configurările de Importare Google+ au fost salvate. "
|
12
fromgplus/lang/ro/strings.php
Normal file
12
fromgplus/lang/ro/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Import Settings"] = "Google + Configurările de Importare ";
|
||||
$a->strings["Enable Google+ Import"] = "Permitere Import Google+";
|
||||
$a->strings["Google Account ID"] = "ID Cont Google";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
$a->strings["Google+ Import Settings saved."] = "Configurările de Importare Google+ au fost salvate. ";
|
7
fromgplus/lang/ru/strings.php
Normal file
7
fromgplus/lang/ru/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "";
|
||||
$a->strings["Enable Google+ Import"] = "";
|
||||
$a->strings["Google Account ID"] = "";
|
||||
$a->strings["Submit"] = "Подтвердить";
|
||||
$a->strings["Google+ Import Settings saved."] = "";
|
3
fromgplus/lang/sv/strings.php
Normal file
3
fromgplus/lang/sv/strings.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Spara";
|
7
fromgplus/lang/zh-cn/strings.php
Normal file
7
fromgplus/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Google+进口设置";
|
||||
$a->strings["Enable Google+ Import"] = "使Google+进口可用";
|
||||
$a->strings["Google Account ID"] = "Google+用户名";
|
||||
$a->strings["Submit"] = "提交";
|
||||
$a->strings["Google+ Import Settings saved."] = "把Google+进口设置保存了";
|
Loading…
Add table
Add a link
Reference in a new issue