mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Fixed Language files to reflect plugin name
This commit is contained in:
parent
21a6ac9396
commit
6a9e0c0404
37 changed files with 31 additions and 462 deletions
|
@ -20,11 +20,11 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: krynn.php:150
|
||||
msgid "Planets Settings"
|
||||
msgid "Krynn Settings"
|
||||
msgstr "Impostazioni \"Pianeti\""
|
||||
|
||||
#: krynn.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgid "Enable Krynn Plugin"
|
||||
msgstr "Abilita il plugin \"Pianeti\""
|
||||
|
||||
#: krynn.php:158
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
# ADDON planets
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica planets addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-10-15 09:01+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\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"
|
||||
|
||||
#: planets.php:150
|
||||
msgid "Planets Settings"
|
||||
msgstr "Impostazioni \"Pianeti\""
|
||||
|
||||
#: planets.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgstr "Abilita il plugin \"Pianeti\""
|
||||
|
||||
#: planets.php:158
|
||||
msgid "Submit"
|
||||
msgstr ""
|
|
@ -5,6 +5,6 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Impostazioni \"Pianeti\"";
|
||||
$a->strings["Enable Planets Plugin"] = "Abilita il plugin \"Pianeti\"";
|
||||
$a->strings["Krynn Settings"] = "Impostazioni \"Kryn";
|
||||
$a->strings["Enable Krynn Plugin"] = "Abilita il plugin \"Krynn\"";
|
||||
$a->strings["Submit"] = "";
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Impostazioni \"Pianeti\"";
|
||||
$a->strings["Enable Planets Plugin"] = "Abilita il plugin \"Pianeti\"";
|
||||
$a->strings["Submit"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue