Browse Source

manually mergin PR #676

Serghey Rodin 9 years ago
parent
commit
d21a57f43a
1 changed files with 19 additions and 20 deletions
  1. 19 20
      web/inc/i18n/bs.php

+ 19 - 20
web/inc/i18n/bs.php

@@ -226,7 +226,7 @@ $LANG['bs'] = array(
     'job scheduler'  => 'planer poslova',
     'CPU'  => 'CPU',
     'Memory'  => 'Memorija',
-    'Uptime'  => 'Radno vrijeme',
+    'Uptime'  => 'Vrijeme rada',
     'core package'  => 'glavni paket',
     'php interpreter'  => 'php interpreter',
     'internal web server'  => 'interni web server',
@@ -254,7 +254,7 @@ $LANG['bs'] = array(
     'SSL Key'  => 'SSL Key',
     'SSL Certificate Authority / Intermediate'  => 'SSL Certificate Authority / Intermediate',
     'optional'  => 'izborno',
-    'internal' => 'internal',
+    'internal' => 'interno',
     'Statistics Authorization'  => 'Ovlaštenje za statistiku',
     'Statistics Auth'  => 'Pristup statistici',
     'Account'  => 'Račun',
@@ -470,22 +470,22 @@ $LANG['bs'] = array(
     'Feb' => 'Feb',
     'Mar' => 'Mar',
     'Apr' => 'Apr',
-    'May' => 'May',
+    'May' => 'Maj',
     'Jun' => 'Jun',
     'Jul' => 'Jul',
-    'Aug' => 'Aug',
+    'Aug' => 'Avg',
     'Sep' => 'Sep',
-    'Oct' => 'Oct',
+    'Oct' => 'Okt',
     'Nov' => 'Nov',
     'Dec' => 'Dec',
 
-    'Configuring Server' => 'Configuring Server',
+    'Configuring Server' => 'Konfiguracija Servera',
     'Hostname' => 'Hostname',
-    'Time Zone' => 'Time Zone',
-    'Default Language' => 'Default Language',
+    'Time Zone' => 'Vremenska zona',
+    'Default Language' => 'Jezik',
     'FileSystem Disk Quota' => 'FileSystem Disk Quota',
     'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins',
-    'preview' => 'preview',
+    'preview' => 'pregled',
     'Reseller Role' => 'Reseller Role',
     'Web Config Editor' => 'Web Config Editor',
     'Template Manager' => 'Template Manager',
@@ -523,16 +523,15 @@ $LANG['bs'] = array(
     'File type not supported' => 'File type not supported',
     'Directory download not available in current version' => 'Directory download not available in current version',
     'Directory not available' => 'Directory not available',
-    'Done' => 'Done',
-    'Close' => 'Close',
-    'Copy' => 'Copy',
-    'Cancel' => 'Cancel',
-    'Rename' => 'Rename',
-    'Change Rights' => 'Change Rights',
-    'Delete' => 'Delete',
-    'Extract' => 'Extract',
-    'Create' => 'Create',
-    'Compress' => 'Compress',
+    'Done' => 'Završeno',
+    'Close' => 'Zatvoriti',
+    'Copy' => 'Kopirati',
+    'Cancel' => 'Odustati',
+    'Rename' => 'Izmijeniti',
+    'Delete' => 'Izbrisati',
+    'Extract' => 'Ekstraktovati',
+    'Create' => 'Napraviti',
+    'Compress' => 'Kompresovati',
     'OK' => 'OK',
     'Are you sure you want to copy' => 'Are you sure you want to copy',
     'Are you sure you want to delete' => 'Are you sure you want to delete',
@@ -637,4 +636,4 @@ $LANG['bs'] = array(
     'Hour' => 'Hour',
     'Minute' => 'Minute'
 
-);
+);