mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Buffer SV translation added THX Bjoessi
This commit is contained in:
parent
8ef52c088b
commit
07c3b632f3
2 changed files with 99 additions and 0 deletions
22
buffer/lang/sv/strings.php
Normal file
22
buffer/lang/sv/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Åtkomst nekad.";
|
||||
$a->strings["Save Settings"] = "Spara inställningar";
|
||||
$a->strings["Client ID"] = "Klient-ID";
|
||||
$a->strings["Client Secret"] = "Klient hemlig nyckel";
|
||||
$a->strings["Error when registering buffer connection:"] = "Fel vid anslutning till Buffer";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Du är nu autentiserad mot Buffer.";
|
||||
$a->strings["return to the connector page"] = "återgå till anslutningssida";
|
||||
$a->strings["Post to Buffer"] = "Inlägg till Buffer";
|
||||
$a->strings["Buffer Export"] = "Export till Buffer";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Validera din anslutning mot Buffer";
|
||||
$a->strings["Enable Buffer Post Addon"] = "Aktivera tillägg för Buffer-inlägg";
|
||||
$a->strings["Post to Buffer by default"] = "Lägg in på Buffer som standard";
|
||||
$a->strings["Check to delete this preset"] = "Markera för att ta bort förinställning";
|
||||
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Inlägg skickas som standard till alla konton som är aktiverade:";
|
Loading…
Add table
Add a link
Reference in a new issue