mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
67
gpluspost/lang/it/messages.po
Normal file
67
gpluspost/lang/it/messages.po
Normal file
|
@ -0,0 +1,67 @@
|
|||
# ADDON gpluspost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gpluspost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-06-23 08:32+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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:38
|
||||
msgid "Post to Google+"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:93
|
||||
msgid "Enable Google+ Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:108
|
||||
msgid "Google+ username"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:113
|
||||
msgid "Google+ password"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:118
|
||||
msgid "Google+ page number"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:124
|
||||
msgid "Post to Google+ by default"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:129
|
||||
msgid "Do not prevent posting loops"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:135
|
||||
msgid "Skip messages without links"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:142
|
||||
msgid "Mirror all public posts"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:146
|
||||
msgid "Mirror Google Account ID"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:153
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:308
|
||||
msgid "Google+ post failed. Queued for retry."
|
||||
msgstr ""
|
19
gpluspost/lang/it/strings.php
Normal file
19
gpluspost/lang/it/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "";
|
||||
$a->strings["Google+ username"] = "";
|
||||
$a->strings["Google+ password"] = "";
|
||||
$a->strings["Google+ page number"] = "";
|
||||
$a->strings["Post to Google+ by default"] = "";
|
||||
$a->strings["Do not prevent posting loops"] = "";
|
||||
$a->strings["Skip messages without links"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Mirror Google Account ID"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "";
|
Loading…
Add table
Add a link
Reference in a new issue