mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00: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
|
@ -1,11 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Upload a file"] = "Ladda upp en fil";
|
||||
$a->strings["Drop files here to upload"] = "Dra filer som ska laddas upp hit";
|
||||
$a->strings["Cancel"] = "Avbryt";
|
||||
$a->strings["Failed"] = "Misslyckades";
|
||||
$a->strings["No files were uploaded."] = "Inga filer laddades upp.";
|
||||
$a->strings["Uploaded file is empty"] = "Den uppladdade filen är tom";
|
||||
$a->strings["Image exceeds size limit of "] = "Bilden överskrider den tillåtna storleken ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Otillåten filnamnsändelse, det ska vara ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Serverfel eller avbruten uppladdning";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Drop files here to upload'] = 'Släpp filer här för att ladda upp';
|
||||
$a->strings['Cancel'] = 'Avbryt';
|
||||
$a->strings['Failed'] = 'Misslyckades';
|
||||
$a->strings['No files were uploaded.'] = 'Inga filer laddades upp.';
|
||||
$a->strings['Uploaded file is empty'] = 'Den uppladdade filen är tom';
|
||||
$a->strings['Upload was cancelled, or server error encountered'] = 'Uppladdningen avbröts, eller så uppstod det ett server-fel';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue