diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-28 01:58:28 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-28 01:58:28 -0400 |
commit | 48621115c10f62f776dbe41ad9a51c1ac360fc8c (patch) | |
tree | 14cc2c134acfed1a3e7b0a7d046277b0e6aa294a /lib/l10n | |
parent | fa35650e0a25502fa21153923890d693f3870621 (diff) | |
download | nextcloud-server-48621115c10f62f776dbe41ad9a51c1ac360fc8c.tar.gz nextcloud-server-48621115c10f62f776dbe41ad9a51c1ac360fc8c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/da.php | 3 | ||||
-rw-r--r-- | lib/l10n/eu.php | 4 | ||||
-rw-r--r-- | lib/l10n/nl.php | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/da.php b/lib/l10n/da.php index 7ec9fabddc8..789328a3100 100644 --- a/lib/l10n/da.php +++ b/lib/l10n/da.php @@ -5,12 +5,14 @@ "Users" => "Brugere", "Apps" => "Apps", "Admin" => "Admin", +"Failed to upgrade \"%s\"." => "Upgradering af \"%s\" fejlede", "web services under your control" => "Webtjenester under din kontrol", "cannot open \"%s\"" => "Kan ikke åbne \"%s\"", "ZIP download is turned off." => "ZIP-download er slået fra.", "Files need to be downloaded one by one." => "Filer skal downloades en for en.", "Back to Files" => "Tilbage til Filer", "Selected files too large to generate zip file." => "De markerede filer er for store til at generere en ZIP-fil.", +"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Download filerne i små bider, seperat, eller kontakt venligst din administrator.", "couldn't be determined" => "kunne ikke fastslås", "Application is not enabled" => "Programmet er ikke aktiveret", "Authentication error" => "Adgangsfejl", @@ -50,5 +52,6 @@ "%d months ago" => "%d måneder siden", "last year" => "sidste år", "years ago" => "år siden", +"Caused by:" => "Forårsaget af:", "Could not find category \"%s\"" => "Kunne ikke finde kategorien \"%s\"" ); diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php index 131ac6d7daa..94b4cfb902e 100644 --- a/lib/l10n/eu.php +++ b/lib/l10n/eu.php @@ -5,11 +5,14 @@ "Users" => "Erabiltzaileak", "Apps" => "Aplikazioak", "Admin" => "Admin", +"Failed to upgrade \"%s\"." => "Ezin izan da \"%s\" eguneratu.", "web services under your control" => "web zerbitzuak zure kontrolpean", +"cannot open \"%s\"" => "ezin da \"%s\" ireki", "ZIP download is turned off." => "ZIP deskarga ez dago gaituta.", "Files need to be downloaded one by one." => "Fitxategiak banan-banan deskargatu behar dira.", "Back to Files" => "Itzuli fitxategietara", "Selected files too large to generate zip file." => "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko.", +"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Deskargatu fitzategiak zati txikiagoetan, banan-banan edo eskatu mesedez zure administradoreari", "couldn't be determined" => "ezin izan da zehaztu", "Application is not enabled" => "Aplikazioa ez dago gaituta", "Authentication error" => "Autentifikazio errorea", @@ -49,5 +52,6 @@ "%d months ago" => "orain dela %d hilabete", "last year" => "joan den urtean", "years ago" => "urte", +"Caused by:" => "Honek eraginda:", "Could not find category \"%s\"" => "Ezin da \"%s\" kategoria aurkitu" ); diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php index de80d1b5d56..0a221b11f00 100644 --- a/lib/l10n/nl.php +++ b/lib/l10n/nl.php @@ -5,11 +5,14 @@ "Users" => "Gebruikers", "Apps" => "Apps", "Admin" => "Beheerder", +"Failed to upgrade \"%s\"." => "Upgrade \"%s\" mislukt.", "web services under your control" => "Webdiensten in eigen beheer", +"cannot open \"%s\"" => "Kon \"%s\" niet openen", "ZIP download is turned off." => "ZIP download is uitgeschakeld.", "Files need to be downloaded one by one." => "Bestanden moeten één voor één worden gedownload.", "Back to Files" => "Terug naar bestanden", "Selected files too large to generate zip file." => "De geselecteerde bestanden zijn te groot om een zip bestand te maken.", +"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Download de bestanden in kleinere brokken, appart of vraag uw administrator.", "couldn't be determined" => "kon niet worden vastgesteld", "Application is not enabled" => "De applicatie is niet actief", "Authentication error" => "Authenticatie fout", @@ -49,5 +52,6 @@ "%d months ago" => "%d maanden geleden", "last year" => "vorig jaar", "years ago" => "jaar geleden", +"Caused by:" => "Gekomen door:", "Could not find category \"%s\"" => "Kon categorie \"%s\" niet vinden" ); |