mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
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
95
pumpio/lang/sv/messages.po
Normal file
95
pumpio/lang/sv/messages.po
Normal file
|
@ -0,0 +1,95 @@
|
|||
# ADDON pumpio
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica pumpio 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-11-21 19:17-0500\n"
|
||||
"PO-Revision-Date: 2022-01-16 00:51+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"
|
||||
|
||||
#: pumpio.php:57
|
||||
msgid "Permission denied."
|
||||
msgstr "Åtkomst nekad."
|
||||
|
||||
#: pumpio.php:152
|
||||
#, php-format
|
||||
msgid "Unable to register the client at the pump.io server '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:192
|
||||
msgid "You are now authenticated to pumpio."
|
||||
msgstr "Du är nu autentiserad till pumpio."
|
||||
|
||||
#: pumpio.php:193
|
||||
msgid "return to the connector page"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:213
|
||||
msgid "Post to pumpio"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:237
|
||||
msgid "Save Settings"
|
||||
msgstr "Spara inställningar"
|
||||
|
||||
#: pumpio.php:239
|
||||
msgid "Delete this preset"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:245
|
||||
msgid "Authenticate your pump.io connection"
|
||||
msgstr "Autentisera din pum.io-anslutning"
|
||||
|
||||
#: pumpio.php:252
|
||||
msgid "Pump.io servername (without \"http://\" or \"https://\" )"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:253
|
||||
msgid "Pump.io username (without the servername)"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:254
|
||||
msgid "Import the remote timeline"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:255
|
||||
msgid "Enable Pump.io Post Addon"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:256
|
||||
msgid "Post to Pump.io by default"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:257
|
||||
msgid "Should posts be public?"
|
||||
msgstr "Bör inlägg vara publika?"
|
||||
|
||||
#: pumpio.php:258
|
||||
msgid "Mirror all public posts"
|
||||
msgstr "Spegla alla publika inlägg"
|
||||
|
||||
#: pumpio.php:263
|
||||
msgid "Pump.io Import/Export/Mirror"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:920
|
||||
msgid "status"
|
||||
msgstr "status"
|
||||
|
||||
#: pumpio.php:924
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr "%1$s gillar %2$s's %3$s"
|
15
pumpio/lang/sv/strings.php
Normal file
15
pumpio/lang/sv/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Permission denied.'] = 'Åtkomst nekad.';
|
||||
$a->strings['You are now authenticated to pumpio.'] = 'Du är nu autentiserad till pumpio.';
|
||||
$a->strings['Save Settings'] = 'Spara inställningar';
|
||||
$a->strings['Authenticate your pump.io connection'] = 'Autentisera din pum.io-anslutning';
|
||||
$a->strings['Should posts be public?'] = 'Bör inlägg vara publika?';
|
||||
$a->strings['Mirror all public posts'] = 'Spegla alla publika inlägg';
|
||||
$a->strings['status'] = 'status';
|
||||
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s gillar %2$s\'s %3$s';
|
Loading…
Add table
Add a link
Reference in a new issue