mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
79
mailstream/lang/it/messages.po
Normal file
79
mailstream/lang/it/messages.po
Normal file
|
@ -0,0 +1,79 @@
|
|||
# ADDON mailstream
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica mailstream 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 09:54+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"
|
||||
|
||||
#: mailstream.php:55
|
||||
msgid "From Address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:57
|
||||
msgid "Email address that stream items will appear to be from."
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:60 mailstream.php:282
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:165
|
||||
msgid "Re:"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:173
|
||||
msgid "Friendica post"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:176
|
||||
msgid "Diaspora post"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:183
|
||||
msgid "Feed item"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:186
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:188
|
||||
msgid "Friendica Item"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:229
|
||||
msgid "Upstream"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:230
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:274
|
||||
msgid "Email Address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:276
|
||||
msgid "Leave blank to use your account email address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:279
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:281
|
||||
msgid "Mail Stream Settings"
|
||||
msgstr ""
|
22
mailstream/lang/it/strings.php
Normal file
22
mailstream/lang/it/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "";
|
||||
$a->strings["Diaspora post"] = "";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue