diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-04 01:56:15 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-04 01:56:15 -0400 |
commit | 9385b97b5f38ebf2ed85e740fe3c52f1e6117d49 (patch) | |
tree | bad7575b4b4f7b7012cae29ab9140e732cea1f1a /apps/files | |
parent | e381d7d1805bbe73ab7e5918b4dbadcd4bc12405 (diff) | |
download | nextcloud-server-9385b97b5f38ebf2ed85e740fe3c52f1e6117d49.tar.gz nextcloud-server-9385b97b5f38ebf2ed85e740fe3c52f1e6117d49.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/da.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/pl.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/ro.php | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 1f4642405ab..076fa46b4c3 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Omdøb", "Your download is being prepared. This might take some time if the files are big." => "Dit download forberedes. Dette kan tage lidt tid ved større filer.", "Pending" => "Afventer", +"Error moving file." => "Fejl ved flytning af fil", "Error moving file" => "Fejl ved flytning af fil", "Error" => "Fejl", "Could not rename file" => "Kunne ikke omdøbe filen", @@ -62,6 +63,7 @@ $TRANSLATIONS = array( "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Krypteringen blev deaktiveret, men dine filer er stadig krypteret. Gå venligst til dine personlige indstillinger for at dekryptere dine filer. ", "{dirs} and {files}" => "{dirs} og {files}", "%s could not be renamed" => "%s kunne ikke omdøbes", +"Upload (max. %s)" => "Upload (max. %s)", "File handling" => "Filhåndtering", "Maximum upload size" => "Maksimal upload-størrelse", "max. possible: " => "max. mulige: ", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index 6b2c683016e..fa9c7911443 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "Rename" => "Zmień nazwę", "Your download is being prepared. This might take some time if the files are big." => "Pobieranie jest przygotowywane. Może to zająć trochę czasu jeśli pliki są duże.", "Pending" => "Oczekujące", +"Error moving file." => "Błąd podczas przenoszenia pliku.", "Error moving file" => "Błąd prz przenoszeniu pliku", "Error" => "Błąd", "Could not rename file" => "Nie można zmienić nazwy pliku", diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index 5dcbfd8a63a..c36ba11fc0c 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "The target folder has been moved or deleted." => "Dosarul țintă a fost mutat sau șters.", "The name %s is already used in the folder %s. Please choose a different name." => "Numele %s este deja este folosit în dosarul %s. Te rog alege alt nume.", "Not a valid source" => "Sursă nevalidă", +"Server is not allowed to open URLs, please check the server configuration" => "Serverului nu ii este permis sa deschida URL-ul , verificati setarile serverului", "Error while downloading %s to %s" => "Eroare la descarcarea %s in %s", "Error when creating the file" => "Eroare la crearea fisierului", "Folder name cannot be empty." => "Numele folderului nu poate fi liber.", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "\"{name}\" is an invalid file name." => "\"{name}\" este un nume de fișier nevalid.", "Your storage is full, files can not be updated or synced anymore!" => "Spațiul de stocare este plin, fișierele nu mai pot fi actualizate sau sincronizate!", "Your storage is almost full ({usedSpacePercent}%)" => "Spațiul de stocare este aproape plin ({usedSpacePercent}%)", +"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplicatia de criptare este activata dar tastatura nu este initializata , va rugam deconectati-va si reconectati-va", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Cheie privată nevalidă pentru aplicația Încriptare. Te rog, actualizează-ți parola cheii private folosind setările personale pentru a reaccesa fișierele tale încriptate.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "criptarea a fost disactivata dar fisierele sant inca criptate.va rog intrati in setarile personale pentru a decripta fisierele", "{dirs} and {files}" => "{dirs} și {files}", |