diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-07 00:16:59 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-07 00:16:59 +0100 |
commit | 97222b1de5349ac31abf518b7fd762b24947e237 (patch) | |
tree | 4bdb6ac3db5ee9b1d002a4ae383fd63317f70564 /settings/l10n | |
parent | e5a497c9248fcab82b84befbc3842affccc71f9d (diff) | |
download | nextcloud-server-97222b1de5349ac31abf518b7fd762b24947e237.tar.gz nextcloud-server-97222b1de5349ac31abf518b7fd762b24947e237.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/da.php | 1 | ||||
-rw-r--r-- | settings/l10n/sv.php | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/settings/l10n/da.php b/settings/l10n/da.php index a2b9063053b..da17fc132d9 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -45,6 +45,7 @@ "Locale not working" => "Landestandard fungerer ikke", "This ownCloud server can't set system locale to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." => "Denne ownCloud server kan ikke indstille systemets landestandard for %s. Det betyder, at der kan være problemer med visse tegn i filnavne. Vi anbefaler kraftigt, at installere de nødvendige pakker på dit system til at understøtte %s.", "Internet connection not working" => "Internetforbindelse fungerer ikke", +"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af eksterne applikationer ikke fungerer. Det vil sandsynligvis heller ikke fungere at tilgå filer fra eksterne drev eller informationsemails. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker alle ownClouds funktioner.", "Cron" => "Cron", "Execute one task with each page loaded" => "Udføre en opgave med hver side indlæst", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php er registreret hos en webcron service. Kald cron.php side i owncloud rod en gang i minuttet over HTTP.", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index 0e1723a9373..393ca8135c2 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -29,11 +29,24 @@ "Groups" => "Grupper", "Group Admin" => "Gruppadministratör", "Delete" => "Radera", +"add group" => "lägg till grupp", +"A valid username must be provided" => "Ett giltigt användarnamn måste anges", +"Error creating user" => "Fel vid skapande av användare", +"A valid password must be provided" => "Ett giltigt lösenord måste anges", "__language_name__" => "__language_name__", "Security Warning" => "Säkerhetsvarning", "Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din datakatalog och dina filer är förmodligen tillgängliga från Internet. Den .htaccess-fil som ownCloud tillhandahåller fungerar inte. Vi rekommenderar starkt att du konfigurerar webbservern så att datakatalogen inte längre är tillgänglig eller att du flyttar datakatalogen utanför webbserverns dokument-root.", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.", "Please double check the <a href='%s'>installation guides</a>." => "Var god kontrollera <a href='%s'>installationsguiden</a>.", +"Module 'fileinfo' missing" => "Modulen \"fileinfo\" saknas", +"Sharing" => "Dela", +"Allow links" => "Tillåt länkar", +"Allow resharing" => "Tillåt vidaredelning", +"Allow users to share items shared with them again" => "Tillåt användare att dela vidare filer som delats med dem", +"Allow users to share with anyone" => "Tillåt delning med alla", +"Allow users to only share with users in their groups" => "Tillåt bara delning med användare i egna grupper", +"Security" => "Säkerhet", +"Log" => "Logg", "More" => "Mer", "Version" => "Version", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Utvecklad av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kommunity</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">källkoden</a> är licenserad under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", |