mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Removed deprecated addons
This commit is contained in:
parent
18784a484b
commit
936afb42c4
247 changed files with 13 additions and 17479 deletions
|
@ -1,68 +0,0 @@
|
|||
# ADDON gpluspost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gpluspost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-12 16:50+0000\n"
|
||||
"PO-Revision-Date: 2014-09-10 12:14+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"
|
||||
|
||||
#: gpluspost.php:39
|
||||
msgid "Post to Google+"
|
||||
msgstr "Invia a Google+"
|
||||
|
||||
#: gpluspost.php:94
|
||||
msgid "Enable Google+ Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Google+"
|
||||
|
||||
#: gpluspost.php:109
|
||||
msgid "Google+ username"
|
||||
msgstr "Nome utente Google+"
|
||||
|
||||
#: gpluspost.php:114
|
||||
msgid "Google+ password"
|
||||
msgstr "Password Google+"
|
||||
|
||||
#: gpluspost.php:119
|
||||
msgid "Google+ page number"
|
||||
msgstr "Numero pagina Google+"
|
||||
|
||||
#: gpluspost.php:125
|
||||
msgid "Post to Google+ by default"
|
||||
msgstr "Invia sempre a Google+"
|
||||
|
||||
#: gpluspost.php:130
|
||||
msgid "Do not prevent posting loops"
|
||||
msgstr "Non prevenire i loop di invio"
|
||||
|
||||
#: gpluspost.php:136
|
||||
msgid "Skip messages without links"
|
||||
msgstr "Salta i messaggi senza collegamenti"
|
||||
|
||||
#: gpluspost.php:143
|
||||
msgid "Mirror all public posts"
|
||||
msgstr "Ricopia tutti i post pubblici"
|
||||
|
||||
#: gpluspost.php:147
|
||||
msgid "Mirror Google Account ID"
|
||||
msgstr "Ricopia l'ID Google Account"
|
||||
|
||||
#: gpluspost.php:154
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: gpluspost.php:310
|
||||
msgid "Google+ post failed. Queued for retry."
|
||||
msgstr "Invio a Google+ fallito. In attesa di riprovare."
|
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "Invia a Google+";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "Abilita il plugin di invio a Google+";
|
||||
$a->strings["Google+ username"] = "Nome utente Google+";
|
||||
$a->strings["Google+ password"] = "Password Google+";
|
||||
$a->strings["Google+ page number"] = "Numero pagina Google+";
|
||||
$a->strings["Post to Google+ by default"] = "Invia sempre a Google+";
|
||||
$a->strings["Do not prevent posting loops"] = "Non prevenire i loop di invio";
|
||||
$a->strings["Skip messages without links"] = "Salta i messaggi senza collegamenti";
|
||||
$a->strings["Mirror all public posts"] = "Ricopia tutti i post pubblici";
|
||||
$a->strings["Mirror Google Account ID"] = "Ricopia l'ID Google Account";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "Invio a Google+ fallito. In attesa di riprovare.";
|
Loading…
Add table
Add a link
Reference in a new issue