-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3719 from Laravel-Backpack/langfilemanager-transl…
…ation Added missing LangFileManager translation links
- Loading branch information
Showing
31 changed files
with
496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
// -------------------------------------------------------- | ||
// This is only a pointer file, not an actual language file | ||
// -------------------------------------------------------- | ||
// | ||
// If you've copied this file to your /resources/lang/vendor/backpack/ | ||
// folder, please delete it, it's no use there. You need to copy/publish the | ||
// actual language file, from the package. | ||
|
||
// If a langfile with the same name exists in the package, load that one | ||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) { | ||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__); | ||
} | ||
|
||
return []; |
Oops, something went wrong.