summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/bs.js
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-31 01:54:33 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-31 01:54:33 -0500
commit573be9092d088929eb307427a810ddaab7801f89 (patch)
tree8b69634035da4fad95feabed6a015a0b5c2732cc /apps/files/l10n/bs.js
parentc16cb74ba2c8cbd51db3f4e12aa1d69416932475 (diff)
downloadnextcloud-server-573be9092d088929eb307427a810ddaab7801f89.tar.gz
nextcloud-server-573be9092d088929eb307427a810ddaab7801f89.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/bs.js')
-rw-r--r--apps/files/l10n/bs.js23
1 files changed, 22 insertions, 1 deletions
diff --git a/apps/files/l10n/bs.js b/apps/files/l10n/bs.js
index 26a2e48c947..2103b468b8a 100644
--- a/apps/files/l10n/bs.js
+++ b/apps/files/l10n/bs.js
@@ -1,13 +1,34 @@
OC.L10N.register(
"files",
{
+ "Unknown error" : "Nepoznata greška",
+ "File name cannot be empty." : "Naziv datoteke ne može biti prazan",
+ "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dopušteni.",
+ "No file was uploaded. Unknown error" : "Nijedna datoteka nije učitana. Nepoznata greška.",
+ "There is no error, the file uploaded with success" : "Nema greške, datoteka uspješno učitana.",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedene u HTML formi",
+ "The uploaded file was only partially uploaded" : "Učitana datoteka je samo djelomično učitana",
+ "No file was uploaded" : "Nijedna datoteka nije učitana.",
+ "Missing a temporary folder" : "Nedostaje privremeni direktorij.",
+ "Failed to write to disk" : "Zapisivanje na disk nije uspjelo.",
+ "Not enough storage available" : "Prostor za pohranu je nedovoljan",
+ "Favorites" : "Favoriti",
+ "Home" : "Kućni",
+ "Delete" : "Izbriši",
+ "Unshare" : "Prestani dijeliti",
+ "Error" : "Greška",
"Name" : "Ime",
"Size" : "Veličina",
"_%n folder_::_%n folders_" : ["","",""],
"_%n file_::_%n files_" : ["","",""],
"_Uploading %n file_::_Uploading %n files_" : ["","",""],
+ "Favorite" : "Favorit",
+ "Upload (max. %s)" : "Učitaj (max. %s)",
"Save" : "Spasi",
+ "Settings" : "Postavke",
"New folder" : "Nova fascikla",
- "Folder" : "Fasikla"
+ "Folder" : "Fasikla",
+ "Upload" : "Učitaj",
+ "Download" : "Preuzmite"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");