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
56
webrtc/lang/sv/messages.po
Normal file
56
webrtc/lang/sv/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON webrtc
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica webrtc 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:16+0100\n"
|
||||
"PO-Revision-Date: 2022-01-16 00:57+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"
|
||||
|
||||
#: webrtc.php:19
|
||||
msgid "WebRTC Videochat"
|
||||
msgstr ""
|
||||
|
||||
#: webrtc.php:25
|
||||
msgid "Save Settings"
|
||||
msgstr "Spara inställningar"
|
||||
|
||||
#: webrtc.php:26
|
||||
msgid "WebRTC Base URL"
|
||||
msgstr ""
|
||||
|
||||
#: webrtc.php:26
|
||||
msgid ""
|
||||
"Page your users will create a WebRTC chat room on. For example you could use"
|
||||
" https://live.mayfirst.org ."
|
||||
msgstr ""
|
||||
|
||||
#: webrtc.php:45
|
||||
msgid "Video Chat"
|
||||
msgstr "Videochatt"
|
||||
|
||||
#: webrtc.php:46
|
||||
msgid ""
|
||||
"WebRTC is a video and audio conferencing tool that works with Firefox "
|
||||
"(version 21 and above) and Chrome/Chromium (version 25 and above). Just "
|
||||
"create a new chat room and send the link to someone you want to chat with."
|
||||
msgstr ""
|
||||
|
||||
#: webrtc.php:48
|
||||
msgid ""
|
||||
"Please contact your friendica admin and send a reminder to configure the "
|
||||
"WebRTC addon."
|
||||
msgstr ""
|
9
webrtc/lang/sv/strings.php
Normal file
9
webrtc/lang/sv/strings.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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';
|
||||
$a->strings['Video Chat'] = 'Videochatt';
|
Loading…
Add table
Add a link
Reference in a new issue