diff --git a/resources/views/about/index.blade.php b/resources/views/about/index.blade.php index 2b4fc43069..e1af3282ec 100644 --- a/resources/views/about/index.blade.php +++ b/resources/views/about/index.blade.php @@ -8,7 +8,7 @@
{!! $git_log !!}
@@ -24,62 +24,62 @@
| @lang('Version') | +{{ __('Version') }} | {{ $version_local }}{{ $git_date }} |
| @lang('Database Schema') | +{{ __('Database Schema') }} | {{ $db_schema }} |
| @lang('Web Server') | +{{ __('Web Server') }} | {{ $version_webserver }} |
| @lang('PHP') | +{{ __('PHP') }} | {{ $version_php }} |
| @lang('Python') | +{{ __('Python') }} | {{ $version_python }} |
| @lang('MySQL') | +{{ __('MySQL') }} | {{ $version_mysql }} |
| @lang('Laravel') | +{{ __('Laravel') }} | {{ $version_laravel }} |
| @lang('RRDtool') | +{{ __('RRDtool') }} | {{ $version_rrdtool }} |
- @lang('Please feel free to join us and contribute code, documentation, and bug reports:')
+ {{ __('Please feel free to join us and contribute code, documentation, and bug reports:') }}
- @lang('Web site') |
- @lang('Docs') |
- @lang('GitHub') |
- @lang('Bug tracker') |
- @lang('Merch Shop') |
- @lang('Community Forum') |
- @lang('Twitter') |
- @lang('Changelog') |
- @lang('Local git log')
+ {{ __('Web site') }} |
+ {{ __('Docs') }} |
+ {{ __('GitHub') }} |
+ {{ __('Bug tracker') }} |
+ {{ __('Merch Shop') }} |
+ {{ __('Community Forum') }} |
+ {{ __('Twitter') }} |
+ {{ __('Changelog') }} |
+ {{ __('Local git log') }}
@lang('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/blob/master/AUTHORS.md'])
+{{ __('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/blob/master/AUTHORS.md']) }}
-|
- + - @lang('Online stats:') stats.librenms.org + {{ __('Online stats:') }} stats.librenms.org |
|||||
| - + | |||||
| @lang('Devices') | +{{ __('Devices') }} | {{ $stat_devices }} | -@lang('Ports') | +{{ __('Ports') }} | {{ $stat_ports }} |
| @lang('IPv4 Addresses') | +{{ __('IPv4 Addresses') }} | {{ $stat_ipv4_addy }} | -@lang('IPv4 Networks') | +{{ __('IPv4 Networks') }} | {{ $stat_ipv4_nets }} |
| @lang('IPv6 Addresses') | +{{ __('IPv6 Addresses') }} | {{ $stat_ipv6_addy }} | -@lang('IPv6 Networks') | +{{ __('IPv6 Networks') }} | {{ $stat_ipv6_nets }} |
| @lang('Services') | +{{ __('Services') }} | {{ $stat_services }} | -@lang('Applications') | +{{ __('Applications') }} | {{ $stat_apps }} |
| @lang('Processors') | +{{ __('Processors') }} | {{ $stat_processors }} | -@lang('Memory') | +{{ __('Memory') }} | {{ $stat_memory }} |
| @lang('Storage') | +{{ __('Storage') }} | {{ $stat_storage }} | -@lang('Disk I/O') | +{{ __('Disk I/O') }} | {{ $stat_diskio }} |
| @lang('HR-MIB') | +{{ __('HR-MIB') }} | {{ $stat_hrdev }} | -@lang('Entity-MIB') | +{{ __('Entity-MIB') }} | {{ $stat_entphys }} |
| @lang('Syslog Entries') | +{{ __('Syslog Entries') }} | {{ $stat_syslog }} | -@lang('Eventlog Entries') | +{{ __('Eventlog Entries') }} | {{ $stat_events }} |
| @lang('sensors.title') | +{{ __('sensors.title') }} | {{ $stat_sensors }} | -@lang('Wireless Sensors') | +{{ __('Wireless Sensors') }} | {{ $stat_wireless }} |
| @lang('Toner') | +{{ __('Toner') }} | {{ $stat_toner }} | |||
Copyright (C) 2013-{{ date('Y') }} {{ $project_name }} Contributors
Copyright (C) 2006-2012 Adam Armstrong
diff --git a/resources/views/alerts/modals/ack.blade.php b/resources/views/alerts/modals/ack.blade.php
index 6e7b9315f6..efb2c75618 100644
--- a/resources/views/alerts/modals/ack.blade.php
+++ b/resources/views/alerts/modals/ack.blade.php
@@ -5,17 +5,17 @@
- @lang('Acknowledge Alert')
+ {{ __('Acknowledge Alert') }}
-
+
-
+
@@ -24,7 +24,7 @@
-
+
diff --git a/resources/views/alerts/modals/notes.blade.php b/resources/views/alerts/modals/notes.blade.php
index fe562ba02c..a98e1b90d0 100644
--- a/resources/views/alerts/modals/notes.blade.php
+++ b/resources/views/alerts/modals/notes.blade.php
@@ -5,7 +5,7 @@
- @lang('Alert notes')
+ {{ __('Alert notes') }}
@@ -19,7 +19,7 @@
-
+
diff --git a/resources/views/auth/2fa.blade.php b/resources/views/auth/2fa.blade.php
index 62fb600da9..c4d55a7e44 100644
--- a/resources/views/auth/2fa.blade.php
+++ b/resources/views/auth/2fa.blade.php
@@ -56,7 +56,7 @@
class="form-control"
autocomplete="off"
aria-describedby="twoFactorErrors"
- placeholder="@lang('Please enter auth token')"
+ placeholder="{{ __('Please enter auth token') }}"
required autofocus>
@endif
@@ -65,7 +65,7 @@
@if(!$errors->has('lockout'))
@endif
@@ -73,7 +73,7 @@
@endif
@@ -81,7 +81,7 @@
@endif
diff --git a/resources/views/auth/deny-demo.blade.php b/resources/views/auth/deny-demo.blade.php
index 36d189f17e..6cf602945e 100644
--- a/resources/views/auth/deny-demo.blade.php
+++ b/resources/views/auth/deny-demo.blade.php
@@ -4,7 +4,7 @@
- @lang('You are logged in as a demo account, this page is not accessible to you')
+ {{ __('You are logged in as a demo account, this page is not accessible to you') }}
diff --git a/resources/views/auth/login-form.blade.php b/resources/views/auth/login-form.blade.php
index 7ab60f2bac..93791aa72e 100644
--- a/resources/views/auth/login-form.blade.php
+++ b/resources/views/auth/login-form.blade.php
@@ -14,7 +14,7 @@
{{ csrf_field() }}
-
+
@if ($errors->has('email'))
{{ $errors->first('username') }}
@@ -24,7 +24,7 @@
-
+
@if ($errors->has('password'))
{{ $errors->first('password') }}
@@ -36,7 +36,7 @@
@@ -44,7 +44,7 @@
diff --git a/resources/views/auth/public-status.blade.php b/resources/views/auth/public-status.blade.php
index 680aae1c0b..8aaf6e794b 100644
--- a/resources/views/auth/public-status.blade.php
+++ b/resources/views/auth/public-status.blade.php
@@ -1,7 +1,7 @@
@extends('layouts.librenmsv1')
@section('title')
- @lang('Public Devices')
+ {{ __('Public Devices') }}
@append
@section('content')
@@ -11,8 +11,8 @@
- @lang('System Status')
-
+ {{ __('System Status') }}
+
@@ -21,9 +21,9 @@
- @lang('Device')
- @lang('Platform')
- @lang('Uptime')/@lang('Location')
+ {{ __('Device') }}
+ {{ __('Platform') }}
+ {{ __('Uptime') }}/{{ __('Location') }}
@foreach($devices as $device)
@@ -42,8 +42,8 @@
- @lang('Logon')
-
+ {{ __('Logon') }}
+
diff --git a/resources/views/components/notification-subscription-status.blade.php b/resources/views/components/notification-subscription-status.blade.php
index 5720c9b014..23652065bf 100644
--- a/resources/views/components/notification-subscription-status.blade.php
+++ b/resources/views/components/notification-subscription-status.blade.php
@@ -1,20 +1,20 @@
- @lang('components.notification-subscription-status.no-support')
+ {{ __('components.notification-subscription-status.no-support') }}
@if($userHasTransport)
-
-
+
+
@else
@admin
- @lang('components.notification-subscription-status.no-transport')
+ {{ __('components.notification-subscription-status.no-transport') }}
@else
- @lang('components.notification-subscription-status.no-transport')
+ {{ __('components.notification-subscription-status.no-transport') }}
@endadmin
@endif
diff --git a/resources/views/device-group/create.blade.php b/resources/views/device-group/create.blade.php
index 4c82781034..0cc3acbb1b 100644
--- a/resources/views/device-group/create.blade.php
+++ b/resources/views/device-group/create.blade.php
@@ -7,16 +7,16 @@
diff --git a/resources/views/device-group/edit.blade.php b/resources/views/device-group/edit.blade.php
index 762d4beb9d..61c5d9a3cc 100644
--- a/resources/views/device-group/edit.blade.php
+++ b/resources/views/device-group/edit.blade.php
@@ -7,7 +7,7 @@
diff --git a/resources/views/device-group/form.blade.php b/resources/views/device-group/form.blade.php
index 7c41ac1362..c4e13111d9 100644
--- a/resources/views/device-group/form.blade.php
+++ b/resources/views/device-group/form.blade.php
@@ -1,5 +1,5 @@
-
+
{{ $errors->first('name') }}
@@ -7,7 +7,7 @@
-
+
{{ $errors->first('desc') }}
@@ -15,20 +15,20 @@
-
+
{{ $errors->first('type') }}
-
+
{{ $errors->first('rules') }}
@@ -36,7 +36,7 @@
-
+