diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-04 11:07:57 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-04 11:07:57 +0200 |
commit | ed89a746e2307b378d03fae437c29357ca291321 (patch) | |
tree | 661bbf7634b0e0b69f1f9bf396b6a68e2ba8a9b2 | |
parent | f359e3432e6b58ef690425229014f6a9de8173c4 (diff) | |
parent | 78af01393f49e8e640ea795af6fdc9c7ff5f23c1 (diff) | |
download | nextcloud-server-ed89a746e2307b378d03fae437c29357ca291321.tar.gz nextcloud-server-ed89a746e2307b378d03fae437c29357ca291321.zip |
Merge pull request #10122 from malditoastur/patch-1
Update ast.php
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index e7a9001ec60..86b2aaf2a03 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -2,9 +2,9 @@ $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", "Couldn't add remote share" => "Nun pudo amestase una compartición remota", -"Shared with you" => "Compartío contigo", -"Shared with others" => "Compartío con otros", -"Shared by link" => "Compartíu por enllaz", +"Shared with you" => "Compartíos contigo", +"Shared with others" => "Compartíos con otros", +"Shared by link" => "Compartíos per enllaz", "No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.", "You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", "You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.", |