Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sv.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 330bcc3482174482ce88a9d3fd23aebd28d93203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Kunde inte radera %s permanent",
"Couldn't restore %s" => "Kunde inte återställa %s",
"Deleted files" => "Raderade filer",
"Restore" => "Återskapa",
"Error" => "Fel",
"restored" => "återställd",
"Nothing in here. Your trash bin is empty!" => "Ingenting här. Din papperskorg är tom!",
"Name" => "Namn",
"Deleted" => "Raderad",
"Delete" => "Radera"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";