mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19: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
wppost/lang/it/messages.po
Normal file
67
wppost/lang/it/messages.po
Normal file
|
@ -0,0 +1,67 @@
|
|||
# ADDON wppost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica wppost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-06-23 13:07+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"
|
||||
|
||||
#: wppost.php:42
|
||||
msgid "Post to Wordpress"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:79 wppost.php:83
|
||||
msgid "Wordpress Export"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:86
|
||||
msgid "Enable WordPress Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:91
|
||||
msgid "WordPress username"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:96
|
||||
msgid "WordPress password"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:101
|
||||
msgid "WordPress API URL"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:106
|
||||
msgid "Post to WordPress by default"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:111
|
||||
msgid "Provide a backlink to the Friendica post"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:116
|
||||
msgid "Don't post messages that are too short"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:122
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:243
|
||||
msgid "Post from Friendica"
|
||||
msgstr ""
|
||||
|
||||
#: wppost.php:255
|
||||
msgid "Read the original post and comment stream on Friendica"
|
||||
msgstr ""
|
|
@ -1,13 +1,19 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Wordpress"] = "Pubblica su Wordpress";
|
||||
$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Abilita plugin \"invia a WordPress\"";
|
||||
$a->strings["WordPress username"] = "nome utente WordPress";
|
||||
$a->strings["WordPress password"] = "password WordPress";
|
||||
$a->strings["WordPress API URL"] = "WordPress API URL";
|
||||
$a->strings["Post to WordPress by default"] = "Pubblica su WordPress di default";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Wordpress"] = "";
|
||||
$a->strings["Wordpress Export"] = "";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "";
|
||||
$a->strings["WordPress username"] = "";
|
||||
$a->strings["WordPress password"] = "";
|
||||
$a->strings["WordPress API URL"] = "";
|
||||
$a->strings["Post to WordPress by default"] = "";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Don't post messages that are too short"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Post from Friendica"] = "";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue