IT: imported translations

This commit is contained in:
Tobias Diekershoff 2014-09-14 22:01:44 +02:00
parent e60a9e61fd
commit 1038ae0174
128 changed files with 5405 additions and 669 deletions

View file

@ -0,0 +1,47 @@
# ADDON yourls
# Copyright (C)
# This file is distributed under the same license as the Friendica yourls 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:08+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"
#: yourls.php:55 yourls.php:59
msgid "YourLS"
msgstr ""
#: yourls.php:63
msgid "URL: http://"
msgstr ""
#: yourls.php:68
msgid "Username:"
msgstr ""
#: yourls.php:73
msgid "Password:"
msgstr ""
#: yourls.php:78
msgid "Use SSL "
msgstr ""
#: yourls.php:82
msgid "Save Settings"
msgstr ""
#: yourls.php:98
msgid "yourls Settings saved."
msgstr ""

View file

@ -1,9 +1,14 @@
<?php
$a->strings["YourLS Settings"] = "Impostazioni YourLS";
$a->strings["URL: http://"] = "URL: http://";
$a->strings["Username:"] = "Nome utente:";
$a->strings["Password:"] = "Password:";
$a->strings["Use SSL "] = "Usa SSL";
$a->strings["Submit"] = "Invia";
$a->strings["yourls Settings saved."] = "Impostazioni yourls salvate.";
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["YourLS"] = "";
$a->strings["URL: http://"] = "";
$a->strings["Username:"] = "";
$a->strings["Password:"] = "";
$a->strings["Use SSL "] = "";
$a->strings["Save Settings"] = "";
$a->strings["yourls Settings saved."] = "";