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
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.";
|
Loading…
Add table
Add a link
Reference in a new issue