Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-29 03:12:16 +0300
committerNextcloud bot <bot@nextcloud.com>2018-09-29 03:12:16 +0300
commit73aabbd3c01601a81cedff36d181c4a674d68d8a (patch)
treeacd270cd4ba4771574579c07a334981dcc516319 /apps/files_trashbin/l10n/hr.js
parentb7bd6bd68250612d975b63fcfbb0865224c93d7c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/hr.js')
-rw-r--r--apps/files_trashbin/l10n/hr.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/hr.js b/apps/files_trashbin/l10n/hr.js
index 476b0938c77..5c071fe6da1 100644
--- a/apps/files_trashbin/l10n/hr.js
+++ b/apps/files_trashbin/l10n/hr.js
@@ -1,17 +1,17 @@
OC.L10N.register(
"files_trashbin",
{
- "Couldn't delete %s permanently" : "Nije moguće trajno izbrisati %s",
- "Couldn't restore %s" : "Nije moguće obnoviti %s",
"Deleted files" : "Izbrisane datoteke",
"Restore" : "Obnovite",
"Delete" : "Izbrišite",
"Delete permanently" : "Trajno izbrišite",
- "Error" : "Pogreška",
"restored" : "Obnovljeno",
"No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ",
"Select all" : "Selektiraj sve",
"Name" : "Naziv",
- "Deleted" : "Izbrisano"
+ "Deleted" : "Izbrisano",
+ "Couldn't delete %s permanently" : "Nije moguće trajno izbrisati %s",
+ "Couldn't restore %s" : "Nije moguće obnoviti %s",
+ "Error" : "Pogreška"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");