SV addon translation update THX Kristoffer Grundström
This commit is contained in:
parent
5a236d72b6
commit
631b456755
110 changed files with 3910 additions and 274 deletions
61
piwik/lang/sv/messages.po
Normal file
61
piwik/lang/sv/messages.po
Normal file
|
@ -0,0 +1,61 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Hypolite Petovan <hypolite@mrpetovan.com>, 2019
|
||||
# Kristoffer Grundström <lovaren@gmail.com>, 2022
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2022-01-16 01:06+0000\n"
|
||||
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: piwik.php:87
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
|
||||
" analytics tool."
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:90
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged in this way you <a "
|
||||
"href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further "
|
||||
"visits of the site</a> (opt-out)."
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:97
|
||||
msgid "Save Settings"
|
||||
msgstr "Spara inställningar"
|
||||
|
||||
#: piwik.php:98
|
||||
msgid "Matomo (Piwik) Base URL"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:98
|
||||
msgid ""
|
||||
"Absolute path to your Matomo (Piwik) installation. (without protocol "
|
||||
"(http/s), with trailing slash)"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:99
|
||||
msgid "Site ID"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:100
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:101
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr ""
|
|
@ -1,4 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Spara";
|
||||
$a->strings["Settings updated."] = "Inställningarna har uppdaterats.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Save Settings'] = 'Spara inställningar';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue