summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/hu_HU.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-06 01:57:10 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-06 01:57:10 -0400
commitca739a59f05e3f8b2ca8bd62d91156ec33f7658e (patch)
tree438618a0b4f9b25be275dd3df24b7395ed8c047f /apps/files_sharing/l10n/hu_HU.php
parent70e0ae063739b9749883bd184fee0a80f184685b (diff)
downloadnextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.tar.gz
nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/hu_HU.php')
-rw-r--r--apps/files_sharing/l10n/hu_HU.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/hu_HU.php b/apps/files_sharing/l10n/hu_HU.php
index 82683852d25..a95322f093f 100644
--- a/apps/files_sharing/l10n/hu_HU.php
+++ b/apps/files_sharing/l10n/hu_HU.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Saved" => "Elmentve",
+"Reset" => "Visszaállítás",
"Shared by {owner}" => "Megosztotta: {owner}",
"Shared by" => "Megosztotta Önnel",
"This share is password-protected" => "Ez egy jelszóval védett megosztás",
@@ -13,6 +15,7 @@ $TRANSLATIONS = array(
"sharing is disabled" => "letiltásra került a megosztás",
"For more info, please ask the person who sent this link." => "További információért forduljon ahhoz, aki ezt a linket küldte Önnek!",
"Download" => "Letöltés",
-"Direct link" => "Közvetlen link"
+"Direct link" => "Közvetlen link",
+"Save" => "Mentés"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";