mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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:27+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-10-15 08:34+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"
|
||||
|
@ -20,16 +21,16 @@ msgstr ""
|
|||
|
||||
#: geonames.php:143
|
||||
msgid "Geonames settings updated."
|
||||
msgstr ""
|
||||
msgstr "Impostazioni di Geonames aggiornate."
|
||||
|
||||
#: geonames.php:179
|
||||
msgid "Geonames Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni Geonames"
|
||||
|
||||
#: geonames.php:181
|
||||
msgid "Enable Geonames Plugin"
|
||||
msgstr ""
|
||||
msgstr "Abilita plugin Geonames"
|
||||
|
||||
#: geonames.php:187
|
||||
msgid "Save Settings"
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
|
|
@ -5,7 +5,7 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "";
|
||||
$a->strings["Geonames Settings"] = "";
|
||||
$a->strings["Enable Geonames Plugin"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate.";
|
||||
$a->strings["Geonames Settings"] = "Impostazioni Geonames";
|
||||
$a->strings["Enable Geonames Plugin"] = "Abilita plugin Geonames";
|
||||
$a->strings["Submit"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue