diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-05 01:56:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-05 01:56:33 -0400 |
commit | 23e0ef6ed0966376c384ca31f42cef672bbfd7bb (patch) | |
tree | 58d96603f18745246880cb6e48bc33cde5f0c9ae /apps/files_sharing/l10n/bs.php | |
parent | 8fbcca129102341cb957e18ab69f75f984fb43d1 (diff) | |
download | nextcloud-server-23e0ef6ed0966376c384ca31f42cef672bbfd7bb.tar.gz nextcloud-server-23e0ef6ed0966376c384ca31f42cef672bbfd7bb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/bs.php')
-rw-r--r-- | apps/files_sharing/l10n/bs.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/bs.php b/apps/files_sharing/l10n/bs.php index 440d8140d9d..bf5b758a33d 100644 --- a/apps/files_sharing/l10n/bs.php +++ b/apps/files_sharing/l10n/bs.php @@ -1,7 +1,6 @@ <?php $TRANSLATIONS = array( "Shared by" => "Dijeli", -"Name" => "Ime", -"Save" => "Spasi" +"Name" => "Ime" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |