diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-09 01:56:49 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-09 01:56:49 -0400 |
commit | 796f71954847681f85038c8c27b178dc8f2e0895 (patch) | |
tree | 1a941ef324191a7bbb1c836345db528d10d425c8 /apps/files_sharing | |
parent | 1a09d64a77251fefbf742850744ebc9ee4460cbd (diff) | |
download | nextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.tar.gz nextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php new file mode 100644 index 00000000000..02a2f6fb628 --- /dev/null +++ b/apps/files_sharing/l10n/ast.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"Shared by {owner}" => "Compartíu por {owner}", +"Password" => "Contraseña" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |