mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
49
openstreetmap/lang/it/messages.po
Normal file
49
openstreetmap/lang/it/messages.po
Normal file
|
@ -0,0 +1,49 @@
|
|||
# ADDON openstreetmap
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica openstreetmap 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 11:01+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"
|
||||
|
||||
#: openstreetmap.php:70
|
||||
msgid "Map"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:94
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:95
|
||||
msgid "Tile Server URL"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:95
|
||||
msgid ""
|
||||
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
|
||||
"target=\"_blank\">public tile servers</a>"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:96
|
||||
msgid "Default zoom"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:96
|
||||
msgid "The default zoom level. (1:world, 18:highest)"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:104
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
|
@ -1,8 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Tile Server URL"] = "";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "Default zoom";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Map"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Tile Server URL"] = "";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue